@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 metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:StateOfInterest metadata_def:mappingLoom "stateofinterest" ; metadata_def:mappingSameURI ns0:StateOfInterest ; metadata_def:prefLabel "State of Interest"@en ; metadata:prefixIRI "coswot:StateOfInterest" ; a owl:Class ; rdfs:comment "Identifiable conditions that features of interest are or may be in, and that can be observed or controlled by devices. An instance of coswot:StateOfInterest is specific to a feature of interest. It is inherent to and cannot exist without that feature of interest."@en ; rdfs:isDefinedBy ns1:states ; rdfs:label "State of Interest"@en ; rdfs:subClassOf ns0:State ; skos:note "A state of interest is the state of (OP coswot:isStateOfInterestOf) exactly one feature of interest."@en, "Per convention, the IRI of states of interest should consist of the IRI of their feature of interest, suffixed with a fragment identifier #{S} where {S} refers to the name of the state."@en, "States of interest need not always be explicited. It depends on the use case. Typically, states of interest are useful in applications, where the association between a feature of interest and a state (i.e., the state of interest) needs to be identified and related to other states of interest."@en . ns0:hasSampleState rdfs:domain ns0:StateOfInterest ; rdfs:range ns0:StateOfInterest . ns0:hasStateOfInterest rdfs:range ns0:StateOfInterest . ns0:hasTransitiveSampleState rdfs:domain ns0:StateOfInterest ; rdfs:range ns0:StateOfInterest . ns0:isSampleStateOf rdfs:domain ns0:StateOfInterest ; rdfs:range ns0:StateOfInterest . ns0:isStateOfInterestOf rdfs:domain ns0:StateOfInterest . ns0:isTransitiveSampleStateOf rdfs:domain ns0:StateOfInterest ; rdfs:range ns0:StateOfInterest .
@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 metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:StateOfInterest
    metadata_def:mappingLoom "stateofinterest" ;
    metadata_def:mappingSameURI ns0:StateOfInterest ;
    metadata_def:prefLabel "State of Interest"@en ;
    metadata:prefixIRI "coswot:StateOfInterest" ;
    a owl:Class ;
    rdfs:comment "Identifiable conditions that features of interest are or may be in, and that can be observed or controlled by devices. An instance of coswot:StateOfInterest is specific to a feature of interest. It is inherent to and cannot exist without that feature of interest."@en ;
    rdfs:isDefinedBy ns1:states ;
    rdfs:label "State of Interest"@en ;
    rdfs:subClassOf ns0:State ;
    skos:note "A state of interest is the state of (OP coswot:isStateOfInterestOf) exactly one feature of interest."@en, "Per convention, the IRI of states of interest should consist of the IRI of their feature of interest, suffixed with a fragment identifier #{S} where {S} refers to the name of the state."@en, "States of interest need not always be explicited. It depends on the use case. Typically, states of interest are useful in applications, where the association between a feature of interest and a state (i.e., the state of interest) needs to be identified and related to other states of interest."@en .

ns0:hasSampleState
    rdfs:domain ns0:StateOfInterest ;
    rdfs:range ns0:StateOfInterest .

ns0:hasStateOfInterest
    rdfs:range ns0:StateOfInterest .

ns0:hasTransitiveSampleState
    rdfs:domain ns0:StateOfInterest ;
    rdfs:range ns0:StateOfInterest .

ns0:isSampleStateOf
    rdfs:domain ns0:StateOfInterest ;
    rdfs:range ns0:StateOfInterest .

ns0:isStateOfInterestOf
    rdfs:domain ns0:StateOfInterest .

ns0:isTransitiveSampleStateOf
    rdfs:domain ns0:StateOfInterest ;
    rdfs:range ns0:StateOfInterest .