Definition of saref:isPropertyOfInterestOf
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Links a property of interest to the feature of interest it is a property of.
Description as an Object Property
- has characteristics
- functional
- has domain
- saref:PropertyOfInterest
- has range
- saref:FeatureOfInterest
- is inverse of
-
saref:hasPropertyOfInterest
saref:hasPropertyOfInterest
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:PropertyOfInterest rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty saref:isPropertyOfInterestOf ] .
saref:hasPropertyOfInterest owl:inverseOf saref:isPropertyOfInterestOf .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isPropertyOfInterestOf ;
dct:subject saref:isPropertyOfInterestOf .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isPropertyOfInterestOf ;
dct:subject saref:isPropertyOfInterestOf .
saref:isPropertyOfInterestOf a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is property of interest of"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Links a property of interest to the feature of interest it is a property of."@en ;
rdfs:domain saref:PropertyOfInterest ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:FeatureOfInterest ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
owl:inverseOf saref:hasPropertyOfInterest ;
skos:hiddenLabel "isPropertyOfInterestOf" .