Copyright © 2019 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and document use rules apply.
This document records known errata for the Semantic Sensor Network Ontology W3C Recommendation, published on 19 October 2017 (and updated in-place to fix link errors on 08 December 2017).
Entries are listed in chronological order of their date of publication. Each entry has the following information:
No substantive errata have been identified so far. Known editorial errata are:
actsOnProperty and isActedOnBy in Actuation diagramssosa:actuationMadeBy property used in apartment 134 examplequdt-1-1:numericalValue instead of qudt-1-1:numericValue in Examples 12 and 13Entries are detailed below:
;".;" with a "."..".sosa:hosts and ssn:hasSubSystem properties for <PCBBoard2> (resp. <PCBBoard3>) target <DHT22/4578> instead of <DHT22/4579> (resp. <DHT22/4580>).<PCBBoard2> and <PCBBoard3> should rather read:
            <PCBBoard2> a ssn:System , sosa:Platform ;
  rdfs:label "PCB Board 2"@en ;
  rdfs:comment "PCB Board 2 hosts DHT22 temperature and humidity sensor #4579 permanently, one can say it has it as one of its subsystems."@en ;
  sosa:hosts <DHT22/4579> ;
  ssn:hasSubSystem <DHT22/4579> .
  <DHT22/4579> a ssn:System ;
    rdfs:label "DHT22 sensor #4579."@en ;
    sosa:isHostedBy <PCBBoard2> .
<PCBBoard3> a ssn:System , sosa:Platform ;
  rdfs:label "PCB Board 3"@en ;
  rdfs:comment "PCB Board 3 hosts DHT22 temperature and humidity sensor #4580 permanently, one can say it has it as one of its subsystems."@en ;
  sosa:hosts <DHT22/4580> ;
  ssn:hasSubSystem <DHT22/4580> .
  <DHT22/4580> a ssn:System ;
    rdfs:label "DHT22 sensor #4580."@en ;
    sosa:isHostedBy <PCBBoard3> .
            actsOnProperty and isActedOnBy in Actuation diagramssosa:actsOnProperty and the sosa:isActedOnBy property links with the sosa:Actuator class instead of with the sosa:Actuation class.sosa:actsOnProperty and sosa:isActedOnBy property links with the sosa:Actuation class.sosa:actuationMadeBy property used in apartment 134 examplesosa:actuationMadeBy property, which used to exist in previous versions of the specification, was renamed into sosa:madeByActuator. The apartment 134 still uses the old property name.sosa:actuationMadeBy by sosa:madeByActuator in the example.sosa:hasResult ≡ oldssn:hasValue (1) sosa:hasResult ≡ oldssn:observationResult (2)
oldssn:hasValue is a sub-property of dul:hasRegion, whose range in DUL has dul:Abstract as a super-class. Yet, a sosa:Sampling procedure has only sosa:Sample as a result, and sosa:Sample is a sub-class of ( dul:Event or dul:Object or dul:Quality )dul:SocialObject and dul:PhysicalObject , anddul:Event and dul:Object .oldssn:hasValue ⊑ sosa:hasResult (1') oldssn:observationResult ⊑ sosa:hasResult (2')
≡ means equivalent class, ⊑ means subclass ofssn-system:SurvivalProperty is a sub-class of ssn:Property, and has for inverseof( ssn-system:hasSurvivalProperty ) only (and at least one) ssn-system:SurvivalRange, that is a sub-class of ssn:Propertyinverseof( ssn-system:hasSurvivalProperty ) is a sub-property of ssn:isPropertyOfssn:Property has for ssn:isPropertyOf only sosa:FeatureOfInterestssn-system:SurvivalRange would be both a ssn:Property and a sosa:FeatureOfInterest, which is forbidden.
          sosa:FeatureOfInterest rdfs:subClassOf [ owl:unionOf ( dul:Event dul:Object dul:InformationEntity ) ] (1) oldssn:FeatureOfInterest owl:equivalentClass sosa:FeatureOfInterest (2)
sosa:FeatureOfInterest rdfs:subClassOf dul:Entity (1') oldssn:FeatureOfInterest rdfs:subClassOf sosa:FeatureOfInterest (2')
qudt-1-1:numericalValue instead of qudt-1-1:numericValue in Examples 12 and 13qudt-1-1:numericalValue instead of qudt-1-1:numericValue in the referred examples.qudt-1-1:numericalValue to qudt-1-1:numericValue.sosa:hasSimplResult predicate.sosa:hasSimplResult with sosa:hasSimpleResult in Example 10 and Example 11.