saref:hasStateOfInterest — has state of interest

IRI
https://saref.etsi.org/core/hasStateOfInterest
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/
Download serialization
License

Definition of saref:hasStateOfInterest

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

Links a feature of interest to one of its states 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:hasState owl:propertyChainAxiom ( saref:hasStateOfInterest saref:hasStateKind ) .

saref:isStateOfInterestOf owl:inverseOf saref:hasStateOfInterest .

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

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

saref:hasStateOfInterest a owl:ObjectProperty ;
    rdfs:label "has state of interest"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "Links a feature of interest to one of its states 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:StateOfInterest ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:inverseOf saref:isStateOfInterestOf ;
    skos:hiddenLabel "hasStateOfInterest" ;
    skos:historyNote "V3.2.1: Introduced saref:hasStateOfInterest and saref:isStateOfInterestOf, parallel to saref:hasPropertyOfInterest and saref:isPropertyOfInterestOf."@en .