Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ssn/rdf/sosa.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ sosa:hasValue
skos:definition "The value of a Result"@en ;
skos:example "23 or true"@en ;
.
sosa:hostedBy
sosa:isHostedBy
rdf:type owl:ObjectProperty ;
schema:domainIncludes sosa:Actuator ;
schema:domainIncludes sosa:Sensor ;
schema:rangeIncludes sosa:Platform ;
rdfs:comment "Relation between a Sensor or Actuator and the Platform that it is mounted on or hosted by."@en ;
rdfs:label "hosted by"@en ;
rdfs:label "is hosted by"@en ;
owl:inverseOf sosa:hosts ;
skos:definition "Relation between a Sensor or Actuator and the Platform that it is mounted on or hosted by."@en ;
.
Expand All @@ -222,7 +222,7 @@ sosa:hosts
schema:rangeIncludes sosa:Sensor ;
rdfs:comment "Relation between a Platform and a Sensor or Actuator hosted or mounted on it."@en ;
rdfs:label "hosts"@en ;
owl:inverseOf sosa:hostedBy ;
owl:inverseOf sosa:isHostedBy ;
skos:definition "Relation between a Platform and a Sensor or Actuator hosted or mounted on it."@en ;
.
sosa:madeByActuator
Expand Down