Newer
Older
owl:onProperty saref:hasTimestamp ;
owl:allValuesFrom xsd:dateTime .
owl:onProperty saref:hasValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:float .
saref:Measurement owl:disjointWith saref:Property , saref:UnitOfMeasure ;
rdfs:comment "Represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement."@en ;
rdfs:isDefinedBy "https://w3id.org/saref#" ;
rdfs:label "Measurement"@en .
#
# https://w3id.org/saref#Property
saref:Property a owl:Class ;
_:genid50 a owl:Restriction ;
owl:onProperty s4city:isPropertyOf ;
owl:someValuesFrom s4city:FeatureOfInterest .
saref:Property rdfs:subClassOf _:genid51 .
_:genid51 a owl:Restriction ;
owl:onProperty saref:isControlledByDevice ;
owl:someValuesFrom saref:Device .
saref:Property rdfs:subClassOf _:genid52 .
_:genid52 a owl:Restriction ;
owl:onProperty saref:isMeasuredByDevice ;
owl:allValuesFrom saref:Device .
owl:onProperty saref:relatesToMeasurement ;
owl:allValuesFrom saref:Measurement .
saref:Property owl:disjointWith saref:UnitOfMeasure ;
rdfs:comment "An aspect of an entity that can be observable by a sensor."@en , "Anything that can be sensed, measured or controlled in households, common public buildings or offices. We propose here a list of properties that are relevant for the purpose of SAREF, but this list can be extended."^^xsd:string ;
#
# https://w3id.org/saref#Sensor
saref:Sensor a owl:Class ;
rdfs:comment """A device that detects and responds to events or changes in the physical environment such as light, motion, or temperature changes.
A device that has category saref:Sensor and performs a saref:SensingFunction."""@en ;
rdfs:isDefinedBy <https://w3id.org/saref#> ;
rdfs:label "Sensor"@en .
#
# https://w3id.org/saref#UnitOfMeasure
saref:UnitOfMeasure a owl:Class ;
rdfs:comment "The unit of measure is a standard for measurement of a quantity, such as a Property. For example, Power is a property and Watt is a unit of power that represents a definite predetermined power: when we say 10 Watt, we actually mean 10 times the definite predetermined power called \"watt\". Our definition is based on the definition of unit of measure in the Ontology of units of Measure (OM). We propose here a list of some units of measure that are relevant for the purpose of the Smart Appliances ontology, but this list can be extended."@en ;
rdfs:isDefinedBy <https://w3id.org/saref#> ;
rdfs:label "Unit of measure"@en .
#
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
#
#
# #################################################################
# #
# # Annotations
# #
# #################################################################
#
#
<http://www.w3.org/2003/01/geo/wgs84_pos#> dc:date "$Date: 2009/04/20 15:00:30 $" ;
rdfs:label "geo" ;
dc:description """A vocabulary for representing latitude, longitude and
altitude information in the WGS84 geodetic reference datum.
Version $Id: wgs84_pos.rdf,v 1.22 2009/04/20 15:00:30 timbl Exp $. See http://www.w3.org/2003/01/geo/ for more details.""" ;
rdfs:comment """
Recent changes to this namespace:
$Log: wgs84_pos.rdf,v $
Revision 1.22 2009/04/20 15:00:30 timbl
Remove the time bits which have been deal with elsewhere eg in iCal.
Revision 1.21 2009/04/20 12:52:47 timbl
try again
Revision 1.20 2009/04/20 12:42:11 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.19 2009/04/20 12:36:31 timbl
Add Event (edited ages ago and never checked in), and location (following discussion http://chatlogs.planetrdf.com/swig/2009-04-20#T12-36-09)
Revision 1.18 2006/02/01 22:01:04 danbri
Clarified that lat and long are decimal degrees, and that alt is decimal metres about local reference ellipsoid
Revision 1.17 2004/02/06 17:38:12 danbri
Fixed a bad commit screwup
Revision 1.15 2003/04/19 11:24:08 danbri
Fixed the typo even more.
Revision 1.14 2003/04/19 11:16:56 danbri
fixed a typo
Revision 1.13 2003/02/19 22:27:27 connolly
relaxed domain constraints on lat/long/alt from Point to SpatialThing
Revision 1.12 2003/01/12 01:41:41 danbri
Trying local copy of XSLT doc.
Revision 1.11 2003/01/12 01:20:18 danbri
added a link to morten's xslt rdfs viewer.
Revision 1.10 2003/01/11 18:56:49 danbri
Removed datatype range from lat and long properties, since they would
have required each occurance of the property to mention the datatype.
Revision 1.9 2003/01/11 11:41:31 danbri
Another typo; repaired rdfs:Property to rdf:Property x4
Revision 1.8 2003/01/11 11:05:02 danbri
Added an rdfs:range for each lat/long/alt property,
http://www.w3.org/2001/XMLSchema#float
Revision 1.7 2003/01/10 20:25:16 danbri
Longer rdfs:comment for Point, trying to be Earth-centric and neutral about
coordinate system(s) at the same time. Feedback welcomed.
Revision 1.6 2003/01/10 20:18:30 danbri
Added CVS log comments into the RDF/XML as an rdfs:comment property of the
vocabulary. Note that this is not common practice (but seems both harmless
and potentially useful).
revision 1.5
date: 2003/01/10 20:14:31; author: danbri; state: Exp; lines: +16 -5
Updated schema:
Added a dc:date, added url for more info. Changed the rdfs:label of the
namespace from gp to geo. Added a class Point, set as the rdfs:domain of
each property. Added XML comment on the lat_long property suggesting that
we might not need it (based on #rdfig commentary from implementors).
revision 1.4
date: 2003/01/10 20:01:07; author: danbri; state: Exp; lines: +6 -5
Fixed typo; several rdfs:about attributes are now rdf:about. Thanks to MortenF in
#rdfig for catching this error.
revision 1.3
date: 2003/01/10 11:59:03; author: danbri; state: Exp; lines: +4 -3
fixed buglet in vocab, added more wgs links
revision 1.2
date: 2003/01/10 11:01:11; author: danbri; state: Exp; lines: +4 -4
Removed alt from the as-a-flat-string property, and switched from
space separated to comma separated.
revision 1.1
date: 2003/01/10 10:53:23; author: danbri; state: Exp;
basic geo vocab
""" ;
dc:title "WGS84 Geo Positioning: an RDF vocabulary" .
#
geo:lat_long rdfs:comment "A comma-separated representation of a latitude, longitude coordinate." ;
rdfs:label "lat/long" .
#
geo:location rdfs:label "location" ;
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 .
""" ;
rdfs:label "location"@en .
#
# Generated by the OWL API (version 4.2.6.20160910-2108) https://github.com/owlcs/owlapi