@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 ns1: <http://www.w3.org/ns/ssn/> . @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:Sensor metadata_def:mappingLoom "sensor" ; metadata_def:mappingSameURI ns0:Sensor ; metadata_def:prefLabel "Sensor" ; metadata:prefixIRI "sosa:Sensor" ; a owl:Class ; rdfs:comment "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ; rdfs:label "Sensor"@en ; rdfs:subClassOf ns1:System ; skos:definition "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ; skos:example "Accelerometers, gyroscopes, barometers, magnetometers, and so forth are Sensors that are typically mounted on a modern smart phone (which acts as Platform). Other examples of sensors include the human eyes."@en . ns0:hosts schema:rangeIncludes ns0:Sensor . ns0:isHostedBy schema:domainIncludes ns0:Sensor . ns0:isObservedBy schema:rangeIncludes ns0:Sensor . ns0:madeBySensor schema:rangeIncludes ns0:Sensor . ns0:madeObservation schema:domainIncludes ns0:Sensor . ns0:observes schema:domainIncludes ns0:Sensor .
@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 ns1: <http://www.w3.org/ns/ssn/> .
@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:Sensor
    metadata_def:mappingLoom "sensor" ;
    metadata_def:mappingSameURI ns0:Sensor ;
    metadata_def:prefLabel "Sensor" ;
    metadata:prefixIRI "sosa:Sensor" ;
    a owl:Class ;
    rdfs:comment "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/sosa/> ;
    rdfs:label "Sensor"@en ;
    rdfs:subClassOf ns1:System ;
    skos:definition "Device, agent (including humans), or software (simulation) involved in, or implementing, a Procedure. Sensors respond to a stimulus, e.g., a change in the environment, or input data composed from the results of prior Observations, and generate a Result. Sensors can be hosted by Platforms."@en ;
    skos:example "Accelerometers, gyroscopes, barometers, magnetometers, and so forth are Sensors that are typically mounted on a modern smart phone (which acts as Platform). Other examples of sensors include the human eyes."@en .

ns0:hosts
    schema:rangeIncludes ns0:Sensor .

ns0:isHostedBy
    schema:domainIncludes ns0:Sensor .

ns0:isObservedBy
    schema:rangeIncludes ns0:Sensor .

ns0:madeBySensor
    schema:rangeIncludes ns0:Sensor .

ns0:madeObservation
    schema:domainIncludes ns0:Sensor .

ns0:observes
    schema:domainIncludes ns0:Sensor .