-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathontology.rdf
450 lines (235 loc) · 15.2 KB
/
ontology.rdf
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
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
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/OntoGraphDB/"
xml:base="https://w3id.org/OntoGraphDB/"
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:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:schema="https://schema.org/">
<owl:Ontology rdf:about="https://w3id.org/OntoGraphDB/">
<owl:versionIRI rdf:resource="https://w3id.org/OntoGraphDB/"/>
<terms:citation>Manuel Paneque, María del Mar Roldán-García, Carlos Blanco, Alejandro Maté, Eduardo Fernández-Medina, David G. Rosado, Juan Trujillo, (2022) - Ontology-based Secure Design for Graph-based Databases. W3ID. https://w3id.org/OntoGraphDB</terms:citation>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-06-30T08:24:00</terms:created>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Alejandro Maté, (Universidad de Alicante)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Carlos Blanco, (Universidad de Cantabria)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">David G. Rosado, (Universidad de Castilla - La Mancha)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Eduardo Fernández-Medina, (Universidad de Castilla - La Mancha)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Juan Trujillo, (Universidad de Alicante)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Manuel Paneque, (Universidad de Málaga)</terms:creator>
<terms:creator rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">María del Mar Roldán-García, (Universidad de Málaga)</terms:creator>
<terms:description rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">Ontologie that generically encompass and represent the domain in graph-oriented database.</terms:description>
<terms:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-06-30T08:24:00</terms:issued>
<terms:license rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">https://opensource.org/licenses/MIT</terms:license>
<terms:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2022-06-30T08:24:01</terms:modified>
<terms:publisher>Aether Group</terms:publisher>
<terms:rights>(c) Aether Group</terms:rights>
<terms:title>Graph Databases Ontology</terms:title>
<vann:preferredNamespacePrefix rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">OntoGraphDB</vann:preferredNamespacePrefix>
<rdfs:label>Graph Databases Ontology</rdfs:label>
<schema:logo rdf:datatype="http://www.w3.org/2000/01/rdf-schema#Literal">https://proyectoaether.github.io/OntoGraphDB/OntoGraphDB.svg</schema:logo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/citation -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/citation"/>
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/issued -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/issued"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/modified -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/modified"/>
<!-- http://purl.org/dc/terms/publisher -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/publisher"/>
<!-- http://purl.org/dc/terms/rights -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/rights"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
<!-- https://schema.org/logo -->
<owl:AnnotationProperty rdf:about="https://schema.org/logo"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://w3id.org/OntoGraphDB/FieldReference -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/FieldReference">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Field"/>
<rdfs:range rdf:resource="https://w3id.org/OntoGraphDB/Field"/>
<rdfs:comment>Indicate a field that reference other field.</rdfs:comment>
<rdfs:label>Field Reference</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/OntoGraphDB/hasDatatype -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/hasDatatype">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/NoSQLField"/>
<rdfs:range rdf:resource="http://www.ontologies.khaos.uma.es/bigowl/DataType"/>
<rdfs:comment>This object property link the field with the type.</rdfs:comment>
<rdfs:label>Has Datatype</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/OntoGraphDB/hasElementField -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/hasElementField">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Element"/>
<rdfs:range rdf:resource="https://w3id.org/OntoGraphDB/NoSQLFieldGraph"/>
<rdfs:comment>This property link specific element with graph Field.</rdfs:comment>
<rdfs:label>Has Element Field</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/OntoGraphDB/hasElements -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/hasElements">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/GraphsDatabase"/>
<rdfs:range rdf:resource="https://w3id.org/OntoGraphDB/Element"/>
<rdfs:comment>This property link a graph database with their elements.</rdfs:comment>
<rdfs:label>Has Element</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/OntoGraphDB/hasRelationshipFrom -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/hasRelationshipFrom">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Relationship"/>
<rdfs:range rdf:resource="https://w3id.org/OntoGraphDB/Node"/>
<rdfs:comment>This property link the origin node that participate in a relationship.</rdfs:comment>
<rdfs:label>Has Relationship From</rdfs:label>
</owl:ObjectProperty>
<!-- https://w3id.org/OntoGraphDB/hasRelationshipTo -->
<owl:ObjectProperty rdf:about="https://w3id.org/OntoGraphDB/hasRelationshipTo">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Relationship"/>
<rdfs:range rdf:resource="https://w3id.org/OntoGraphDB/Node"/>
<rdfs:comment>This property link the destination node that participate in a relationship.</rdfs:comment>
<rdfs:label>Has Relationship To</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://w3id.org/OntoGraphDB/databaseHasName -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/databaseHasName">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Database"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Indicate the name of the database.</rdfs:comment>
<rdfs:label>Database Has Name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/OntoGraphDB/elementHasName -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/elementHasName">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/Element"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Indicate the name of the element.</rdfs:comment>
<rdfs:label>Element Has Name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/OntoGraphDB/fieldIsIndex -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/fieldIsIndex">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/NoSQLFieldGraph"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:label>Field Is Index</rdfs:label>
<rdfs:label>Indicate is the field is an index.</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/OntoGraphDB/fieldhasName -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/fieldhasName">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/NoSQLField"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Indicate the name of the field.</rdfs:comment>
<rdfs:label>Field Has Name</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/OntoGraphDB/hasValue -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/hasValue">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/NoSQLField"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment>Indicate the value of the field.</rdfs:comment>
<rdfs:label>Has Value</rdfs:label>
</owl:DatatypeProperty>
<!-- https://w3id.org/OntoGraphDB/isRequired -->
<owl:DatatypeProperty rdf:about="https://w3id.org/OntoGraphDB/isRequired">
<rdfs:domain rdf:resource="https://w3id.org/OntoGraphDB/NoSQLField"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#boolean"/>
<rdfs:comment>Indicate if field is required.</rdfs:comment>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.ontologies.khaos.uma.es/bigowl/Data -->
<owl:Class rdf:about="http://www.ontologies.khaos.uma.es/bigowl/Data"/>
<!-- http://www.ontologies.khaos.uma.es/bigowl/DataType -->
<owl:Class rdf:about="http://www.ontologies.khaos.uma.es/bigowl/DataType"/>
<!-- http://www.ontologies.khaos.uma.es/bigowl/PrimitiveType -->
<owl:Class rdf:about="http://www.ontologies.khaos.uma.es/bigowl/PrimitiveType">
<rdfs:subClassOf rdf:resource="http://www.ontologies.khaos.uma.es/bigowl/DataType"/>
</owl:Class>
<!-- http://www.ontologies.khaos.uma.es/bigowl/StructuredType -->
<owl:Class rdf:about="http://www.ontologies.khaos.uma.es/bigowl/StructuredType">
<rdfs:subClassOf rdf:resource="http://www.ontologies.khaos.uma.es/bigowl/DataType"/>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/Database -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/Database">
<rdfs:subClassOf rdf:resource="http://www.ontologies.khaos.uma.es/bigowl/Data"/>
<rdfs:comment>This class represents the concept of a database in a generic way.</rdfs:comment>
<rdfs:label>Database</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/Element -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/Element">
<rdfs:comment>According to graph theory, the element class generically defines the common properties of the terms that make up a graph.</rdfs:comment>
<rdfs:label>Element</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/Field -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/Field">
<rdfs:comment>The Field class represents the concept of a data field in any database.</rdfs:comment>
<rdfs:label>Field</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/GraphsDatabase -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/GraphsDatabase">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/NoSQLDatabase"/>
<rdfs:comment>This class represents the concept of a Graphs database in a generic way.</rdfs:comment>
<rdfs:label>Graphs Databases</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/NoSQLDatabase -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/NoSQLDatabase">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/Database"/>
<rdfs:comment>This class represents the concept of a NoSQL database in a generic way.</rdfs:comment>
<rdfs:label>NoSQL Database</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/NoSQLField -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/NoSQLField">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/Field"/>
<rdfs:comment>Represent the specific NoSQL database type to which the field belongs.</rdfs:comment>
<rdfs:label>NoSQL Field</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/NoSQLFieldGraph -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/NoSQLFieldGraph">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/NoSQLField"/>
<rdfs:comment>Represent the specific graph database type to which the field belongs.</rdfs:comment>
<rdfs:label>NoSQL Field</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/Node -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/Node">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/Element"/>
<rdfs:label>Node</rdfs:label>
</owl:Class>
<!-- https://w3id.org/OntoGraphDB/Relationship -->
<owl:Class rdf:about="https://w3id.org/OntoGraphDB/Relationship">
<rdfs:subClassOf rdf:resource="https://w3id.org/OntoGraphDB/Element"/>
<rdfs:label>Relationship</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ -->