-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproperties.owl
193 lines (116 loc) · 7.25 KB
/
properties.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/georg/ontologies/2020/3/untitled-ontology-148#"
xml:base="http://www.semanticweb.org/georg/ontologies/2020/3/untitled-ontology-148"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<owl:Ontology rdf:about="https://w3id.org/DEMETER_ontologies/properties">
<owl:versionIRI rdf:resource="https://github.com/gero84/DEMETER_ontologies/blob/master/properties.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/elements/1.1/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/source"/>
<!-- http://www.w3.org/2004/02/skos/core#prefLabel -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#prefLabel"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://foodie-cloud.com/model/foodie#propertyType -->
<owl:ObjectProperty rdf:about="http://foodie-cloud.com/model/foodie#propertyType"/>
<!-- http://foodie-cloud.com/model/foodie#quantitativeProperty -->
<owl:ObjectProperty rdf:about="http://foodie-cloud.com/model/foodie#quantitativeProperty"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://foodie-cloud.com/model/foodie#analysisDate -->
<owl:DatatypeProperty rdf:about="http://foodie-cloud.com/model/foodie#analysisDate"/>
<!-- http://foodie-cloud.com/model/foodie#nonQuantitativeProperty -->
<owl:DatatypeProperty rdf:about="http://foodie-cloud.com/model/foodie#nonQuantitativeProperty"/>
<!-- http://foodie-cloud.com/model/foodie#propertyName -->
<owl:DatatypeProperty rdf:about="http://foodie-cloud.com/model/foodie#propertyName"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Codelist -->
<owl:Class rdf:about="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Codelist"/>
<!-- http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype -->
<owl:Class rdf:about="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype"/>
<!-- http://foodie-cloud.com/model/foodie#PropertyType -->
<owl:Class rdf:about="http://foodie-cloud.com/model/foodie#PropertyType">
<rdfs:subClassOf rdf:resource="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Datatype"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://foodie-cloud.com/model/foodie#propertyType"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://foodie-cloud.com/model/foodie#quantitativeProperty"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://foodie-cloud.com/model/foodie#analysisDate"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://foodie-cloud.com/model/foodie#propertyName"/>
<owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:cardinality>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://foodie-cloud.com/model/foodie#nonQuantitativeProperty"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdfs:subClassOf>
<skos:prefLabel xml:lang="en">PropertyType</skos:prefLabel>
</owl:Class>
<!-- http://foodie-cloud.com/model/foodie#PropertyTypeValue -->
<owl:Class rdf:about="http://foodie-cloud.com/model/foodie#PropertyTypeValue">
<rdfs:subClassOf rdf:resource="http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#Codelist"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:prefLabel xml:lang="en">PropertyTypeValue</skos:prefLabel>
</owl:Class>
<!-- http://purl.oclc.org/NET/ssnx/ssn#SensorDataSheet -->
<owl:Class rdf:about="http://purl.oclc.org/NET/ssnx/ssn#SensorDataSheet">
<rdfs:subClassOf rdf:resource="http://www.loa-cnr.it/ontologies/DUL.owl#InformationObject"/>
<dc:source>http://www.w3.org/2005/Incubator/ssn/</dc:source>
<rdfs:comment>A data sheet records properties of a sensor. A data sheet might describe for example the accuracy in various conditions, the power use, the types of connectors that the sensor has, etc.
Generally a sensor's properties are recorded directly (with hasMeasurementCapability, for example), but the data sheet can be used for example to record the manufacturers specifications verses observed capabilites, or if more is known than the manufacturer specifies, etc. The data sheet is an information object about the sensor's properties, rather than a direct link to the actual properties themselves.</rdfs:comment>
<rdfs:isDefinedBy>http://purl.oclc.org/NET/ssnx/ssn</rdfs:isDefinedBy>
<rdfs:label>Sensor Data Sheet</rdfs:label>
<rdfs:seeAlso>http://www.w3.org/2005/Incubator/ssn/wiki/SSN_Sensor#Measuring</rdfs:seeAlso>
</owl:Class>
<!-- http://www.loa-cnr.it/ontologies/DUL.owl#InformationObject -->
<owl:Class rdf:about="http://www.loa-cnr.it/ontologies/DUL.owl#InformationObject"/>
<!-- http://www.w3.org/2004/02/skos/core#Concept -->
<owl:Class rdf:about="http://www.w3.org/2004/02/skos/core#Concept"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->