@prefix :      <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix DUL:   <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix ssn:   <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix cc:    <http://creativecommons.org/ns#> .

ssn:sensingMethodUsed
        a                   owl:ObjectProperty ;
        rdfs:comment        "A (measurement) procedure is a detailed description of a measurement according to one or more measurement principles and to a given measurement method, based on a measurement model and including any calculation to obtain a measurement result [VIM 2.6]" ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "sensing method used" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:satisfies ;
        dc:source           "http://www.bipm.org/en/committees/jc/jcgm/wg2.html" .

DUL:includesObject  a  owl:ObjectProperty .

DUL:isLocationOf  a  owl:ObjectProperty .

ssn:SystemLifetime  a     owl:Class ;
        rdfs:comment      "Total useful life of a sensor/system (expressed as total life since manufacture, time in use, number of operations, etc.)." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "System Lifetime" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:SurvivalProperty .

ssn:hasMeasurementCapability
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation from a Sensor to a MeasurementCapability describing the measurement properties of the sensor." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has measurement  capability" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subPropertyOf  ssn:hasProperty .

DUL:Method  a   owl:Class .

ssn:onPlatform  a           owl:ObjectProperty ;
        rdfs:comment        "Relation between a System (e.g., a Sensor) and a Platform.  The relation locates the sensor relative to other described entities entities: i.e., the Sensor s1's location is Platform p1.  More precise locations for sensors in space (relative to other entities, where attached to another entity, or in 3D space) are made using DOLCE's Regions (SpaceRegion)." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "on platform" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#PlatformSite" ;
        rdfs:subPropertyOf  DUL:hasLocation ;
        owl:inverseOf       ssn:attachedSystem .

ssn:Output  a             owl:Class ;
        rdfs:comment      "Any information that is reported from a process. [MMI OntDev]" ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Output" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" ;
        dc:source         "http://marinemetadata.org/community/teams/ontdevices" .

cc:license  a   owl:AnnotationProperty .

ssn:Sensitivity  a        owl:Class ;
        rdfs:comment      "Sensitivity is the quotient of the change in a result of sensor and the corresponding change in a value of a quality being observed." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Sensitivity" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'sensitivity' [VIM 4.12]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:Property  a           owl:Class ;
        rdfs:comment      "An observable Quality of an Event or Object.  That is, not a quality of an abstract entity as is also allowed by DUL's Quality, but rather an aspect of an entity that is intrinsic to and cannot exist without the entity and is observable by a sensor." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Property" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   DUL:Quality ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:isPropertyOf ;
                            owl:someValuesFrom  ssn:FeatureOfInterest
                          ] ;
        dc:source         "skos:exactMatch 'property' [O&M] \n\t\t                    http://www.opengeospatial.org/standards/om" .

ssn:System  a             owl:Class ;
        rdfs:comment      "System is a unit of abstraction for pieces of infrastructure (and we largely care that they are) for sensing. A system has components, its subsystems, which are other systems." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "System" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#System" ;
        rdfs:subClassOf   DUL:PhysicalObject ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:SurvivalRange ;
                            owl:onProperty     ssn:hasSurvivalRange
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:hasSubSystem ;
                            owl:someValuesFrom  ssn:System
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:OperatingRange ;
                            owl:onProperty     ssn:hasOperatingRange
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Deployment ;
                            owl:onProperty     ssn:hasDeployment
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Platform ;
                            owl:onProperty     ssn:onPlatform
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:System ;
                            owl:onProperty     ssn:hasSubSystem
                          ] ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

ssn:observedBy  a           owl:ObjectProperty ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:includesObject .

ssn:Input  a              owl:Class ;
        rdfs:comment      "Any information that is provided to a process for its use [MMI OntDev]" ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Input" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" ;
        dc:source         "http://marinemetadata.org/community/teams/ontdevices" ;
        owl:disjointWith  ssn:Output .

ssn:deployedOnPlatform
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation between a deployment and the platform on which the system was deployed." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "deployed on platform" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subPropertyOf  DUL:hasParticipant ;
        owl:inverseOf       ssn:inDeployment .

ssn:Latency  a            owl:Class ;
        rdfs:comment      "The time between a request for an observation and the sensor providing a result." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Latency" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty .

ssn:Accuracy  a           owl:Class ;
        rdfs:comment      "The closeness of agreement between the value of an observation and the true value of the observed quality." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Accuracy" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'measurement accuracy/accuracy' [VIM 2.13] \n\t\t                    http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:inCondition  a        owl:ObjectProperty ;
        rdfs:comment      "Describes the prevailing environmental conditions for MeasurementCapabilites, OperatingConditions and SurvivalRanges.  Used for example to say that a sensor has a particular accuracy in particular conditions.  (see also MeasurementCapability)" ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "in condition" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#ConstraintBlock" .

ssn:Platform  a           owl:Class ;
        rdfs:comment      "An Entity to which other Entities can be attached - particuarly Sensors and other Platforms.  For example, a post might act as the Platform, a bouy might act as a Platform, or a fish might act as a Platform for an attached sensor." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Platform" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#PlatformSite" ;
        rdfs:subClassOf   DUL:PhysicalObject ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Deployment ;
                            owl:onProperty     ssn:inDeployment
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:System ;
                            owl:onProperty     ssn:attachedSystem
                          ] ;
        dc:source         "skos:exactMatch 'platform' [SensorML OGC-0700]\n                                  http://www.opengeospatial.org/standards/sensorml" .

ssn:observationResult
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation linking an Observation (i.e., a description of the context, the Situation, in which the observatioin was made) and a Result, which contains a value representing the value associated with the observed Property." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "observation result" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:isSettingFor ;
        dc:source           "skos:closeMatch 'result' [O&M - ISO/DIS 19156] \n\t\t                    http://portal.opengeospatial.org/files/?artifact_id=41579" .

ssn:MeasurementCapability
        a                 owl:Class ;
        rdfs:comment      "Collects together measurement properties (accuracy, range, precision, etc) and the environmental conditions in which those properties hold, representing a specification of a sensor's capability in those conditions.\n\nThe conditions specified here are those that affect the measurement properties, while those in OperatingRange represent the sensor's standard operating conditions, including conditions that don't affect the observations." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Measurement Capability" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:Property ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:MeasurementProperty ;
                            owl:onProperty     ssn:hasMeasurementProperty
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Condition ;
                            owl:onProperty     ssn:inCondition
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Property ;
                            owl:onProperty     ssn:forProperty
                          ] ;
        dc:source         "Similar idea to MeasurementCapability in MMI Device Ontology\n                                  http://marinemetadata.org/community/teams/ontdevices\n\nBut the the two express the relationship between constraints and multiple measurement properties differently.\n\nThe conditions linked to a MeasurementCapability are skos:exactMatch to 'influence quantity' [VIM 2.52]\nhttp://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:ResponseTime  a       owl:Class ;
        rdfs:comment      "The time between a (step) change inthe value of an observed quality and a sensor (possibly with specified error) 'settling' on an observed value." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Response time" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'step response time' [VIM 4.23]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

DUL:isDescribedBy  a  owl:ObjectProperty .

ssn:DetectionLimit  a     owl:Class ;
        rdfs:comment      "An observed value for which the probability of falsely claiming the absence of a component in a material is Î², given a probability Î± of falsely claiming its presence." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "detection limit" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'detection limit' [VIM 4.18] \n                                 http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:Drift  a              owl:Class ;
        rdfs:comment      "A, continuous or incremental, change in the reported values of observations over time for an unchanging quality." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Drift" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'instrumental drift' [VIM 4.21]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:Deployment  a         owl:Class ;
        rdfs:comment      "The ongoing Process of Entities (for the purposes of this ontology, mainly sensors) deployed for a particular purpose.  For example, a particular Sensor deployed on a Platform, or a whole network of Sensors deployed for an observation campaign.  The deployment may have sub processes, such as installation, maintenance, addition, and decomissioning and removal." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Deployment" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subClassOf   ssn:DeploymentRelatedProcess ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Platform ;
                            owl:onProperty     ssn:deployedOnPlatform
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:System ;
                            owl:onProperty     ssn:deployedSystem
                          ] ;
        dc:source         "skos:closeMatch 'Deployment' [MMI Dev]\n                                 http://marinemetadata.org/community/teams/ontdevices" .

ssn:hasSubSystem  a         owl:ObjectProperty ;
        rdfs:comment        "Haspart relation between a system and its parts." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has subsystem" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#System" ;
        rdfs:subPropertyOf  DUL:hasPart .

DUL:DesignedArtifact  a  owl:Class .

dc:identifier  a  owl:AnnotationProperty .

DUL:PhysicalObject  a  owl:Class .

