saref:isStateOf — is state of

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

Definition of saref:isStateOf

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

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

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:inverseOf saref:isStateOf .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references saref:isStateOf .

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

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

saref:isStateOf a owl:ObjectProperty ;
    rdfs:label "is state of"@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/> ;
    rdfs:comment "Links a state to the feature kind or feature of interest it is a state of."@en ;
    rdfs:domain saref:State ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest ) ] ;
    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:hasState ;
    skos:hiddenLabel "isStateOf" ;
    skos:historyNote "V3.2.1: Introduced saref:isStateOf."@en .