From f84eb99611dce092e6387563bc858e284805a121 Mon Sep 17 00:00:00 2001 From: Simon Cox Date: Thu, 21 Mar 2024 17:21:20 +1100 Subject: [PATCH] Changed namespace for terms in all examples from ssn: to sosa: --- ssn/rdf/examples/2017ex10.ttl | 5 ++-- ssn/rdf/examples/2017ex12.ttl | 13 +++++---- ssn/rdf/examples/2017ex13.ttl | 4 +-- ssn/rdf/examples/2017ex14.ttl | 5 ++-- ssn/rdf/examples/2017ex15.ttl | 2 +- ssn/rdf/examples/2017ex17.ttl | 15 +++++------ ssn/rdf/examples/2017ex19.ttl | 3 +-- ssn/rdf/examples/2017ex21.ttl | 27 +++++++++---------- ssn/rdf/examples/2017ex22.ttl | 1 - ssn/rdf/examples/2017ex23.ttl | 35 ++++++++++++------------ ssn/rdf/examples/2017ex25.ttl | 39 +++++++++++++-------------- ssn/rdf/examples/2017ex4.ttl | 6 ++--- ssn/rdf/examples/2017ex5.ttl | 10 +++---- ssn/rdf/examples/2017ex6.ttl | 2 +- ssn/rdf/examples/2017ex7.ttl | 6 ++--- ssn/rdf/examples/apartment-134.ttl | 5 ++-- ssn/rdf/examples/dht22-deployment.ttl | 35 ++++++++++++------------ ssn/rdf/examples/dht22-sosa.ttl | 1 - ssn/rdf/examples/dht22.ttl | 29 ++++++++++---------- ssn/rdf/examples/house134.ttl | 32 +++++++++++----------- ssn/rdf/examples/ice-core.ttl | 3 +-- ssn/rdf/examples/ip68.ttl | 39 +++++++++++++-------------- ssn/rdf/examples/seismograph-sosa.ttl | 2 +- ssn/rdf/examples/seismograph.ttl | 5 ++-- ssn/rdf/examples/spinning-cups.ttl | 15 +++++------ ssn/rdf/examples/tree-height-sosa.ttl | 4 +-- ssn/rdf/examples/tree-height.ttl | 13 +++++---- 27 files changed, 168 insertions(+), 188 deletions(-) diff --git a/ssn/rdf/examples/2017ex10.ttl b/ssn/rdf/examples/2017ex10.ttl index e498baed..8c9bfc71 100644 --- a/ssn/rdf/examples/2017ex10.ttl +++ b/ssn/rdf/examples/2017ex10.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix time: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix qudt: . @prefix unit: . @@ -73,7 +72,7 @@ # SSN allows to explicitly say that is a property of rdf:type sosa:FeatureOfInterest ; - ssn:hasProperty . + sosa:hasProperty . rdf:type sosa:ActuatableProperty ; sosa:isActedOnBy . @@ -84,7 +83,7 @@ rdf:type sosa:Actuator ; sosa:madeActuation ; - ssn:forProperty . + sosa:forProperty . # Actuation #188 acted on the state of window #104 and returned 'true'. diff --git a/ssn/rdf/examples/2017ex12.ttl b/ssn/rdf/examples/2017ex12.ttl index 7eb6fbea..255df19c 100644 --- a/ssn/rdf/examples/2017ex12.ttl +++ b/ssn/rdf/examples/2017ex12.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix rdfs: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix qudt: . @prefix unit: . @@ -29,11 +28,11 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #124"@en ; - ssn:hasProperty . + sosa:hasProperty . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #124"@en ; - ssn:isPropertyOf . + sosa:isPropertyOf . # rangefinder #30 made observation #1088 of the height of tree #125. @@ -50,8 +49,8 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #125"@en ; - ssn:hasProperty . + sosa:hasProperty . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #125"@en ; - ssn:isPropertyOf . + sosa:isPropertyOf . diff --git a/ssn/rdf/examples/2017ex13.ttl b/ssn/rdf/examples/2017ex13.ttl index 30ea6f58..eac866b8 100644 --- a/ssn/rdf/examples/2017ex13.ttl +++ b/ssn/rdf/examples/2017ex13.ttl @@ -27,7 +27,7 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #124"@en . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #124"@en . # rangefinder #30 made observation #1088 of the height of tree #125. @@ -44,5 +44,5 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #125"@en . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #125"@en . \ No newline at end of file diff --git a/ssn/rdf/examples/2017ex14.ttl b/ssn/rdf/examples/2017ex14.ttl index 8b2de224..b49bd027 100644 --- a/ssn/rdf/examples/2017ex14.ttl +++ b/ssn/rdf/examples/2017ex14.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix rdfs: . @prefix sosa: . -@prefix ssn: . @prefix geo: . @prefix xsd: . @prefix qudt: . @@ -27,7 +26,7 @@ geo:alt 12.75 ; sosa:isSampleOf . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the ground displacement speed at location of VCAB-DP1-BP-40"@en ; sosa:isObservedBy . @@ -43,4 +42,4 @@ # using SSN one can explicitly state that is the property of . - ssn:hasProperty . \ No newline at end of file + sosa:hasProperty . \ No newline at end of file diff --git a/ssn/rdf/examples/2017ex15.ttl b/ssn/rdf/examples/2017ex15.ttl index 802d6813..b2a1f219 100644 --- a/ssn/rdf/examples/2017ex15.ttl +++ b/ssn/rdf/examples/2017ex15.ttl @@ -26,7 +26,7 @@ geo:alt 12.75 ; sosa:isSampleOf . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the ground displacement speed at location of VCAB-DP1-BP-40"@en ; sosa:isObservedBy . diff --git a/ssn/rdf/examples/2017ex17.ttl b/ssn/rdf/examples/2017ex17.ttl index 5a12489b..74824f92 100644 --- a/ssn/rdf/examples/2017ex17.ttl +++ b/ssn/rdf/examples/2017ex17.ttl @@ -1,6 +1,5 @@ @prefix rdf: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @base . @@ -15,7 +14,7 @@ rdf:type sosa:Sensor ; sosa:madeObservation , ; - ssn:detects , . + sosa:detects , . # observation #147 was originated by the movement of the spinning cups of sensor #14. # the result of observations #147 and #148 is using some custom datatype that encodes the unit of measure. @@ -23,19 +22,19 @@ rdf:type sosa:Observation ; sosa:observedProperty ; sosa:madeBySensor ; - ssn:wasOriginatedBy ; + sosa:wasOriginatedBy ; sosa:resultTime "2017-04-12T12:00:00Z"^^xsd:dateTime ; sosa:hasSimpleResult "47 km/h"^^ . - rdf:type ssn:Stimulus ; - ssn:isProxyFor . + rdf:type sosa:Stimulus ; + sosa:isProxyFor . rdf:type sosa:Observation ; sosa:observedProperty ; sosa:madeBySensor ; - ssn:wasOriginatedBy ; + sosa:wasOriginatedBy ; sosa:resultTime "2017-04-12T12:01:00Z"^^xsd:dateTime ; sosa:hasSimpleResult "43 km/h"^^ . - rdf:type ssn:Stimulus ; - ssn:isProxyFor . \ No newline at end of file + rdf:type sosa:Stimulus ; + sosa:isProxyFor . \ No newline at end of file diff --git a/ssn/rdf/examples/2017ex19.ttl b/ssn/rdf/examples/2017ex19.ttl index f7b3a882..5b769926 100644 --- a/ssn/rdf/examples/2017ex19.ttl +++ b/ssn/rdf/examples/2017ex19.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix time: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix geo: . @base . @@ -32,4 +31,4 @@ # using SSN one can explicitly state that is the property of . - ssn:isPropertyOf . \ No newline at end of file + sosa:isPropertyOf . \ No newline at end of file diff --git a/ssn/rdf/examples/2017ex21.ttl b/ssn/rdf/examples/2017ex21.ttl index da23d0ad..082ee50b 100644 --- a/ssn/rdf/examples/2017ex21.ttl +++ b/ssn/rdf/examples/2017ex21.ttl @@ -7,7 +7,6 @@ @prefix ex: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix rdfp: . @@ -16,9 +15,9 @@ a sosa:Procedure ; - ssn:hasOutput . + sosa:hasOutput . - a ssn:Output , rdfp:GraphDescription ; + a sosa:Output , rdfp:GraphDescription ; rdfs:comment "The output is a RDF Graph that describes both the temperature and the humidity. It can be validated by a SHACL shapes graph."@en ; rdfp:presentedBy [ a rdfp:GraphDescription ; @@ -26,23 +25,23 @@ ] . - a ssn:System ; + a sosa:System ; rdfs:comment "DHT22 sensor #4578 contains a humidity and a temperature sensor."@en ; rdfs:seeAlso ; - ssn:hasSubSystem , . + sosa:hasSubSystem , . - a sosa:Sensor , ssn:System ; + a sosa:Sensor , sosa:System ; rdfs:comment "The embedded temperature sensor, a specific instance of temperature sensor."@en ; ssn-system:hasOperatingRange ; ssn-system:hasSystemCapability ; - ssn:implements . + sosa:implements . - a sosa:Sensor , ssn:System ; + a sosa:Sensor , sosa:System ; rdfs:comment "The embedded humidity sensor, a specific instance of humidity sensor."@en ; ssn-system:hasOperatingRange ; - ssn:implements . + sosa:implements . @@ -70,29 +69,29 @@ - a ssn:Property , ssn-system:SystemCapability , schema:PropertyValue ; + a sosa:Property , ssn-system:SystemCapability , schema:PropertyValue ; rdfs:comment "The capabilities of the temperature sensor in normal temperature and humidity conditions." ; ssn-system:inCondition , ; ssn-system:hasSystemProperty , , , . - a ssn:Property , ssn-system:Accuracy , schema:PropertyValue ; + a sosa:Property , ssn-system:Accuracy , schema:PropertyValue ; rdfs:comment "The accuracy of the temperature sensor is +-0.5 °C in normal temperature and humidity conditions."@en ; schema:minValue -0.5 ; schema:maxValue 0.5 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Sensitivity , ssn-system:Resolution , schema:PropertyValue ; + a sosa:Property , ssn-system:Sensitivity , ssn-system:Resolution , schema:PropertyValue ; rdfs:comment "The sensitivity and resolution of the temperature sensor is 0.1 °C in normal temperature and humidity conditions."@en ; schema:value 0.1 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Precision , schema:PropertyValue ; + a sosa:Property , ssn-system:Precision , schema:PropertyValue ; rdfs:comment "The precision (= repeatability) of the temperature sensor is +-0.2 °C in normal temperature and humidity conditions."@en ; schema:minValue 0.2 ; schema:maxValue 0.2 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Frequency , schema:PropertyValue ; + a sosa:Property , ssn-system:Frequency , schema:PropertyValue ; rdfs:comment "The smallest possible time between one observation and the next is 2 s on average."@en ; schema:value 2 ; schema:unitCode unit:Second . diff --git a/ssn/rdf/examples/2017ex22.ttl b/ssn/rdf/examples/2017ex22.ttl index b9925779..6a645523 100644 --- a/ssn/rdf/examples/2017ex22.ttl +++ b/ssn/rdf/examples/2017ex22.ttl @@ -6,7 +6,6 @@ @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix rdfp: . diff --git a/ssn/rdf/examples/2017ex23.ttl b/ssn/rdf/examples/2017ex23.ttl index caab9a2f..3089de6b 100644 --- a/ssn/rdf/examples/2017ex23.ttl +++ b/ssn/rdf/examples/2017ex23.ttl @@ -6,7 +6,6 @@ @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @base . @@ -41,50 +40,50 @@ - a ssn:System , sosa:Platform ; + a sosa:System , sosa:Platform ; rdfs:label "PCB Board 1"@en ; rdfs:comment "PCB Board 1 hosts DHT22 temperature and humidity sensor #4578 permanently, one can say it has it as one of its subsystems."@en ; sosa:hosts ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4578"@en ; sosa:isHostedBy . - a ssn:System , sosa:Platform ; + a sosa: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 ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4579."@en ; sosa:isHostedBy . - a ssn:System , sosa:Platform ; + a sosa: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 ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4580."@en ; sosa:isHostedBy . - a ssn:Deployment ; + a sosa:Deployment ; rdfs:comment "Deployment of PCB Board 3 on the south wall of room #245 for the purpose of observing the temperature and humidity of room #245."@en ; - ssn:deployedOnPlatform ; - ssn:deployedSystem ; - ssn:forProperty , . + sosa:deployedOnPlatform ; + sosa:deployedSystem ; + sosa:forProperty , . - a ssn:Deployment ; + a sosa:Deployment ; rdfs:comment "Deployment of PCB Board 1 and 2 on the east and south wall of room #145, respectively, for the purpose of observing the temperature and humidity of room #145."@en ; - ssn:deployedOnPlatform , ; - ssn:deployedSystem , ; - ssn:forProperty , . \ No newline at end of file + sosa:deployedOnPlatform , ; + sosa:deployedSystem , ; + sosa:forProperty , . \ No newline at end of file diff --git a/ssn/rdf/examples/2017ex25.ttl b/ssn/rdf/examples/2017ex25.ttl index c77638a9..42b1200a 100644 --- a/ssn/rdf/examples/2017ex25.ttl +++ b/ssn/rdf/examples/2017ex25.ttl @@ -4,7 +4,6 @@ @prefix org: . @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix unit: . @prefix prov: . @@ -30,7 +29,7 @@ owl:onProperty ssn-system:hasSystemCapability ; owl:hasValue ] . - a ssn-system:OperatingRange , ssn:Property ; + a ssn-system:OperatingRange , sosa:Property ; ssn-system:inCondition . a ssn-system:Condition , schema:PropertyValue ; @@ -39,54 +38,54 @@ schema:maxValue 70.0 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:SystemCapability ; + a sosa:Property , ssn-system:SystemCapability ; rdfs:comment "The sensor capability in normal operating conditions."@en ; ssn-system:hasSystemProperty , , , , ; ssn-system:inCondition . - a ssn:Property , ssn-system:Sensitivity , schema:PropertyValue ; + a sosa:Property , ssn-system:Sensitivity , schema:PropertyValue ; schema:value -137 ; schema:unitCode unit:DecibelReferredToOneMilliwatt . - a ssn:Property , ssn-system:Accuracy , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Accuracy , schema:PropertyValue ; + sosa:forProperty ; schema:minValue -0.2 ; schema:maxValue 0.2 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Resolution , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Resolution , schema:PropertyValue ; + sosa:forProperty ; schema:value 0.0625 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Resolution , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Resolution , schema:PropertyValue ; + sosa:forProperty ; schema:value 3.937e-3 ; schema:unitCode unit:PERCENT . a sosa:Sample ; rdfs:label "The air at lat 45.75 and long 4.85."@en ; sosa:isSampleOf ; - ssn:hasProperty . + sosa:hasProperty . - a ssn:Property , sosa:ObservableProperty ; - ssn:isPropertyOf . + a sosa:Property , sosa:ObservableProperty ; + sosa:isPropertyOf . a gr:ProductOrService, sosa:Sensor , seas:LoRaCommunicationDevice , ; gr:hasBrand [ a gr:Brand ; gr:name "Sensing Labs"@en ] ; geo:alt 100.0 ; geo:lat 45.75 ; geo:lon 4.85 ; - ssn:implements ; - ssn:implements ; - ssn:observes ; - ssn:observes . + sosa:implements ; + sosa:implements ; + sosa:observes ; + sosa:observes . - a ssn:Deployment ; - ssn:deployedSystem ; + a sosa:Deployment ; + sosa:deployedSystem ; prov:startedAtTime "2017-06-06"^^xsd:date ; prov:wasAssociatedWith ; - ssn:deployedOnPlatform . + sosa:deployedOnPlatform . a sosa:Observation ; sosa:hasSimpleResult "64.5244681928429 Cel"^^cdt:ucum ; diff --git a/ssn/rdf/examples/2017ex4.ttl b/ssn/rdf/examples/2017ex4.ttl index 56caa776..0ae4259c 100644 --- a/ssn/rdf/examples/2017ex4.ttl +++ b/ssn/rdf/examples/2017ex4.ttl @@ -1,14 +1,14 @@ -ex:Temperature a ssn:Property . +ex:Temperature a sosa:Property . a sosa:FeatureOfInterest; - ssn:hasProperty ex:Temperature . + sosa:hasProperty ex:Temperature . a sosa:Observation ; sosa:observedProperty ex:Temperature ; sosa:hasFeatureOfInterest . a sosa:FeatureOfInterest; - ssn:hasProperty ex:Temperature . + sosa:hasProperty ex:Temperature . a sosa:Observation ; sosa:observedProperty ex:Temperature ; diff --git a/ssn/rdf/examples/2017ex5.ttl b/ssn/rdf/examples/2017ex5.ttl index 9930d868..6fbcf582 100644 --- a/ssn/rdf/examples/2017ex5.ttl +++ b/ssn/rdf/examples/2017ex5.ttl @@ -1,19 +1,19 @@ ex:Temperature a owl:Class ; - rdfs:subClassOf ssn:Property . + rdfs:subClassOf sosa:Property . a sosa:FeatureOfInterest; - ssn:hasProperty . + sosa:hasProperty . - a ex:Temperature , ssn:Property . + a ex:Temperature , sosa:Property . a sosa:Observation ; sosa:observedProperty ; sosa:hasFeatureOfInterest . a sosa:FeatureOfInterest; - ssn:hasProperty . + sosa:hasProperty . - a ex:Temperature , ssn:Property . + a ex:Temperature , sosa:Property . a sosa:Observation ; sosa:observedProperty ; diff --git a/ssn/rdf/examples/2017ex6.ttl b/ssn/rdf/examples/2017ex6.ttl index b872bd29..62208434 100644 --- a/ssn/rdf/examples/2017ex6.ttl +++ b/ssn/rdf/examples/2017ex6.ttl @@ -1,4 +1,4 @@ -ex:TemperatureSensor a ssn:System . +ex:TemperatureSensor a sosa:System . a sosa:Observation ; sosa:madeBySensor ex:TemperatureSensor . diff --git a/ssn/rdf/examples/2017ex7.ttl b/ssn/rdf/examples/2017ex7.ttl index b240d68b..968e89d7 100644 --- a/ssn/rdf/examples/2017ex7.ttl +++ b/ssn/rdf/examples/2017ex7.ttl @@ -1,12 +1,12 @@ ex:TemperatureSensor a owl:Class ; - rdfs:subClassOf ssn:System . + rdfs:subClassOf sosa:System . - a ex:TemperatureSensor , ssn:System . + a ex:TemperatureSensor , sosa:System . a sosa:Observation ; sosa:madeBySensor . - a ex:TemperatureSensor , ssn:System . + a ex:TemperatureSensor , sosa:System . a sosa:Observation ; sosa:madeBySensor . diff --git a/ssn/rdf/examples/apartment-134.ttl b/ssn/rdf/examples/apartment-134.ttl index 46d8e63f..206f659c 100644 --- a/ssn/rdf/examples/apartment-134.ttl +++ b/ssn/rdf/examples/apartment-134.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix time: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix qudt: . @prefix unit: . @@ -73,7 +72,7 @@ # SSN allows to explicitly say that is a property of rdf:type sosa:FeatureOfInterest ; - ssn:hasProperty . + sosa:hasProperty . rdf:type sosa:ActuatableProperty ; sosa:isActedOnBy . @@ -84,7 +83,7 @@ rdf:type sosa:Actuator ; sosa:madeActuation ; - ssn:forProperty . + sosa:forProperty . # Actuation #188 acted on the state of window #104 and returned 'true'. diff --git a/ssn/rdf/examples/dht22-deployment.ttl b/ssn/rdf/examples/dht22-deployment.ttl index 411e6cd4..581fcf6b 100644 --- a/ssn/rdf/examples/dht22-deployment.ttl +++ b/ssn/rdf/examples/dht22-deployment.ttl @@ -6,7 +6,6 @@ @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @base . @@ -41,51 +40,51 @@ - a ssn:System , sosa:Platform ; + a sosa:System , sosa:Platform ; rdfs:label "PCB Board 1"@en ; rdfs:comment "PCB Board 1 hosts DHT22 temperature and humidity sensor #4578 permanently, one can say it has it as one of its subsystems."@en ; sosa:hosts ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4578"@en ; sosa:isHostedBy . - a ssn:System , sosa:Platform ; + a sosa: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 ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4579."@en ; sosa:isHostedBy . - a ssn:System , sosa:Platform ; + a sosa: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 ; - ssn:hasSubSystem . + sosa:hasSubSystem . - a ssn:System ; + a sosa:System ; rdfs:label "DHT22 sensor #4580."@en ; sosa:isHostedBy . - a ssn:Deployment ; + a sosa:Deployment ; rdfs:comment "Deployment of PCB Board 3 on the south wall of room #245 for the purpose of observing the temperature and humidity of room #245."@en ; - ssn:deployedOnPlatform ; - ssn:deployedSystem ; - ssn:forProperty , . + sosa:deployedOnPlatform ; + sosa:deployedSystem ; + sosa:forProperty , . - a ssn:Deployment ; + a sosa:Deployment ; rdfs:comment "Deployment of PCB Board 1 and 2 on the east and south wall of room #145, respectively, for the purpose of observing the temperature and humidity of room #145."@en ; - ssn:deployedOnPlatform , ; - ssn:deployedSystem , ; - ssn:forProperty , . + sosa:deployedOnPlatform , ; + sosa:deployedSystem , ; + sosa:forProperty , . diff --git a/ssn/rdf/examples/dht22-sosa.ttl b/ssn/rdf/examples/dht22-sosa.ttl index 0a0a2e7c..5b075eff 100644 --- a/ssn/rdf/examples/dht22-sosa.ttl +++ b/ssn/rdf/examples/dht22-sosa.ttl @@ -6,7 +6,6 @@ @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix rdfp: . diff --git a/ssn/rdf/examples/dht22.ttl b/ssn/rdf/examples/dht22.ttl index f8e1ab7c..9a67882f 100644 --- a/ssn/rdf/examples/dht22.ttl +++ b/ssn/rdf/examples/dht22.ttl @@ -7,7 +7,6 @@ @prefix ex: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix rdfp: . @@ -16,9 +15,9 @@ a sosa:Procedure ; - ssn:hasOutput . + sosa:hasOutput . - a ssn:Output , rdfp:GraphDescription ; + a sosa:Output , rdfp:GraphDescription ; rdfs:comment "The output is a RDF Graph that describes both the temperature and the humidity. It can be validated by a SHACL shapes graph."@en ; rdfp:presentedBy [ a rdfp:GraphDescription ; @@ -26,23 +25,23 @@ ] . - a ssn:System ; + a sosa:System ; rdfs:comment "DHT22 sensor #4578 contains a humidity and a temperature sensor."@en ; rdfs:seeAlso ; - ssn:hasSubSystem , . + sosa:hasSubSystem , . - a sosa:Sensor , ssn:System ; + a sosa:Sensor , sosa:System ; rdfs:comment "The embedded temperature sensor, a specific instance of temperature sensor."@en ; ssn-system:hasOperatingRange ; ssn-system:hasSystemCapability ; - ssn:implements . + sosa:implements . - a sosa:Sensor , ssn:System ; + a sosa:Sensor , sosa:System ; rdfs:comment "The embedded humidity sensor, a specific instance of humidity sensor."@en ; ssn-system:hasOperatingRange ; - ssn:implements . + sosa:implements . @@ -70,29 +69,29 @@ - a ssn:Property , ssn-system:SystemCapability , schema:PropertyValue ; + a sosa:Property , ssn-system:SystemCapability , schema:PropertyValue ; rdfs:comment "The capabilities of the temperature sensor in normal temperature and humidity conditions." ; ssn-system:inCondition , ; ssn-system:hasSystemProperty , , , . - a ssn:Property , ssn-system:Accuracy , schema:PropertyValue ; + a sosa:Property , ssn-system:Accuracy , schema:PropertyValue ; rdfs:comment "The accuracy of the temperature sensor is +-0.5 °C in normal temperature and humidity conditions."@en ; schema:minValue -0.5 ; schema:maxValue 0.5 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Sensitivity , ssn-system:Resolution , schema:PropertyValue ; + a sosa:Property , ssn-system:Sensitivity , ssn-system:Resolution , schema:PropertyValue ; rdfs:comment "The sensitivity and resolution of the temperature sensor is 0.1 °C in normal temperature and humidity conditions."@en ; schema:value 0.1 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Precision , schema:PropertyValue ; + a sosa:Property , ssn-system:Precision , schema:PropertyValue ; rdfs:comment "The precision (= repeatability) of the temperature sensor is +-0.2 °C in normal temperature and humidity conditions."@en ; schema:minValue 0.2 ; schema:maxValue 0.2 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Frequency , schema:PropertyValue ; + a sosa:Property , ssn-system:Frequency , schema:PropertyValue ; rdfs:comment "The smallest possible time between one observation and the next is 2 s on average."@en ; schema:value 2 ; schema:unitCode unit:Second . @@ -113,7 +112,7 @@ ex:evaluatedBy ; - ex:confidenceValue "6"^^xsd:integer; + ex:confidenceValue "6"^^xsd:integer ; rdfs:comment """Tom gave a confidence value of 6 out of 10 on this observation."""@en . # one may use some quantity ontology. diff --git a/ssn/rdf/examples/house134.ttl b/ssn/rdf/examples/house134.ttl index 4199b948..ddb0000f 100644 --- a/ssn/rdf/examples/house134.ttl +++ b/ssn/rdf/examples/house134.ttl @@ -1,9 +1,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix oldssn: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix sampling: . @prefix cdt: . @@ -30,7 +28,7 @@ # SSN allows to explicitly say that is a property of a sosa:FeatureOfInterest ; - ssn:hasProperty . + sosa:hasProperty . a sosa:ActuatableProperty ; sosa:isActedOnBy . @@ -51,7 +49,7 @@ a sosa:ObservableProperty, qudt:QuantityKind ; rdfs:label "Thermodynamic Temperature"@en . - a ssn:Property, sosa:ObservableProperty, qudt:QuantityKind, ; + a sosa:Property, sosa:ObservableProperty, qudt:QuantityKind, ; qudt:generalization ; sosa:isPropertyOf , . @@ -77,21 +75,21 @@ sosa:observes ; sosa:madeObservation , , . - a ssn:System ; + a sosa:System ; rdfs:label "PCB Board 1"@en ; rdfs:comment "PCB Board 1 hosts DHT22 temperature sensor #1."@en ; sosa:hosts . - a ssn:System ; + a sosa:System ; rdfs:label "PCB Board 2"@en ; rdfs:comment "PCB Board 2 hosts DHT22 temperature sensor #2."@en ; sosa:hosts . - a sosa:Sensor, ssn:System ; + a sosa:Sensor, sosa:System ; rdfs:comment "The DHT22 #4578 embedded temperature sensor."@en ; ssn-system:hasSystemCapability . - a ssn:Property, ssn-system:SystemCapability ; + a sosa:Property, ssn-system:SystemCapability ; rdfs:comment "The capabilities of the temperature sensor in normal temperature conditions."@en; ssn-system:inCondition ; ssn-system:hasSystemProperty . @@ -102,23 +100,23 @@ schema:maxValue 80.0 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property, ssn-system:Sensitivity, ssn-system:Resolution, schema:PropertyValue ; + a sosa:Property, ssn-system:Sensitivity, ssn-system:Resolution, schema:PropertyValue ; rdfs:comment "The sensitivity and resolution of the temperature sensor is 0.1 °C in normal temperature and humidity conditions."@en ; schema:value 0.1 ; schema:unitCode unit:DegreeCelsius . - a ssn:Deployment ; + a sosa:Deployment ; rdfs:comment "Deployment of PCB Board 1 and 2 in the kitchen for the purpose of observing the temperature."@en ; - ssn:deployedOnPlatform ; - ssn:deployedSystem , ; - ssn:forProperty . + sosa:deployedOnPlatform ; + sosa:deployedSystem , ; + sosa:forProperty . a sosa:Sensor ; - ssn:implements . + sosa:implements . a sosa:Procedure ; - ssn:hasOutput ; - ssn:hasOutput [ + sosa:hasOutput ; + sosa:hasOutput [ rdfp:presentedBy [ rdfp:validationRule ; rdfp:liftingRule @@ -216,7 +214,7 @@ rdf:type sosa:Actuator ; sosa:madeActuation ; - ssn:forProperty . + sosa:forProperty . # Actuation #188 acted on the state of window #104 and returned 'true'. diff --git a/ssn/rdf/examples/ice-core.ttl b/ssn/rdf/examples/ice-core.ttl index c9913f83..6400bff2 100644 --- a/ssn/rdf/examples/ice-core.ttl +++ b/ssn/rdf/examples/ice-core.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix time: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix geo: . @base . @@ -32,5 +31,5 @@ # using SSN one can explicitly state that is the property of . - ssn:isPropertyOf . + sosa:isPropertyOf . \ No newline at end of file diff --git a/ssn/rdf/examples/ip68.ttl b/ssn/rdf/examples/ip68.ttl index ff5f366d..a8d15d9d 100644 --- a/ssn/rdf/examples/ip68.ttl +++ b/ssn/rdf/examples/ip68.ttl @@ -3,7 +3,6 @@ @prefix org: . @prefix schema: . @prefix sosa: . -@prefix ssn: . @prefix ssn-system: . @prefix unit: . @prefix prov: . @@ -30,7 +29,7 @@ owl:onProperty ssn-system:hasSystemCapability ; owl:hasValue ] . - a ssn-system:OperatingRange , ssn:Property ; + a ssn-system:OperatingRange , sosa:Property ; ssn-system:inCondition . a ssn-system:Condition , schema:PropertyValue ; @@ -39,54 +38,54 @@ schema:maxValue 70.0 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:SystemCapability ; + a sosa:Property , ssn-system:SystemCapability ; rdfs:comment "The sensor capability in normal operating conditions."@en ; ssn-system:hasSystemProperty , , , , ; ssn-system:inCondition . - a ssn:Property , ssn-system:Sensitivity , schema:PropertyValue ; + a sosa:Property , ssn-system:Sensitivity , schema:PropertyValue ; schema:value -137 ; schema:unitCode unit:DecibelReferredToOneMilliwatt . - a ssn:Property , ssn-system:Accuracy , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Accuracy , schema:PropertyValue ; + sosa:forProperty ; schema:minValue -0.2 ; schema:maxValue 0.2 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Resolution , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Resolution , schema:PropertyValue ; + sosa:forProperty ; schema:value 0.0625 ; schema:unitCode unit:DegreeCelsius . - a ssn:Property , ssn-system:Resolution , schema:PropertyValue ; - ssn:forProperty ; + a sosa:Property , ssn-system:Resolution , schema:PropertyValue ; + sosa:forProperty ; schema:value 3.937e-3 ; schema:unitCode unit:PERCENT . a sosa:Sample ; rdfs:label "The air at lat 45.75 and long 4.85."@en ; sosa:isSampleOf ; - ssn:hasProperty . + sosa:hasProperty . - a ssn:Property , sosa:ObservableProperty ; - ssn:isPropertyOf . + a sosa:Property , sosa:ObservableProperty ; + sosa:isPropertyOf . a gr:ProductOrService, sosa:Sensor , seas:LoRaCommunicationDevice , ; gr:hasBrand [ a gr:Brand ; gr:name "Sensing Labs"@en ] ; geo:alt 100.0 ; geo:lat 45.75 ; geo:lon 4.85 ; - ssn:implements ; - ssn:implements ; - ssn:observes ; - ssn:observes . + sosa:implements ; + sosa:implements ; + sosa:observes ; + sosa:observes . - a ssn:Deployment ; - ssn:deployedSystem ; + a sosa:Deployment ; + sosa:deployedSystem ; prov:startedAtTime "2017-06-06"^^xsd:date ; prov:wasAssociatedWith ; - ssn:deployedOnPlatform . + sosa:deployedOnPlatform . a sosa:Observation ; sosa:hasSimpleResult "64.5244681928429 Cel"^^cdt:ucum ; diff --git a/ssn/rdf/examples/seismograph-sosa.ttl b/ssn/rdf/examples/seismograph-sosa.ttl index 923e7da7..b9737b5e 100644 --- a/ssn/rdf/examples/seismograph-sosa.ttl +++ b/ssn/rdf/examples/seismograph-sosa.ttl @@ -26,7 +26,7 @@ geo:alt 12.75 ; sosa:isSampleOf . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the ground displacement speed at location of VCAB-DP1-BP-40"@en ; sosa:isObservedBy . diff --git a/ssn/rdf/examples/seismograph.ttl b/ssn/rdf/examples/seismograph.ttl index ba184384..8dfa65cf 100644 --- a/ssn/rdf/examples/seismograph.ttl +++ b/ssn/rdf/examples/seismograph.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix rdfs: . @prefix sosa: . -@prefix ssn: . @prefix geo: . @prefix xsd: . @prefix qudt: . @@ -27,7 +26,7 @@ geo:alt 12.75 ; sosa:isSampleOf . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the ground displacement speed at location of VCAB-DP1-BP-40"@en ; sosa:isObservedBy . @@ -43,4 +42,4 @@ # Using SSN one can explicitly state that is the property of . - ssn:hasProperty . + sosa:hasProperty . diff --git a/ssn/rdf/examples/spinning-cups.ttl b/ssn/rdf/examples/spinning-cups.ttl index 5a12489b..74824f92 100644 --- a/ssn/rdf/examples/spinning-cups.ttl +++ b/ssn/rdf/examples/spinning-cups.ttl @@ -1,6 +1,5 @@ @prefix rdf: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @base . @@ -15,7 +14,7 @@ rdf:type sosa:Sensor ; sosa:madeObservation , ; - ssn:detects , . + sosa:detects , . # observation #147 was originated by the movement of the spinning cups of sensor #14. # the result of observations #147 and #148 is using some custom datatype that encodes the unit of measure. @@ -23,19 +22,19 @@ rdf:type sosa:Observation ; sosa:observedProperty ; sosa:madeBySensor ; - ssn:wasOriginatedBy ; + sosa:wasOriginatedBy ; sosa:resultTime "2017-04-12T12:00:00Z"^^xsd:dateTime ; sosa:hasSimpleResult "47 km/h"^^ . - rdf:type ssn:Stimulus ; - ssn:isProxyFor . + rdf:type sosa:Stimulus ; + sosa:isProxyFor . rdf:type sosa:Observation ; sosa:observedProperty ; sosa:madeBySensor ; - ssn:wasOriginatedBy ; + sosa:wasOriginatedBy ; sosa:resultTime "2017-04-12T12:01:00Z"^^xsd:dateTime ; sosa:hasSimpleResult "43 km/h"^^ . - rdf:type ssn:Stimulus ; - ssn:isProxyFor . \ No newline at end of file + rdf:type sosa:Stimulus ; + sosa:isProxyFor . \ No newline at end of file diff --git a/ssn/rdf/examples/tree-height-sosa.ttl b/ssn/rdf/examples/tree-height-sosa.ttl index 57032d88..8060fc81 100644 --- a/ssn/rdf/examples/tree-height-sosa.ttl +++ b/ssn/rdf/examples/tree-height-sosa.ttl @@ -27,7 +27,7 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #124"@en . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #124"@en . # rangefinder #30 made observation #1088 of the height of tree #125. @@ -44,5 +44,5 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #125"@en . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #125"@en . \ No newline at end of file diff --git a/ssn/rdf/examples/tree-height.ttl b/ssn/rdf/examples/tree-height.ttl index 04696c6f..7a1e8c8b 100644 --- a/ssn/rdf/examples/tree-height.ttl +++ b/ssn/rdf/examples/tree-height.ttl @@ -1,7 +1,6 @@ @prefix rdf: . @prefix rdfs: . @prefix sosa: . -@prefix ssn: . @prefix xsd: . @prefix qudt: . @prefix unit: . @@ -29,11 +28,11 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #124"@en ; - ssn:hasProperty . + sosa:hasProperty . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #124"@en ; - ssn:isPropertyOf . + sosa:isPropertyOf . # rangefinder #30 made observation #1088 of the height of tree #125. @@ -50,8 +49,8 @@ rdf:type sosa:FeatureOfInterest ; rdfs:label "tree #125"@en ; - ssn:hasProperty . + sosa:hasProperty . - rdf:type sosa:ObservableProperty , ssn:Property ; + rdf:type sosa:ObservableProperty , sosa:Property ; rdfs:label "the height of tree #125"@en ; - ssn:isPropertyOf . + sosa:isPropertyOf .