ssn:observedProperty  a     owl:ObjectProperty ;
        rdfs:comment        "Relation linking an Observation to the Property that was observed.  The observedProperty should be a Property (hasProperty) of the FeatureOfInterest (linked by featureOfInterest) of this observation." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "observed property" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:isSettingFor ;
        dc:source           "skos:exactMatch 'observedProperty' [O&M - ISO/DIS 19156] \n\t\t                    http://portal.opengeospatial.org/files/?artifact_id=41579" .

ssn:ObservationValue  a   owl:Class ;
        rdfs:comment      "The value of the result of an Observation.  An Observation has a result which is the output of some sensor, the result is an information object that encodes some value for a Feature." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Observation Value" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#Data" ;
        rdfs:subClassOf   DUL:Region ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      DUL:isRegionFor ;
                            owl:someValuesFrom  ssn:SensorOutput
                          ] ;
        dc:source         "skos:exactMatch 'measured quantity value' [VIM 2.10]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf\n\nskos:exactMatch 'observed value' [SensorML OGC-0700]\nhttp://www.opengeospatial.org/standards/sensorml \n\nskos:closeMatch 'observation result' [O&M]\nhttp://www.opengeospatial.org/standards/om \n\nO&M conflates what we have as SensorOutput and ObservationValue into observation result, though the OGC standard does say \"result contains a value\" and \"a result which has a value\", which fits naturally with the model here." .

ssn:MeasurementRange  a   owl:Class ;
        rdfs:comment      "The set of values that the sensor can return as the result of an observation under the defined conditions with the defined measurement properties.  (If no conditions are specified or the conditions do not specify a range for the observed qualities, the measurement range is to be taken as the condition for the observed qualities.)" ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Measurement  Range" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'measuring interval/measurement range' [VIM 4.7]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

dct:created  a  owl:AnnotationProperty .

ssn:observationSamplingTime
        a                   owl:ObjectProperty ;
        rdfs:comment        "The sampling time is the time that the result applies to the feature-of-interest. This is the time usually required for geospatial analysis of the result." , "Rebadged as phenomenon time in [O&M]. The phenomenon time shall describe the time that the result applies to the property of the feature-of-interest. This is often the time of interaction by a sampling procedure or observation procedure with a real-world feature." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "observation sampling time" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Observation#Observation" ;
        rdfs:subPropertyOf  DUL:hasRegion ;
        dc:source           "http://www.opengeospatial.org/standards/om" .

ssn:isProducedBy  a       owl:ObjectProperty ;
        rdfs:comment      "Relation between a producer and a produced entity: for example, between a sensor and the produced output." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "is produced by" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" .

DUL:isParticipantIn  a  owl:ObjectProperty .

ssn:hasInput  a           owl:ObjectProperty ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "has input" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" .

ssn:Device  a             owl:Class ;
        rdfs:comment      "A device is a physical piece of technology - a system in a box. Devices may of course be built of smaller devices and software components (i.e. systems have components)." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Device" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Device#Device" ;
        rdfs:subClassOf   DUL:DesignedArtifact , ssn:System ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

rdfs:seeAlso  a  owl:AnnotationProperty .

ssn:hasOutput  a          owl:ObjectProperty ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "has output" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" .

DUL:isSettingFor  a  owl:ObjectProperty .

ssn:SurvivalProperty  a   owl:Class ;
        rdfs:comment      "An identifiable characteristic that represents the extent of the sensors useful life.  Might include for example total battery life or number of recharges, or, for sensors that are used only a fixed number of times, the number of observations that can be made before the sensing capability is depleted." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Survival Property" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:Property .

ssn:endTime  a              owl:ObjectProperty ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "end time" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#Time" ;
        rdfs:subPropertyOf  DUL:hasRegion .

DUL:Event  a    owl:Class .

ssn:inDeployment  a         owl:ObjectProperty ;
        rdfs:comment        "Relation between a Platform and a Deployment, recording that the object was used as a platform for a system/sensor for a particular deployment: as in this PhysicalObject is acting as a Platform inDeployment Deployment." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "in deployment" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subPropertyOf  DUL:isParticipantIn .

ssn:observationResultTime
        a                   owl:ObjectProperty ;
        rdfs:comment        "The result time shall describe the time when the result became available, typically when the procedure associated with the observation was completed For some observations this is identical to the phenomenonTime. However, there are important cases where they differ.[O&M]" , "The result time is the time when the procedure associated with the observation act was applied." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "observation result time" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Observation#Observation" ;
        rdfs:subPropertyOf  DUL:hasRegion ;
        dc:source           "http://www.opengeospatial.org/standards/om" .

