https://cacontology.projectvic.org#located_at
Direct edge from an entity to a location. UCO idiom alternatives: uco-core:Relationship with kindOfRelationship 'Located_At', or uco-action:location for Actions; this property supports direct edges where a reified Relationship is unnecessary.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology:located_at | uco-location:Location |
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-location: <https://ontology.unifiedcyberontology.org/uco/location/> .
cacontology:located_at a owl:ObjectProperty ;
rdfs:label "located at"@en ;
rdfs:comment "Direct edge from an entity to a location. UCO idiom alternatives: uco-core:Relationship with kindOfRelationship 'Located_At', or uco-action:location for Actions; this property supports direct edges where a reified Relationship is unnecessary."@en ;
rdfs:range uco-location:Location .