alternateOf
Property
http://www.w3.org/ns/prov#alternateOf
Class Hierarchy
- alternateOf
Mappings & provenance
see also
specializationOf (w3c-prov-o)
@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:alternateOf a owl:ObjectProperty ;
rdfs:label "alternateOf" ;
rdfs:domain prov:Entity ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#>,
<http://www.w3.org/ns/prov-o-inverses#> ;
rdfs:range prov:Entity ;
rdfs:seeAlso prov:specializationOf ;
owl:inverseOf prov:alternateOf ;
prov:category "expanded" ;
prov:component "alternate" ;
prov:constraints "http://www.w3.org/TR/2013/REC-prov-constraints-20130430/#prov-dm-constraints-fig"^^xsd:anyURI ;
prov:definition "Two alternate entities present aspects of the same thing. These aspects may be the same or different, and the alternate entities may or may not overlap in time."@en ;
prov:dm "http://www.w3.org/TR/2013/REC-prov-dm-20130430/#term-alternate"^^xsd:anyURI ;
prov:inverse "alternateOf" ;
prov:n "http://www.w3.org/TR/2013/REC-prov-n-20130430/#expression-alternate"^^xsd:anyURI .