DUL:hasQuality  a  owl:ObjectProperty .

ssn:OperatingRange  a     owl:Class ;
        rdfs:comment      "The environmental conditions and characteristics of a system/sensor's normal operating environment.  Can be used to specify for example the standard environmental conditions in which the sensor is expected to operate (a Condition with no OperatingProperty), or how the environmental and other operating properties relate: i.e., that the maintenance schedule or power requirements differ according to the conditions." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Operating Range" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:Property ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Condition ;
                            owl:onProperty     ssn:inCondition
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:OperatingProperty ;
                            owl:onProperty     ssn:hasOperatingProperty
                          ] ;
        dc:source         "skos:broaderMatch 'reference operating condition' [VIM 4.11]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf\n\nThe difference is that here we also allow for qualities that aren't VIM influence quantities [VIM 2.52] - for example, a quantity that alters the power requirements, but doesn't affect the measurement properties - conditions specified in MeasurementCapability should be influence quantities." .

ssn:hasDeployment  a        owl:ObjectProperty ;
        rdfs:comment        "Relation between a System and a Deployment, recording that the System/Sensor was deployed in that Deployment." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has deployment" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subPropertyOf  DUL:isParticipantIn ;
        owl:inverseOf       ssn:deployedSystem .

ssn:hasSurvivalProperty
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation from a SurvivalRange to a Property describing the survial range of a system.  For example, to the temperature extreme that a system can withstand before being considered damaged." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has survival property" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subPropertyOf  ssn:hasProperty .

DUL:Object  a   owl:Class .

dc:creator  a   owl:AnnotationProperty .

DUL:Quality  a  owl:Class .

ssn:ofFeature  a          owl:ObjectProperty ;
        rdfs:comment      "A relation between some aspect of a sensing entity and a feature.  For example, from a sensor to the features it can observe properties of, or from a deployment to the features it was installed to observe.  Also from a measurement capability to the feature the capability is described for.  (Used in conjunction with forProperty)." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "of feature" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" .

DUL:Process  a  owl:Class .

ssn:Resolution  a         owl:Class ;
        rdfs:comment      "The smallest difference in the value of a quality being observed that would result in perceptably different values of observation results." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Resolution" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'resolution' [VIM 4.14]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:hasOperatingRange
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation from a System to an OperatingRange describing the normal operating environment of the System." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has operating range" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subPropertyOf  ssn:hasProperty .

DUL:isObjectIncludedIn
        a       owl:ObjectProperty .

DUL:Region  a   owl:Class .

ssn:Frequency  a          owl:Class ;
        rdfs:comment      "The smallest possible time between one observation and the next." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Frequency" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty .

dc:source  a    owl:AnnotationProperty .

ssn:isProxyFor  a         owl:ObjectProperty ;
        rdfs:comment      "A relation from a Stimulus to the Property that the Stimulus is serving as a proxy for.  For example, the expansion of the quicksilver is a stimulus that serves as a proxy for temperature, or an increase or decrease in the spinning of cups on a wind sensor is serving as a proxy for wind speed." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "isProxyFor" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" .

DUL:describes  a  owl:ObjectProperty .

ssn:deploymentProcessPart
        a                   owl:ObjectProperty ;
        rdfs:comment        "Has part relation between a deployment process and its constituent processes." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "deployment process part" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subPropertyOf  DUL:hasPart .

DUL:isRegionFor  a  owl:ObjectProperty .

ssn:SensingDevice  a      owl:Class ;
        rdfs:comment      "A sensing device is a device that implements sensing." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Sensing Device" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#Measuring" ;
        rdfs:subClassOf   ssn:Sensor , ssn:Device ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

ssn:Process  a            owl:Class ;
        rdfs:comment      "A process has an output and possibly inputs and, for a composite process, describes the temporal and dataflow dependencies and relationships amongst its parts. [SSN XG]" ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Process" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Model#Process" ;
        rdfs:subClassOf   DUL:Method ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Input ;
                            owl:onProperty     ssn:hasInput
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:hasOutput ;
                            owl:someValuesFrom  ssn:Output
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Output ;
                            owl:onProperty     ssn:hasOutput
                          ] ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

DUL:InformationObject
        a       owl:Class .

