@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 ns1: <https://w3id.org/coswot/core/> . @prefix schema: <http://schema.org/> . ns0:DeviceOfInterest rdfs:subClassOf ns0:FeatureOfInterest . ns0:FeatureOfInterest metadata_def:mappingLoom "featureofinterest" ; metadata_def:mappingSameURI ns0:FeatureOfInterest ; metadata_def:prefLabel "Feature of interest"@en ; metadata:prefixIRI "coswot:FeatureOfInterest" ; a owl:Class ; rdfs:comment "A feature of interest represents one specific real world entity from which a property or a state may be acted upon, such as observed and controlled."@en ; rdfs:isDefinedBy ns1:features ; rdfs:label "Feature of interest"@en ; rdfs:subClassOf ns0:Feature . ns0:Sample rdfs:subClassOf ns0:FeatureOfInterest . ns0:hasPropertyOfInterest rdfs:domain ns0:FeatureOfInterest . ns0:hasSample schema:domainIncludes ns0:FeatureOfInterest . ns0:hasStateOfInterest rdfs:domain ns0:FeatureOfInterest . ns0:hasTransitiveSample schema:domainIncludes ns0:FeatureOfInterest . ns0:isPropertyOfInterestOf rdfs:range ns0:FeatureOfInterest . ns0:isSampleOf schema:rangeIncludes ns0:FeatureOfInterest . ns0:isStateOfInterestOf rdfs:range ns0:FeatureOfInterest . ns0:isTransitiveSampleOf schema:rangeIncludes ns0:FeatureOfInterest . ns0:madeBy rdfs:range ns0:FeatureOfInterest . ns0:madeExecution rdfs:domain ns0:FeatureOfInterest .
@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 ns1: <https://w3id.org/coswot/core/> .
@prefix schema: <http://schema.org/> .

ns0:DeviceOfInterest
    rdfs:subClassOf ns0:FeatureOfInterest .

ns0:FeatureOfInterest
    metadata_def:mappingLoom "featureofinterest" ;
    metadata_def:mappingSameURI ns0:FeatureOfInterest ;
    metadata_def:prefLabel "Feature of interest"@en ;
    metadata:prefixIRI "coswot:FeatureOfInterest" ;
    a owl:Class ;
    rdfs:comment "A feature of interest represents one specific real world entity from which a property or a state may be acted upon, such as observed and controlled."@en ;
    rdfs:isDefinedBy ns1:features ;
    rdfs:label "Feature of interest"@en ;
    rdfs:subClassOf ns0:Feature .

ns0:Sample
    rdfs:subClassOf ns0:FeatureOfInterest .

ns0:hasPropertyOfInterest
    rdfs:domain ns0:FeatureOfInterest .

ns0:hasSample
    schema:domainIncludes ns0:FeatureOfInterest .

ns0:hasStateOfInterest
    rdfs:domain ns0:FeatureOfInterest .

ns0:hasTransitiveSample
    schema:domainIncludes ns0:FeatureOfInterest .

ns0:isPropertyOfInterestOf
    rdfs:range ns0:FeatureOfInterest .

ns0:isSampleOf
    schema:rangeIncludes ns0:FeatureOfInterest .

ns0:isStateOfInterestOf
    rdfs:range ns0:FeatureOfInterest .

ns0:isTransitiveSampleOf
    schema:rangeIncludes ns0:FeatureOfInterest .

ns0:madeBy
    rdfs:range ns0:FeatureOfInterest .

ns0:madeExecution
    rdfs:domain ns0:FeatureOfInterest .