saref:hasStateKind — has state kind

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

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

links a state of interest to its kind, a state

Description as an Object Property

has domain
saref:StateOfInterest
has range
saref:State
has sub-property chains
( saref:hasStateKind o skos:broader)

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 ) .

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

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

saref:hasStateKind a owl:ObjectProperty ;
    rdfs:label "has state kind"@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 its kind, a state"@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:State ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:propertyChainAxiom ( saref:hasStateKind skos:broader ) ;
    skos:hiddenLabel "hasStateKind" .