ssn:Sensor  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   DUL:PhysicalObject ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:MeasurementCapability ;
                            owl:onProperty     ssn:hasMeasurementCapability
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Stimulus ;
                            owl:onProperty     ssn:detects
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Property ;
                            owl:onProperty     ssn:observes
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:implements ;
                            owl:someValuesFrom  ssn:Sensing
                          ] ;
        dc:source         "skos:exactMatch 'sensor' [SensorML OGC-0700]\n\t\t                    http://www.opengeospatial.org/standards/sensorml \n\n                                skos:closeMatch 'observation procedure' [O&M] \n                                http://www.opengeospatial.org/standards/om \n\nO&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)." .

DUL:Situation  a  owl:Class .

ssn:Condition  a          owl:Class ;
        rdfs:comment      "Used to specify ranges for qualities that act as conditions on a system/sensor's operation.  For example, wind speed of 10-60m/s is expressed as a condition linking a quality, wind speed, a unit of measurement, metres per second, and a set of values, 10-60, and may be used as the condition on a MeasurementProperty, for example, to state that a sensor has a particular accuracy in that condition." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Condition" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#ConstraintBlock" ;
        rdfs:subClassOf   ssn:Property .

ssn:attachedSystem  a       owl:ObjectProperty ;
        rdfs:comment        "Relation between a Platform and any Systems (e.g., Sensors) that are attached to the Platform." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "attached system" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#PlatformSite" ;
        rdfs:subPropertyOf  DUL:isLocationOf .

ssn:qualityOfObservation
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation linking an Observation to the adjudged quality of the result.  This is of course complimentary to the MeasurementCapability information recorded for the Sensor that made the Observation." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "quality of observation" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Observation#Observation" ;
        rdfs:subPropertyOf  ssn:hasProperty ;
        dc:source           "skos:exactMatch 'resultQuality' [O&M - ISO/DIS 19156] \n\t\t                    http://portal.opengeospatial.org/files/?artifact_id=41579" .

<http://purl.oclc.org/NET/ssnx/ssn>
        a              owl:Ontology ;
        rdfs:comment   " Please report any errors to the Semantic Sensor Network Incubator Activity via the public W3C list public-xg-ssn@w3.org"^^xsd:string , "This ontology is developed by the W3C Semantic Sensor Networks Incubator Group (SSN-XG). The concepts and structure of the ontology were discussed in the group's meetings and on the mailing list. For more information on the group's activities see: http://www.w3.org/2005/Incubator/ssn/"^^xsd:string , "This ontology describes sensors and observations, and related concepts.  It does not describe domain concepts, time, locations, etc. these are intended to be included from other ontologies via OWL imports."^^xsd:string ;
        rdfs:seeAlso   "http://www.w3.org/2005/Incubator/ssn/" ;
        cc:license     <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html> ;
        dc:creator     "W3C Semantic Sensor Network Incubator Group"^^xsd:string ;
        dc:identifier  "http://purl.oclc.org/NET/ssnx/ssn" ;
        dc:rights      "Copyright 2009 - 2011 W3C." ;
        dc:title       "Semantic Sensor Network Ontology" ;
        dct:created    "2009-12-02" ;
        dct:modified   "2011-06-20" ;
        owl:imports    <http://www.loa-cnr.it/ontologies/DUL.owl> .

ssn:Selectivity  a        owl:Class ;
        rdfs:comment      "Selectivity is a property of a sensor whereby it provides observed values for one or more qualities such that the values of each quality are independent of other qualities in the phenomenon, body, or substance being investigated." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Selectivity" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'selectivity' [VIM 4.13]\n                                 http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:implementedBy  a        owl:ObjectProperty ;
        rdfs:comment        "A relation between the description of an algorithm, procedure or method and an entity that implements that method in some executable way.  For example, between a scientific measuring method and a sensor the senses via that method." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "implemented by" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:describes .

DUL:includesEvent  a  owl:ObjectProperty .

dct:modified  a  owl:AnnotationProperty .

ssn:observes  a                 owl:ObjectProperty ;
        rdfs:comment            "Relation between a Sensor and a Property that the sensor can observe.\n\nNote that, given the DUL modelling of Qualities, a sensor defined with 'observes only Windspeed' technically links the sensor to particular instances of Windspeed, not to the concept itself - OWL can't express concept-concept relations, only individual-individual.  The property composition ensures that if an observation is made of a particular quality then one can infer that the sensor observes that quality." ;
        rdfs:isDefinedBy        "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label              "observes" ;
        rdfs:seeAlso            "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#Measuring" ;
        owl:propertyChainAxiom  ( ssn:madeObservation ssn:observedProperty ) ;
        owl:propertyChainAxiom  ( ssn:hasMeasurementCapability ssn:forProperty ) .

