saref:isStateOfInterestOf — is state of interest of

IRI
https://saref.etsi.org/core/isStateOfInterestOf
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:isStateOfInterestOf

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

Links a state of interest to the feature of interest it is a state of.

Description as an Object Property

has characteristics
functional
has domain
saref:StateOfInterest
has range
saref:FeatureOfInterest
is inverse of
saref:hasStateOfInterest
saref:hasStateOfInterest

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:StateOfInterest rdfs:subClassOf [ a owl:Restriction ;
            owl:cardinality 1 ;
            owl:onProperty saref:isStateOfInterestOf ] .

saref:hasStateOfInterest owl:inverseOf saref:isStateOfInterestOf .

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

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

saref:isStateOfInterestOf a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "is state 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 state of interest to the feature of interest it is a state of."@en ;
    rdfs:domain saref:StateOfInterest ;
    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:hasStateOfInterest ;
    skos:hiddenLabel "isStateOfInterestOf" .