@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/sosa/> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix schema: <http://schema.org/> . ns0:FeatureOfInterest metadata_def:mappingLoom "featureofinterest" ; metadata_def:mappingSameURI ns0:FeatureOfInterest ; metadata_def:prefLabel "Feature Of Interest" ; metadata:prefixIRI "sosa:FeatureOfInterest" ; a owl:Class ; rdfs:comment "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Feature Of Interest"@en ; rdfs:subClassOf owl:Thing ; skos:definition "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ; skos:example "When measuring the height of a tree, the height is the observed ObservableProperty, 20m may be the Result of the Observation, and the tree is the FeatureOfInterest. A window is a FeatureOfInterest for an automatic window control Actuator."@en . ns0:Sample rdfs:subClassOf ns0:FeatureOfInterest . ns0:hasFeatureOfInterest schema:rangeIncludes ns0:FeatureOfInterest . ns0:hasSample schema:domainIncludes ns0:FeatureOfInterest . ns0:isFeatureOfInterestOf schema:domainIncludes ns0:FeatureOfInterest . ns0:isSampleOf schema:rangeIncludes ns0:FeatureOfInterest .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/sosa/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix schema: <http://schema.org/> .

ns0:FeatureOfInterest
    metadata_def:mappingLoom "featureofinterest" ;
    metadata_def:mappingSameURI ns0:FeatureOfInterest ;
    metadata_def:prefLabel "Feature Of Interest" ;
    metadata:prefixIRI "sosa:FeatureOfInterest" ;
    a owl:Class ;
    rdfs:comment "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Feature Of Interest"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "The thing whose property is being estimated or calculated in the course of an Observation to arrive at a Result or whose property is being manipulated by an Actuator, or which is being sampled or transformed in an act of Sampling."@en ;
    skos:example "When measuring the height of a tree, the height is the observed ObservableProperty, 20m may be the Result of the Observation, and the tree is the FeatureOfInterest. A window is a FeatureOfInterest for an automatic window control Actuator."@en .

ns0:Sample
    rdfs:subClassOf ns0:FeatureOfInterest .

ns0:hasFeatureOfInterest
    schema:rangeIncludes ns0:FeatureOfInterest .

ns0:hasSample
    schema:domainIncludes ns0:FeatureOfInterest .

ns0:isFeatureOfInterestOf
    schema:domainIncludes ns0:FeatureOfInterest .

ns0:isSampleOf
    schema:rangeIncludes ns0:FeatureOfInterest .