ssn:OperatingProperty
        a                 owl:Class ;
        rdfs:comment      "An identifiable characteristic of the environmental and other conditions in which the sensor is intended to operate.  May include power ranges, power sources, standard configurations, attachments and the like." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Operating Property" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:Property .

ssn:MaintenanceSchedule
        a                 owl:Class ;
        rdfs:comment      "Schedule of maintenance for a system/sensor in the specified conditions." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Maintenance Schedule" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:OperatingProperty .

ssn:SensorOutput  a       owl:Class ;
        rdfs:comment      "A sensor outputs a piece of information (an observed value), the value itself being represented by an ObservationValue." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Sensor Output" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   DUL:InformationObject ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:isProducedBy ;
                            owl:someValuesFrom  ssn:Sensor
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:hasValue ;
                            owl:someValuesFrom  ssn:ObservationValue
                          ] ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/\n\n                                  skos:closeMatch 'observation result' [O&M] \n                                  http://www.opengeospatial.org/standards/om \n\nSee comments at ObservationValue." .

ssn:hasMeasurementProperty
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation from a MeasurementCapability to a MeasurementProperty.  For example, to an accuracy (see notes at MeasurementCapability)." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has measurement property" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subPropertyOf  ssn:hasProperty .

ssn:SensorInput  a           owl:Class ;
        rdfs:comment         "An Event in the real world that 'triggers' the sensor.  The properties associated to the stimulus may be different to eventual observed property.  It is the event, not the object that triggers the sensor." ;
        rdfs:isDefinedBy     "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label           "Sensor Input" ;
        rdfs:seeAlso         "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf      DUL:Event ;
        rdfs:subClassOf      [ a                  owl:Restriction ;
                               owl:allValuesFrom  ssn:Property ;
                               owl:onProperty     ssn:isProxyFor
                             ] ;
        dc:source            "http://www.w3.org/2005/Incubator/ssn/" ;
        owl:equivalentClass  ssn:Stimulus .

ssn:hasValue  a             owl:ObjectProperty ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has value" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#Data" ;
        rdfs:subPropertyOf  DUL:hasRegion .

ssn:hasSurvivalRange  a     owl:ObjectProperty ;
        rdfs:comment        "A Relation from a System to a SurvivalRange." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has survival range" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subPropertyOf  ssn:hasProperty .

ssn:MeasurementProperty
        a                 owl:Class ;
        rdfs:comment      "An identifiable and observable characteristic of a sensor's observations or ability to make observations." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Measurement  Property" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:Property .

ssn:featureOfInterest
        a                   owl:ObjectProperty ;
        rdfs:comment        "A relation between an observation and the entity whose quality was observed.   For example, in an observation of the weight of a person, the feature of interest is the person and the quality is weight." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "feature of interest" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:isSettingFor ;
        dc:source           "skos:exactMatch 'featureOfInterest' [O&M - ISO/DIS 19156] \n\t\t                    http://portal.opengeospatial.org/files/?artifact_id=41579" .

ssn:DeploymentRelatedProcess
        a                 owl:Class ;
        rdfs:comment      "Place to group all the various Processes related to Deployment.  For example, as well as Deplyment, installation, maintenance, deployment of further sensors and the like would all be classified under DeploymentRelatedProcess." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Deployment-related Process" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subClassOf   DUL:Process ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:DeploymentRelatedProcess ;
                            owl:onProperty     ssn:deploymentProcessPart
                          ] ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

DUL:isQualityOf  a  owl:ObjectProperty .

DUL:hasPart  a  owl:ObjectProperty .

DUL:hasRegion  a  owl:ObjectProperty .

dc:date  a      owl:AnnotationProperty .

ssn:hasProperty  a          owl:ObjectProperty ;
        rdfs:comment        "A relation between a FeatureOfInterest and a Property of that feature." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has property" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:hasQuality ;
        owl:inverseOf       ssn:isPropertyOf .

ssn:startTime  a            owl:ObjectProperty ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "start time" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Base#Time" ;
        rdfs:subPropertyOf  DUL:hasRegion .

dc:rights  a    owl:AnnotationProperty .

ssn:Stimulus  a           owl:Class ;
        rdfs:comment      "An Event in the real world that 'triggers' the sensor.  The properties associated to the stimulus may be different to eventual observed property.  It is the event, not the object that triggers the sensor." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Stimulus" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   DUL:Event ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

