This repository has been archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComplexOntology-1.0
274 lines (269 loc) · 12.4 KB
/
ComplexOntology-1.0
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
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
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="https://w3id.org/seas/ComplexOntology"
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#"
ontologyIRI="https://w3id.org/seas/ComplexOntology"
versionIRI="https://w3id.org/seas/ComplexOntology-1.0">
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Import>https://w3id.org/seas/FeatureOfInterestOntology</Import>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
<Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#date">2016-11-01</Literal>
</Annotation>
<Annotation>
<AnnotationProperty abbreviatedIRI="owl:versionInfo"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">v1.0</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">seas</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/issued"/>
<Literal datatypeIRI="http://www.w3.org/2001/XMLSchema#date">2015-11-01</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/title"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The SEAS Complex ontology</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">This ontology defines properties whose values may be represented as mathematical complexes.
It also defines common properties of such properties such as the real or the imaginary part.</Literal>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<IRI>-1.0</IRI>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/creator"/>
<IRI>http://www.maxime-lefrancois.info/me#</IRI>
</Annotation>
<Annotation>
<AnnotationProperty IRI="http://purl.org/dc/terms/license"/>
<IRI>https://www.apache.org/licenses/LICENSE-2.0</IRI>
</Annotation>
<Declaration>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="https://w3id.org/seas/phase"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/creator"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/title"/>
</Declaration>
<Declaration>
<Class IRI="http://purl.org/vocommons/voaf#Vocabulary"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/issued"/>
</Declaration>
<Declaration>
<DataProperty IRI="http://xmlns.com/foaf/0.1/name"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespaceUri"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/modified"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="https://w3id.org/seas/real"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="https://w3id.org/seas/module"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="https://w3id.org/seas/imaginary"/>
</Declaration>
<Declaration>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/contributor"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/license"/>
</Declaration>
<Declaration>
<Class IRI="http://xmlns.com/foaf/0.1/Person"/>
</Declaration>
<Declaration>
<AnnotationProperty IRI="http://purl.org/dc/terms/description"/>
</Declaration>
<Declaration>
<NamedIndividual IRI=""/>
</Declaration>
<Declaration>
<Class IRI="https://w3id.org/seas/Property"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="https://w3id.org/seas/hasProperty"/>
</Declaration>
<SubClassOf>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
<Class IRI="https://w3id.org/seas/Property"/>
</SubClassOf>
<ClassAssertion>
<Class IRI="http://purl.org/vocommons/voaf#Vocabulary"/>
<NamedIndividual IRI=""/>
</ClassAssertion>
<SubObjectPropertyOf>
<ObjectProperty IRI="https://w3id.org/seas/imaginary"/>
<ObjectProperty IRI="https://w3id.org/seas/hasProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="https://w3id.org/seas/module"/>
<ObjectProperty IRI="https://w3id.org/seas/hasProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="https://w3id.org/seas/phase"/>
<ObjectProperty IRI="https://w3id.org/seas/hasProperty"/>
</SubObjectPropertyOf>
<SubObjectPropertyOf>
<ObjectProperty IRI="https://w3id.org/seas/real"/>
<ObjectProperty IRI="https://w3id.org/seas/hasProperty"/>
</SubObjectPropertyOf>
<FunctionalObjectProperty>
<ObjectProperty IRI="https://w3id.org/seas/imaginary"/>
</FunctionalObjectProperty>
<FunctionalObjectProperty>
<ObjectProperty IRI="https://w3id.org/seas/module"/>
</FunctionalObjectProperty>
<FunctionalObjectProperty>
<ObjectProperty IRI="https://w3id.org/seas/phase"/>
</FunctionalObjectProperty>
<FunctionalObjectProperty>
<ObjectProperty IRI="https://w3id.org/seas/real"/>
</FunctionalObjectProperty>
<ObjectPropertyDomain>
<ObjectProperty IRI="https://w3id.org/seas/imaginary"/>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="https://w3id.org/seas/module"/>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="https://w3id.org/seas/phase"/>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="https://w3id.org/seas/real"/>
<Class IRI="https://w3id.org/seas/ComplexProperty"/>
</ObjectPropertyDomain>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>https://w3id.org/seas/ComplexProperty</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">A property that is quantifiable by a complex value with a quantity dimension.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/>
<IRI>https://w3id.org/seas/ComplexProperty</IRI>
<IRI></IRI>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>https://w3id.org/seas/ComplexProperty</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">Complex Property</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<IRI>https://w3id.org/seas/ComplexProperty</IRI>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">testing</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>https://w3id.org/seas/imaginary</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The imaginary part of a complex property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/>
<IRI>https://w3id.org/seas/imaginary</IRI>
<IRI></IRI>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>https://w3id.org/seas/imaginary</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">imaginary</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<IRI>https://w3id.org/seas/imaginary</IRI>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">testing</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>https://w3id.org/seas/module</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The module of a complex property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/>
<IRI>https://w3id.org/seas/module</IRI>
<IRI></IRI>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>https://w3id.org/seas/module</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">module</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<IRI>https://w3id.org/seas/module</IRI>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">testing</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>https://w3id.org/seas/phase</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The phase of a complex property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/>
<IRI>https://w3id.org/seas/phase</IRI>
<IRI></IRI>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>https://w3id.org/seas/phase</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">phase</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<IRI>https://w3id.org/seas/phase</IRI>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">testing</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>https://w3id.org/seas/real</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">The real part of a complex property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:isDefinedBy"/>
<IRI>https://w3id.org/seas/real</IRI>
<IRI></IRI>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>https://w3id.org/seas/real</IRI>
<Literal xml:lang="en" datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">real</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty IRI="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status"/>
<IRI>https://w3id.org/seas/real</IRI>
<Literal datatypeIRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral">testing</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->