Ontology Version: 3.1.0

cacontology:located_at leaf node


URI

https://cacontology.projectvic.org#located_at

Label

located at

Description

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.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) cacontology:located_at uco-location:Location

Implementation

@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 .