ssn:hasOperatingProperty
        a                   owl:ObjectProperty ;
        rdfs:comment        "Relation from an OperatingRange to a Property.  For example, to a battery lifetime." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "has operating property" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subPropertyOf  ssn:hasProperty .

rdfs:comment  a  owl:AnnotationProperty .

DUL:hasParticipant  a  owl:ObjectProperty .

ssn:implements  a           owl:ObjectProperty ;
        rdfs:comment        "A relation between an entity that implements a method in some executable way and the description of an algorithm, procedure or method.  For example, between a Sensor and the scientific measuring method that the Sensor uses to observe a Property." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "implements" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:isDescribedBy ;
        owl:inverseOf       ssn:implementedBy .

ssn:OperatingPowerRange
        a                 owl:Class ;
        rdfs:comment      "Power range in which system/sensor is expected to operate." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Operating Power Range" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Energy#EnergyRestriction" ;
        rdfs:subClassOf   ssn:OperatingProperty .

ssn:BatteryLifetime  a    owl:Class ;
        rdfs:comment      "Total useful life of a battery." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Battery Lifetime" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Energy#EnergyRestriction" ;
        rdfs:subClassOf   ssn:SurvivalProperty .

ssn:isPropertyOf  a         owl:ObjectProperty ;
        rdfs:comment        "Relation between a FeatureOfInterest and a Property (a Quality observable by a sensor) of that feature." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "is property of" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subPropertyOf  DUL:isQualityOf ;
        owl:inverseOf       ssn:hasProperty .

dc:title  a     owl:AnnotationProperty .

ssn:SurvivalRange  a      owl:Class ;
        rdfs:comment      "The conditions a sensor can be exposed to without damage: i.e., the sensor continues to operate as defined using MeasurementCapability.  If, however, the SurvivalRange is exceeded, the sensor is 'damaged' and MeasurementCapability specifications may no longer hold." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Survival Range" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#OperatingRestriction" ;
        rdfs:subClassOf   ssn:Property ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Condition ;
                            owl:onProperty     ssn:inCondition
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:SurvivalProperty ;
                            owl:onProperty     ssn:hasSurvivalProperty
                          ] ;
        dc:source         "skos:narrowerMatch 'limiting operating condition' [VIM 4.10]\n                                  http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

ssn:Sensing  a            owl:Class ;
        rdfs:comment      "Sensing is a process that results in the estimation, or calculation, of the value of a phenomenon." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Sensing" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   ssn:Process ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

ssn:forProperty  a        owl:ObjectProperty ;
        rdfs:comment      "A relation between some aspect of a sensing entity and a property.  For example, from a sensor to the properties it can observe, or from a deployment to the properties it was installed to observe.  Also from a measurement capability to the property the capability is described for.  (Used in conjunction with ofFeature)." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "for property" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" .

ssn:Precision  a          owl:Class ;
        rdfs:comment      "The closeness of agreement between replicate observations on an unchanged or similar quality value: i.e., a measure of a sensor's ability to consitently reproduce an observation." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Precision" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#MeasuringCapability" ;
        rdfs:subClassOf   ssn:MeasurementProperty ;
        dc:source         "skos:exactMatch 'measurement precision/precision' [VIM 2.15]\n                                   http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf" .

rdfs:isDefinedBy  a  owl:AnnotationProperty .

ssn:SensorDataSheet  a    owl:Class ;
        rdfs:comment      "A data sheet records properties of a sensor.  A data sheet might describe for example the accuracy in various conditions, the power use, the types of connectors that the sensor has, etc.  \n\nGenerally a sensor's properties are recorded directly (with hasMeasurementCapability, for example), but the data sheet can be used for example to record the manufacturers specifications verses observed capabilites, or if more is known than the manufacturer specifies, etc.  The data sheet is an information object about the sensor's properties, rather than a direct link to the actual properties themselves." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Sensor Data Sheet" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#Measuring" ;
        rdfs:subClassOf   DUL:InformationObject ;
        dc:source         "http://www.w3.org/2005/Incubator/ssn/" .

