saref:hasPropertyOfInterest — has property of interest

IRI
https://saref.etsi.org/core/hasPropertyOfInterest
Is defined by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#
https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#
Download serialization
License

Definition of saref:hasPropertyOfInterest

Defined in https://saref.etsi.org/core/v3.2.1/ as:

Links a feature of interest to one of its properties of interest.

Description as an Object Property

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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#> .

saref:hasProperty owl:propertyChainAxiom ( saref:hasPropertyOfInterest saref:hasPropertyKind ) .

saref:isPropertyOfInterestOf owl:inverseOf saref:hasPropertyOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#> dct:references saref:hasPropertyOfInterest .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> dct:references saref:hasPropertyOfInterest .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasPropertyOfInterest ;
    dct:subject saref:hasPropertyOfInterest .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasPropertyOfInterest ;
    dct:subject saref:hasPropertyOfInterest .

saref:hasPropertyOfInterest a owl:ObjectProperty ;
    rdfs:label "has property of interest"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_Address#>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/Position_RoadTopologyPosition#> ;
    rdfs:comment "Links a feature of interest to one of its properties of interest."@en ;
    rdfs:domain saref:FeatureOfInterest ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:PropertyOfInterest ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    owl:inverseOf saref:isPropertyOfInterestOf ;
    skos:hiddenLabel "hasPropertyOfInterest" ;
    skos:historyNote "V3.2.1: Introduced saref:hasPropertyOfInterest and saref:isPropertyOfInterestOf. Cannot use saref:hasProperty due to the combination of cardinality restrictions and sub-property chain axioms makes the ontology exist the OWL 2 DL prodile."@en .