Commit 08964a50 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Fixed some labels and removed references to requirements, since we are not...

Fixed some labels and removed references to requirements, since we are not going to annotate all of the correspondences.
parent e833ac2f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -116,8 +116,7 @@ geosp:sfWithin rdf:type owl:ObjectProperty ;

###  http://www.w3.org/2003/01/geo/wgs84_pos#location
geo:location rdf:type owl:ObjectProperty ;
             rdfs:comment """The relation between something and the point, or other geometrical thing in space, where it is.  For example, the realtionship between
 a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping."""@en ;
             rdfs:comment "The relation between something and the point, or other geometrical thing in space, where it is.  For example, the relationship between a radio tower and a Point with a given lat and long. Or a relationship between a park and its outline as a closed arc of points, or a road and its location as a arc (a sequence of points). Clearly in practice there will be limit to the accuracy of any such statement, but one would expect an accuracy appropriate for the size of the object and uses such as mapping."@en ;
             rdfs:isDefinedBy geo: ;
             rdfs:label "location" .

@@ -555,6 +554,7 @@ geo:Point rdf:type owl:Class ;

###  http://www.w3.org/ns/ssn/systems/SystemCapability
ssn-system:SystemCapability rdf:type owl:Class ;
                            rdfs:isDefinedBy ssn-system: ;
                            rdfs:comment """Describes normal measurement, actuation, sampling properties such as accuracy, range, precision, etc. of a System under some specified Conditions such as a temperature range.
The capabilities specified here are those that affect the primary purpose of the System, while those in OperatingRange represent the system's normal operating environment, including Conditions that don't affect the Observations or the Actuations."""@en ;
                            rdfs:label "System capability"@en .
@@ -926,8 +926,7 @@ s4wear:Wearable rdf:type owl:Class ;
                                  owl:onProperty ssn-system:hasSystemCapability ;
                                  owl:allValuesFrom ssn-system:SystemCapability
                                ] ;
                rdfs:comment """A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."""@en ;
                rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism."@en ;
                rdfs:label "Wearable device"@en .


@@ -958,7 +957,7 @@ s4wear:Wearer rdf:type owl:Class ;
                                owl:onProperty saref:hasProperty ;
                                owl:allValuesFrom s4wear:WearerProperty
                              ] ;
              rdfs:comment "A wearer is any living organism that is sensed by a wearable. The definition of this concept satisfies the requirement WEAR-2."@en ;
              rdfs:comment "A wearer is any living organism that is sensed by a wearable."@en ;
              rdfs:label "Wearer"@en .