ssn:Observation  a        owl:Class ;
        rdfs:comment      "An Observation is a Situation in which a Sensing method has been used to estimate or calculate a value of a Property of a FeatureOfInterest.  Links to Sensing and Sensor describe what made the Observation and how; links to Property and Feature detail what was sensed; the result is the output of a Sensor; other metadata details times etc." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Observation" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   DUL:Situation ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ssn:Sensor ;
                            owl:onProperty            ssn:observedBy ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Sensing ;
                            owl:onProperty     ssn:sensingMethodUsed
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      DUL:includesEvent ;
                            owl:someValuesFrom  ssn:Stimulus
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Property ;
                            owl:onProperty     ssn:observedProperty
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                            owl:onProperty      ssn:qualityOfObservation
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ssn:Sensing ;
                            owl:onProperty            ssn:sensingMethodUsed ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ssn:FeatureOfInterest ;
                            owl:onProperty            ssn:featureOfInterest ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                            owl:onProperty      ssn:observationSamplingTime
                          ] ;
        rdfs:subClassOf   [ a                         owl:Restriction ;
                            owl:onClass               ssn:Property ;
                            owl:onProperty            ssn:observedProperty ;
                            owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:minCardinality  "0"^^xsd:nonNegativeInteger ;
                            owl:onProperty      ssn:observationResultTime
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Sensor ;
                            owl:onProperty     ssn:observedBy
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:SensorOutput ;
                            owl:onProperty     ssn:observationResult
                          ] ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:FeatureOfInterest ;
                            owl:onProperty     ssn:featureOfInterest
                          ] ;
        dc:source         "skos:closeMatch 'observation' [O&M] \n\t\t                    http://www.opengeospatial.org/standards/om \n\nObservation in this ontology and O&M are described differently (O&M records an observation as an act/event), but they record the same thing and are essentially interchangeable.  The difference is in the ontological structure of the two, not the data or use.\n\nObservation here records a Situation (the estimation of the value of a Property) and a description of the method that was used (along with the participants), while O&M interprets an Observation as the event itself; there must, however, have been an event that lead to our situation, so both are records of events.  The distinction is between the event itself and the record of what happened in that event.\n\n\nskos:closeMatch 'measurement result' [VIM 2.9] http://www.bipm.org/utils/common/documents/jcgm/JCGM_200_2008.pdf\n\nMeasurement result in VIM is the measured value plus any other relevant information, which means that measurement result and observation will often be associated to the same data (a value, a time, a property, etc.)." .

ssn:FeatureOfInterest
        a                 owl:Class ;
        rdfs:comment      "A feature is an abstraction of real world phenomena (thing, person, event, etc)." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "Feature of Interest" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" ;
        rdfs:subClassOf   owl:Thing ;
        rdfs:subClassOf   [ a                  owl:Restriction ;
                            owl:allValuesFrom  ssn:Property ;
                            owl:onProperty     ssn:hasProperty
                          ] ;
        rdfs:subClassOf   [ a            owl:Class ;
                            owl:unionOf  ( DUL:Event DUL:Object )
                          ] ;
        rdfs:subClassOf   [ a                   owl:Restriction ;
                            owl:onProperty      ssn:hasProperty ;
                            owl:someValuesFrom  ssn:Property
                          ] ;
        dc:source         "skos:exactMatch 'feature' [O&M] \n\t\t                    http://www.opengeospatial.org/standards/om" .

DUL:satisfies  a  owl:ObjectProperty .

<http://www.loa-cnr.it/ontologies/DUL.owl>
        a       owl:Ontology .

DUL:hasLocation  a  owl:ObjectProperty .

rdfs:label  a   owl:AnnotationProperty .

ssn:detects  a            owl:ObjectProperty ;
        rdfs:comment      "A relation from a sensor to the Stimulus that the sensor can detect.   \nThe Stimulus itself will be serving as a proxy for (see isProxyOf) some observable property." ;
        rdfs:isDefinedBy  "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label        "detects" ;
        rdfs:seeAlso      "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Skeleton#Skeleton" .

ssn:madeObservation  a      owl:ObjectProperty ;
        rdfs:comment        "Relation between a Sensor and Observations it has made." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "made observation" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Observation#Observation" ;
        rdfs:subPropertyOf  DUL:isObjectIncludedIn ;
        owl:inverseOf       ssn:observedBy .

ssn:deployedSystem  a       owl:ObjectProperty ;
        rdfs:comment        "Relation between a deployment and the deployed system." ;
        rdfs:isDefinedBy    "http://purl.oclc.org/NET/ssnx/ssn" ;
        rdfs:label          "deployed system" ;
        rdfs:seeAlso        "http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Deploy#Deployment" ;
        rdfs:subPropertyOf  DUL:hasParticipant .
