The Semantic Sensor Network (SSN) ontology is an ontology for describing sensors and their observations, the involved procedures, the studied features of interest, the samples used to do so, and the observed properties, as well as actuators. SSN follows a horizontal and vertical modularization architecture, with the core classes and properties defined using minimal axiomatization in a graph called SOSA (Sensor, Observation, Sample, and Actuator) supplemented with additional axiomatization and terms in further graphs. These allow SSN to support a wide range of applications and use cases, including satellite imagery, large-scale scientific monitoring, industrial and household infrastructures, social sensing, citizen science, observation-driven ontology engineering, and the Web of Things.

The namespace for the core terms is http://www.w3.org/ns/sosa/.

The suggested prefix for the SOSA namespace is sosa.

The SOSA graph containing the core definitions is available at http://www.w3.org/ns/sosa/.

The SSN graph with the full axiomatization of the core terms is available at http://www.w3.org/ns/ssn/.

General Information

For OGC this is a Public Draft of a document prepared by the Spatial Data on the Web Working Group (SDWWG) — a joint W3C-OGC project (see charter). The document is prepared following W3C conventions. The document is released at this time to solicit public comment.

Specification

This section introduces the specifications for the RDF implementation of the Semantic Sensor Network Ontology.

SSN Extensions

This section provides details on modules that extend the scope and capabilities of SSN.

Alignments

This section introduces the specifications for the modules that align SOSA and SSN to a variety of related ontologies and specifications.

Common Patterns

This section discusses how to handle some common modeling questions.

Wide review

Results of the wide review of SOSA and SSN is summarized here.

Acknowledgments

The editors recognize the major contribution of the members of the original W3C Semantic Sensor Networks Incubator Group. The editors also gratefully acknowledge the contributions made to this document by all members of the SSN subgroup of the Spatial Data on the Web working group.

For this new edition of SSN, in addition to the contributors listed at the top of the document, the editors acknowledge the work of the editors of ISO 19156:2023 [[OMS]].

Change History

A full change-log is available on GitHub.

Changes since W3C Recommendation 19 October 2017 (https://www.w3.org/TR/2017/REC-vocab-ssn-20171019/)

  1. Updated Abstract to reflect the revised graph and axiomatization design
  2. Updated Chapter 2 'Modularization' to simplify and to reflect the revised graph arrangement
  3. Add conformance clause Chapter 3
  4. Updated Chapter 4 and Chapter 5.1 to explain modularization and RDF implementation
  5. Retire O&Mv2 alignment - superseded by OMS extension
  6. Retire SSNX alignment - leave behind a stub giving links to the previous edition of the recommendation and to the RDF alignment file
  7. Mark ssn:Input, ssn:Output deprecated
  8. Mark ssn-system:Condition deprecated
  9. Mark sosa:Result deprecated
  10. Add ObservationCollection, SampleCollection, hasMember
  11. Add ActuationCollection to provide basic support for sets of actuations on multiple properties with multiple results; clarify meaning of Actuation result
  12. Add SamplingCollection to provide mechanism for grouping sets of Samplings with common properties
  13. Update OBOE alignment - using ObservationCollection, SampleCollection, hasMember
  14. remove rdfs:range on sosa:resultTime
  15. Add content model for Execution, ExecutionCollection, including hasInputValue and hasResult
  16. Clarify meaning of hasResult, resultTime, phenomenonTime in the context of Actuations
  17. introduced startTime property
  18. Refactored SOSA and SSN into modules - sosa-common sosa-actuation sosa-observation sosa-sampling sosa (all), and matching ssn-* files (also ssn-deprecated). Refactored HTML sources to match.
  19. Update and streamline Introduction; move Origins section to an Annex.
  20. re-drafted all figures; added a clause on notation
  21. retire ssn-system:qualityOfObservation - functionally equivalent to sosa:resultQuality
  22. add alignment to SAREF
  23. Add `forProperty` links from `Procedure`, and inverse `hasProcedure`
  24. add inverses for all object-properties, add tabulation of all properties
  25. Add madeBySystem, madeExecution
  26. Add explanation of how domain types relate to feature-of-interest; remove Sample is subclass of FeatureOfInterest axiom
  27. Add SamplingCollection to provide mechanism for grouping sets of Samplings with common properties
  28. Deprecate ActuatableProperty, ObservableProperty in favour of generic Property
  29. Clarify type-vs-instance for Systems; add examples in Common Modeling patterns.
  30. Add hasFeatureOfInterest support to Deployments to allow description of systems/platforms tied to specific FoIs
  31. Remove Functional and InverseFunctional axioms except on hasResult
  32. Make patterns for Location, UoM more prescriptive