Newer
Older
@prefix : <http://saref.linkeddata.es/def/envi#> .
Raul Garcia-Castro
committed
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
Raul Garcia-Castro
committed
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wot: <http://xmlns.com/wot/0.1/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rddl: <http://www.rddl.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
Raul Garcia-Castro
committed
@prefix vann: <http://purl.org/vocab/vann/> .
Raul Garcia-Castro
committed
@prefix dcterms: <http://purl.org/dc/terms/> .
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
<http://saref.linkeddata.es/def/envi> a owl:Ontology ;
owl:versionIRI <http://saref.linkeddata.es/def/v1/envi> ;
dcterms:creator <http://purl.org/net/mpoveda> ;
rdfs:comment "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
dc:title "SAREF extension for environment"@en ;
dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ;
vann:preferredNamespacePrefix "s4envi" ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
owl:versionInfo "1.0" ;
dc:publisher <http://www.oeg-upm.net/> ;
vann:preferredNamespaceUri "http://saref.linkeddata.es/def/envi#" .
#
#
# #################################################################
# #
# # Object Properties
# #
# #################################################################
#
#
# http://saref.linkeddata.es/def/envi#affectsProperty
:affectsProperty a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "affects property"@en .
#
# http://saref.linkeddata.es/def/envi#contains
:contains a owl:ObjectProperty ;
owl:inverseOf :isContainedIn ;
rdfs:comment ""@en ;
rdfs:label "contains"@en .
#
# http://saref.linkeddata.es/def/envi#encapsulates
:encapsulates a owl:ObjectProperty ;
owl:inverseOf :hasDigitalRepresentation ;
a owl:FunctionalProperty ;
rdfs:comment ""@en ;
rdfs:label "encapsulates"@en .
#
# http://saref.linkeddata.es/def/envi#hasColor
:hasColor a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "has color"@en .
#
# http://saref.linkeddata.es/def/envi#hasComponent
:hasComponent a owl:ObjectProperty ;
owl:inverseOf :isComponentOf ;
a owl:TransitiveProperty ;
rdfs:comment ""@en ;
rdfs:label "has component"@en .
#
# http://saref.linkeddata.es/def/envi#hasDigitalRepresentation
:hasDigitalRepresentation a owl:ObjectProperty , owl:InverseFunctionalProperty ;
rdfs:comment ""@en ;
rdfs:label "has digital representation"@en .
#
# http://saref.linkeddata.es/def/envi#hasGeometry
:hasGeometry a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "has geometry"@en .
#
# http://saref.linkeddata.es/def/envi#hasLightPoint
:hasLightPoint a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "has light point"@en .
#
# http://saref.linkeddata.es/def/envi#hasMeasurementFrequency
:hasMeasurementFrequency a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "has measurement frequency"@en .
#
# http://saref.linkeddata.es/def/envi#hasTransmissionPeriod
:hasTransmissionPeriod a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "has transmission period"@en .
#
# http://saref.linkeddata.es/def/envi#isAccesibleThrough
:isAccesibleThrough a owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:comment ""@en ;
rdfs:label "is accesible through"@en .
#
# http://saref.linkeddata.es/def/envi#isComponentOf
:isComponentOf a owl:ObjectProperty , owl:TransitiveProperty ;
rdfs:comment ""@en ;
rdfs:label "is component of"@en .
#
# http://saref.linkeddata.es/def/envi#isConnectedTo
:isConnectedTo a owl:ObjectProperty , owl:SymmetricProperty ;
rdfs:comment ""@en ;
rdfs:label "is connected to"@en .
#
# http://saref.linkeddata.es/def/envi#isContainedIn
:isContainedIn a owl:ObjectProperty ;
rdfs:label "isContainedIn"@en .
#
# http://saref.linkeddata.es/def/envi#isProjectedFromHeight
:isProjectedFromHeight a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "is projected from height"@en .
#
# http://saref.linkeddata.es/def/envi#isProjectedInDirection
:isProjectedInDirection a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "is projected in direction"@en .
#
# http://saref.linkeddata.es/def/envi#makesMeasurement
:makesMeasurement a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "makes measurement"@en .
#
# http://saref.linkeddata.es/def/envi#measuresProperty
:measuresProperty a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "measures property"@en .
#
# http://saref.linkeddata.es/def/envi#projectsLight
:projectsLight a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "projects light"@en .
#
# http://saref.linkeddata.es/def/envi#relatesToProperty
:relatesToProperty a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "relates to property"@en .
#
# http://saref.linkeddata.es/def/envi#usesCommunicationInterface
:usesCommunicationInterface a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "uses communication interface"@en .
#
# http://saref.linkeddata.es/def/envi#usesCommunicationProtocol
:usesCommunicationProtocol a owl:ObjectProperty ;
rdfs:comment ""@en ;
rdfs:label "uses communication protocol"@en .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#location
geo:location a owl:ObjectProperty .
#
# https://w3id.org/saref#isMeasuredIn
saref:isMeasuredIn a owl:ObjectProperty .
#
#
#
# #################################################################
# #
# # Data properties
# #
# #################################################################
#
#
# http://saref.linkeddata.es/def/envi#hasCreationDate
:hasCreationDate a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:dateTime ;
rdfs:comment ""@en ;
rdfs:label "has creation date"@en .
#
# http://saref.linkeddata.es/def/envi#hasFlash
:hasFlash a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:boolean ;
rdfs:comment ""@en ;
rdfs:label "has flash"@en .
#
# http://saref.linkeddata.es/def/envi#hasIdentifier
:hasIdentifier a owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment "A relationship providing the identifier of an entity (e.g., digital representation)"@en ;
rdfs:label "has identifier"@en .
#
# http://saref.linkeddata.es/def/envi#hasProjectionAngle
:hasProjectionAngle a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:float ;
rdfs:comment ""@en ;
rdfs:label "has projection angle"@en .
#
# http://saref.linkeddata.es/def/envi#hasRevisionNumber
:hasRevisionNumber a owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment ""@en ;
rdfs:label "has revision number"@en .
#
# http://saref.linkeddata.es/def/envi#hasShield
:hasShield a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:boolean ;
rdfs:comment ""@en ;
rdfs:label "has shield"@en .
#
# http://saref.linkeddata.es/def/envi#hasTag
:hasTag a owl:DatatypeProperty ;
rdfs:range xsd:string ;
rdfs:comment ""@en ;
rdfs:label "has tag"@en .
#
# http://saref.linkeddata.es/def/envi#hasTimestamp
:hasTimestamp a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:dateTime ;
rdfs:comment ""@en ;
rdfs:label "has timestamp"@en .
#
# http://saref.linkeddata.es/def/envi#hasVersion
:hasVersion a owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:range xsd:string ;
rdfs:comment ""@en ;
rdfs:label "has version"@en .
#
# https://w3id.org/saref#hasDescription
saref:hasDescription a owl:DatatypeProperty .
#
# https://w3id.org/saref#hasManufacturer
saref:hasManufacturer a owl:DatatypeProperty .
#
# https://w3id.org/saref#hasName
saref:hasName a owl:DatatypeProperty .
#
# https://w3id.org/saref#hasValue
saref:hasValue a owl:DatatypeProperty .
#
#
#
# #################################################################
# #
# # Classes
# #
# #################################################################
#
#
# http://saref.linkeddata.es/def/envi#Actuator
:Actuator a owl:Class ;
rdfs:subClassOf :Device , _:genid1 .
_:genid1 a owl:Restriction ;
owl:onProperty :affectsProperty ;
owl:allValuesFrom :Property .
:Actuator rdfs:comment ""@en ;
rdfs:label "Actuator"@en .
#
# http://saref.linkeddata.es/def/envi#Color
:Color a owl:Class ;
rdfs:comment ""@en ;
rdfs:label "Color"@en .
#
# http://saref.linkeddata.es/def/envi#CommunicationInterface
:CommunicationInterface a owl:Class ;
rdfs:subClassOf _:genid2 .
_:genid2 a owl:Restriction ;
owl:onProperty :hasVersion ;
owl:allValuesFrom xsd:string .
:CommunicationInterface rdfs:subClassOf _:genid3 .
_:genid3 a owl:Restriction ;
owl:onProperty :hasVersion ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string .
:CommunicationInterface rdfs:comment ""@en ;
rdfs:label "Communication interface"@en .
#
# http://saref.linkeddata.es/def/envi#CommunicationProtocol
:CommunicationProtocol a owl:Class ;
rdfs:comment ""@en ;
rdfs:label "Communication protocol"@en .
#
# http://saref.linkeddata.es/def/envi#CompassDirection
:CompassDirection a owl:Class ;
rdfs:comment ""@en ;
rdfs:label "Compass direction"@en .
#
# http://saref.linkeddata.es/def/envi#Device
:Device a owl:Class ;
rdfs:subClassOf :System , saref:Device , _:genid4 .
Raul Garcia-Castro
committed
_:genid4 a owl:Restriction ;
owl:onProperty :hasMeasurementFrequency ;
owl:allValuesFrom :FrequencyMeasurement .
Raul Garcia-Castro
committed
_:genid5 a owl:Restriction ;
owl:onProperty :hasTransmissionPeriod ;
owl:allValuesFrom :PeriodMeasurement .
_:genid6 a owl:Restriction ;
owl:onProperty :isContainedIn ;
owl:allValuesFrom :PhysicalObject .
_:genid7 a owl:Restriction ;
owl:onProperty :hasRevisionNumber ;
owl:allValuesFrom xsd:string .
_:genid8 a owl:Restriction ;
owl:onProperty :hasVersion ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid9 a owl:Restriction ;
owl:onProperty saref:hasManufacturer ;
owl:allValuesFrom xsd:string .
_:genid10 a owl:Restriction ;
owl:onProperty :hasRevisionNumber ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid11 a owl:Restriction ;
owl:onProperty :hasVersion ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string .
:Device rdfs:comment ""@en ;
rdfs:label "Device"@en .
#
# http://saref.linkeddata.es/def/envi#DigitalRepresentation
:DigitalRepresentation a owl:Class ;
rdfs:subClassOf _:genid12 .
_:genid12 a owl:Restriction ;
owl:onProperty :encapsulates ;
owl:allValuesFrom :PhysicalObject .
_:genid13 a owl:Restriction ;
owl:onProperty :isAccesibleThrough ;
owl:allValuesFrom saref:Service .
Raul Garcia-Castro
committed
_:genid14 a owl:Restriction ;
owl:onProperty :hasCreationDate ;
owl:allValuesFrom xsd:dateTime .
Raul Garcia-Castro
committed
_:genid15 a owl:Restriction ;
owl:onProperty :hasIdentifier ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
_:genid16 a owl:Restriction ;
owl:onProperty :hasTag ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
_:genid17 a owl:Restriction ;
owl:onProperty saref:hasDescription ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
_:genid18 a owl:Restriction ;
owl:onProperty saref:hasName ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
_:genid19 a owl:Restriction ;
owl:onProperty :hasCreationDate ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime .
Raul Garcia-Castro
committed
_:genid20 a owl:Restriction ;
owl:onProperty :hasIdentifier ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string .
Raul Garcia-Castro
committed
:DigitalRepresentation rdfs:comment ""@en ;
rdfs:label "Digital representation"@en .
#
# http://saref.linkeddata.es/def/envi#FrequencyMeasurement
:FrequencyMeasurement a owl:Class ;
rdfs:subClassOf :Measurement , _:genid21 .
_:genid21 a owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Frequency .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid22 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :FrequencyUnit .
:FrequencyMeasurement rdfs:comment ""@en ;
rdfs:label "Frequency measurement"@en .
#
# http://saref.linkeddata.es/def/envi#FrequencyUnit
:FrequencyUnit a owl:Class ;
rdfs:subClassOf saref:UnitOfMeasure ;
rdfs:comment ""@en ;
rdfs:label "Frequency unit"@en .
#
# http://saref.linkeddata.es/def/envi#Geometry
Raul Garcia-Castro
committed
:Geometry a owl:Class ;
rdfs:comment ""@en ;
rdfs:label "Geometry"@en .
#
# http://saref.linkeddata.es/def/envi#HeightMeasurement
Raul Garcia-Castro
committed
:HeightMeasurement a owl:Class ;
rdfs:subClassOf :Measurement , _:genid23 .
_:genid23 a owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Height .
Raul Garcia-Castro
committed
_:genid24 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :LengthUnit .
Raul Garcia-Castro
committed
:HeightMeasurement rdfs:comment ""@en ;
rdfs:label "Height measurement"@en .
#
# http://saref.linkeddata.es/def/envi#Lamppost
:Lamppost a owl:Class ;
rdfs:subClassOf :Device , _:genid25 .
_:genid25 a owl:Restriction ;
owl:onProperty :hasLightPoint ;
owl:allValuesFrom :LightPoint .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid26 a owl:Restriction ;
owl:onProperty :projectsLight ;
owl:allValuesFrom :Light .
_:genid27 a owl:Restriction ;
owl:onProperty :hasShield ;
owl:allValuesFrom xsd:boolean .
Raul Garcia-Castro
committed
:Lamppost rdfs:comment ""@en ;
rdfs:label "Lamppost"@en .
#
# http://saref.linkeddata.es/def/envi#LengthUnit
Raul Garcia-Castro
committed
:LengthUnit a owl:Class ;
rdfs:subClassOf saref:UnitOfMeasure ;
rdfs:comment ""@en ;
rdfs:label "Length unit"@en .
#
# http://saref.linkeddata.es/def/envi#Light
_:genid28 a owl:Restriction ;
owl:onProperty :hasColor ;
owl:allValuesFrom :Color .
_:genid29 a owl:Restriction ;
owl:onProperty :hasGeometry ;
owl:allValuesFrom :Geometry .
_:genid30 a owl:Restriction ;
owl:onProperty :isProjectedFromHeight ;
owl:allValuesFrom :HeightMeasurement .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid31 a owl:Restriction ;
owl:onProperty :isProjectedInDirection ;
owl:allValuesFrom :CompassDirection .
_:genid32 a owl:Restriction ;
owl:onProperty :hasFlash ;
owl:allValuesFrom xsd:boolean .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid33 a owl:Restriction ;
owl:onProperty :hasProjectionAngle ;
owl:allValuesFrom xsd:float .
:Light rdfs:comment ""@en ;
rdfs:label "Light"@en .
#
# http://saref.linkeddata.es/def/envi#LightPoint
:LightPoint a owl:Class ;
rdfs:subClassOf geo:Point , _:genid34 .
Raul Garcia-Castro
committed
_:genid34 a owl:Restriction ;
owl:onProperty :projectsLight ;
owl:allValuesFrom :Light .
Raul Garcia-Castro
committed
_:genid35 a owl:Restriction ;
owl:onProperty geo:location ;
owl:allValuesFrom geo:SpatialThing .
:LightPoint rdfs:comment ""@en ;
rdfs:label "Light point"@en .
#
# http://saref.linkeddata.es/def/envi#LightProperty
Raul Garcia-Castro
committed
:LightProperty a owl:Class ;
rdfs:subClassOf :Property ;
rdfs:comment ""@en ;
rdfs:label "Light property"@en .
#
# http://saref.linkeddata.es/def/envi#Measurement
Raul Garcia-Castro
committed
_:genid36 a owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:allValuesFrom :Property .
_:genid37 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:allValuesFrom saref:UnitOfMeasure .
_:genid38 a owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass :Property .
Raul Garcia-Castro
committed
_:genid39 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass saref:UnitOfMeasure .
Raul Garcia-Castro
committed
_:genid40 a owl:Restriction ;
owl:onProperty :hasTimestamp ;
owl:allValuesFrom xsd:dateTime .
Raul Garcia-Castro
committed
_:genid41 a owl:Restriction ;
owl:onProperty saref:hasValue ;
owl:allValuesFrom xsd:float .
Raul Garcia-Castro
committed
_:genid42 a owl:Restriction ;
owl:onProperty saref:hasValue ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:float .
:Measurement rdfs:comment ""@en ;
rdfs:label "Measurement"@en .
#
# http://saref.linkeddata.es/def/envi#PeriodMeasurement
Raul Garcia-Castro
committed
:PeriodMeasurement a owl:Class ;
rdfs:subClassOf :Measurement , _:genid43 .
Raul Garcia-Castro
committed
_:genid43 a owl:Restriction ;
owl:onProperty :relatesToProperty ;
owl:hasValue :Period .
_:genid44 a owl:Restriction ;
owl:onProperty saref:isMeasuredIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass time:TemporalUnit .
:PeriodMeasurement rdfs:comment ""@en ;
rdfs:label "Period measurement"@en .
#
# http://saref.linkeddata.es/def/envi#Photometer
:Photometer a owl:Class ;
rdfs:subClassOf :Sensor , _:genid45 .
_:genid45 a owl:Restriction ;
owl:onProperty :measuresProperty ;
owl:someValuesFrom :LightProperty .
Raul Garcia-Castro
committed
:Photometer rdfs:comment ""@en ;
rdfs:label "Photometer"@en .
#
# http://saref.linkeddata.es/def/envi#PhysicalObject
Raul Garcia-Castro
committed
:PhysicalObject a owl:Class ;
rdfs:subClassOf geo:SpatialThing , _:genid46 .
_:genid46 a owl:Restriction ;
owl:onProperty :contains ;
owl:allValuesFrom :PhysicalObject .
_:genid47 a owl:Restriction ;
owl:onProperty :hasDigitalRepresentation ;
owl:allValuesFrom :DigitalRepresentation .
Raul Garcia-Castro
committed
_:genid48 a owl:Restriction ;
owl:onProperty geo:location ;
owl:allValuesFrom geo:SpatialThing .
_:genid49 a owl:Restriction ;
owl:onProperty saref:hasDescription ;
owl:allValuesFrom xsd:string .
Raul Garcia-Castro
committed
:PhysicalObject rdfs:comment ""@en ;
rdfs:label "Physical object"@en .
#
# http://saref.linkeddata.es/def/envi#Property
Raul Garcia-Castro
committed
:Property a owl:Class ;
rdfs:comment ""@en ;
rdfs:label "Property"@en .
#
# http://saref.linkeddata.es/def/envi#Sensor
:Sensor a owl:Class ;
rdfs:subClassOf :Device , saref:Sensor , _:genid50 .
_:genid50 a owl:Restriction ;
owl:onProperty :makesMeasurement ;
owl:allValuesFrom :Measurement .
Raul Garcia-Castro
committed
Raul Garcia-Castro
committed
_:genid51 a owl:Restriction ;
owl:onProperty :measuresProperty ;
owl:allValuesFrom :Property .
Raul Garcia-Castro
committed
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
:Sensor rdfs:comment ""@en ;
rdfs:label "Sensor"@en .
#
# http://saref.linkeddata.es/def/envi#System
:System a owl:Class ;
rdfs:subClassOf :PhysicalObject , _:genid52 .
_:genid52 a owl:Restriction ;
owl:onProperty :hasComponent ;
owl:allValuesFrom :System .
:System rdfs:subClassOf _:genid53 .
_:genid53 a owl:Restriction ;
owl:onProperty :isComponentOf ;
owl:allValuesFrom :System .
:System rdfs:subClassOf _:genid54 .
_:genid54 a owl:Restriction ;
owl:onProperty :isConnectedTo ;
owl:allValuesFrom :System .
:System rdfs:subClassOf _:genid55 .
_:genid55 a owl:Restriction ;
owl:onProperty :usesCommunicationInterface ;
owl:allValuesFrom :CommunicationInterface .
:System rdfs:subClassOf _:genid56 .
_:genid56 a owl:Restriction ;
owl:onProperty :usesCommunicationProtocol ;
owl:allValuesFrom :CommunicationProtocol .
:System rdfs:comment ""@en ;
rdfs:label "System"@en .
#
# http://saref.linkeddata.es/def/envi#TESS
:TESS a owl:Class ;
rdfs:subClassOf :Photometer ;
rdfs:comment ""@en ;
rdfs:label "TESS (Telescope Encoder and Sky Sensor)"@en .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#Point
geo:Point a owl:Class .
#
# http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing
geo:SpatialThing a owl:Class .
#
# http://www.w3.org/2006/time#TemporalUnit
time:TemporalUnit a owl:Class .
#
# https://w3id.org/saref#Device
saref:Device a owl:Class .
#
# https://w3id.org/saref#Sensor
saref:Sensor a owl:Class .
#
# https://w3id.org/saref#Service
saref:Service a owl:Class .
#
# https://w3id.org/saref#UnitOfMeasure
saref:UnitOfMeasure a owl:Class .
#
#
#
# #################################################################
# #
# # Individuals
# #
# #################################################################
#
#
# http://saref.linkeddata.es/def/envi#Fluorescence
:Fluorescence a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Fluorescence"@en .
#
# http://saref.linkeddata.es/def/envi#Frequency
:Frequency a owl:NamedIndividual , :Property ;
rdfs:comment ""@en ;
rdfs:label "Frequency"@en .
#
# http://saref.linkeddata.es/def/envi#Height
:Height a owl:NamedIndividual , :Property ;
rdfs:comment ""@en ;
rdfs:label "Height"@en .
#
# http://saref.linkeddata.es/def/envi#Illuminance
:Illuminance a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Illuminance"@en .
#
# http://saref.linkeddata.es/def/envi#Irradiance
:Irradiance a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Irradiance"@en .
#
# http://saref.linkeddata.es/def/envi#LightAbsorption
:LightAbsorption a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Light absorption"@en .
#
# http://saref.linkeddata.es/def/envi#LightMagnitude
:LightMagnitude a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Light magnitude"@en .
#
# http://saref.linkeddata.es/def/envi#Luminiscence
:Luminiscence a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Luminiscence"@en .
#
# http://saref.linkeddata.es/def/envi#Period
:Period a owl:NamedIndividual , :Property ;
rdfs:comment ""@en ;
rdfs:label "Period"@en .
#
# http://saref.linkeddata.es/def/envi#Phosphorescence
:Phosphorescence a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Phosphorescence"@en .
#
# http://saref.linkeddata.es/def/envi#ReflectionOfLight
:ReflectionOfLight a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Reflection of light"@en .
#
# http://saref.linkeddata.es/def/envi#ScatteringOfLight
:ScatteringOfLight a owl:NamedIndividual , :LightProperty ;
rdfs:comment ""@en ;
rdfs:label "Scattering of light"@en .
#
# http://www.wurvoc.org/vocabularies/om-1.8/centimetre
<http://www.wurvoc.org/vocabularies/om-1.8/centimetre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/decametre
<http://www.wurvoc.org/vocabularies/om-1.8/decametre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/decimetre
<http://www.wurvoc.org/vocabularies/om-1.8/decimetre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/hectometre
<http://www.wurvoc.org/vocabularies/om-1.8/hectometre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/hertz
<http://www.wurvoc.org/vocabularies/om-1.8/hertz> a owl:NamedIndividual , :FrequencyUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/kilometre
<http://www.wurvoc.org/vocabularies/om-1.8/kilometre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/metre
<http://www.wurvoc.org/vocabularies/om-1.8/metre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/millimetre
<http://www.wurvoc.org/vocabularies/om-1.8/millimetre> a owl:NamedIndividual , :LengthUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_day> a owl:NamedIndividual , :FrequencyUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_hour> a owl:NamedIndividual , :FrequencyUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_second-time> a owl:NamedIndividual , :FrequencyUnit .
#
# http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year
<http://www.wurvoc.org/vocabularies/om-1.8/reciprocal_year> a owl:NamedIndividual , :FrequencyUnit .
#
# Generated by the OWL API (version 4.2.5.20160517-0735) https://github.com/owlcs/owlapi