@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns2: <http://purl.oclc.org/NET/ssnx/> . @prefix ns3: <http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix ns4: <\u0009\u0009\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020http://www.opengeospatial.org/standards/> . ns0:SensingDevice rdfs:subClassOf ns0:Sensor . ns0:Sensor metadata_def:mappingLoom "sensor" ; metadata_def:mappingSameURI ns0:Sensor ; metadata_def:prefLabel "Sensor" ; metadata:prefixIRI "ssn:Sensor" ; dc:source """skos:exactMatch 'sensor' [SensorML OGC-0700] http://www.opengeospatial.org/standards/sensorml skos:closeMatch 'observation procedure' [O&M] http://www.opengeospatial.org/standards/om O&M allows sensors, methods, instruments, systems, algorithms and process chains as the processUsed of an observation; this ontology allows a similar range of things (any thing that can do sensing), just they are all grouped under the term sensor (which is thus wider than the O&M concept).""" ; a owl:Class ; rdfs:comment "A sensor can do (implements) sensing: that is, a sensor is any entity that can follow a sensing method and thus observe some Property of a FeatureOfInterest. Sensors may be physical devices, computational methods, a laboratory setup with a person following a method, or any other thing that can follow a Sensing Method to observe a Property." ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ; rdfs:label "Sensor" ; rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ; rdfs:subClassOf ns1:PhysicalObject .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns2: <http://purl.oclc.org/NET/ssnx/> .
@prefix ns3: <http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns4: <\u0009\u0009\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020\u0020http://www.opengeospatial.org/standards/> .

ns0:SensingDevice
    rdfs:subClassOf ns0:Sensor .

ns0:Sensor
    metadata_def:mappingLoom "sensor" ;
    metadata_def:mappingSameURI ns0:Sensor ;
    metadata_def:prefLabel "Sensor" ;
    metadata:prefixIRI "ssn:Sensor" ;
    dc:source """skos:exactMatch 'sensor' [SensorML OGC-0700]
		                    http://www.opengeospatial.org/standards/sensorml 

                                skos:closeMatch 'observation procedure' [O&M] 
                                http://www.opengeospatial.org/standards/om 

O&M allows sensors, methods, instruments, systems, algorithms and process chains as the processUsed of an observation; this ontology allows a similar range of things (any thing that can do sensing), just they are all grouped under the term sensor (which is thus wider than the O&M concept).""" ;
    a owl:Class ;
    rdfs:comment "A sensor can do (implements) sensing: that is, a sensor is any entity that can follow a sensing method and thus observe some Property of a FeatureOfInterest.  Sensors may be physical devices, computational methods, a laboratory setup with a person following a method, or any other thing that can follow a Sensing Method to observe a Property." ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/ssn" ;
    rdfs:label "Sensor" ;
    rdfs:seeAlso "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
    rdfs:subClassOf ns1:PhysicalObject .