Location
Class
http://www.w3.org/ns/prov#Location
Class Hierarchy
- Location
Definition
A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth.
Mappings & provenance
see also
atLocation (w3c-prov-o)
Properties
Category
expanded
Relationships
Asserted object-property edges to other entities. Logical class axioms such as
owl:disjointWith are shown separately below.Property Structure
Referenced By
rdfs:range on this class or ancestor
| From | Property | Description |
|---|---|---|
| Activity | atLocation | The Location of any resource. |
| Agent | atLocation | The Location of any resource. |
| Entity | atLocation | The Location of any resource. |
| Instantaneous Event | atLocation | The Location of any resource. |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prov:Location a owl:Class ;
rdfs:label "Location" ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:seeAlso prov:atLocation ;
prov:category "expanded" ;
prov:definition "A location can be an identifiable geographic place (ISO 19112), but it can also be a non-geographic place such as a directory, row, or column. As such, there are numerous ways in which location can be expressed, such as by a coordinate, address, landmark, and so forth."@en ;
prov:dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-attribute-location"^^xsd:anyURI ;
prov:n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-attribute"^^xsd:anyURI .