@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:StateKind metadata_def:mappingLoom "statekind" ; metadata_def:mappingSameURI ns0:StateKind ; metadata_def:prefLabel "State Kind"@en ; metadata:prefixIRI "coswot:StateKind" ; a owl:Class ; rdfs:comment "Identifiable conditions that features are or may be in, and that can be observed or controlled by devices. A state can apply to different features of interest."@en ; rdfs:isDefinedBy ns1:states ; rdfs:label "State Kind"@en ; rdfs:subClassOf skos:Concept, ns0:State ; skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of coswot:State."@en . ns0:hasStateKind rdfs:range ns0:StateKind . ns0:isStateKindOf rdfs:domain ns0:StateKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:StateKind
    metadata_def:mappingLoom "statekind" ;
    metadata_def:mappingSameURI ns0:StateKind ;
    metadata_def:prefLabel "State Kind"@en ;
    metadata:prefixIRI "coswot:StateKind" ;
    a owl:Class ;
    rdfs:comment "Identifiable conditions that features are or may be in, and that can be observed or controlled by devices. A state can apply to different features of interest."@en ;
    rdfs:isDefinedBy ns1:states ;
    rdfs:label "State Kind"@en ;
    rdfs:subClassOf skos:Concept, ns0:State ;
    skos:note "Concepts from existing code lists, vocabularies, and taxonomies, may be used as instances of coswot:State."@en .

ns0:hasStateKind
    rdfs:range ns0:StateKind .

ns0:isStateKindOf
    rdfs:domain ns0:StateKind .