-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathontology.nt
678 lines (678 loc) · 78.4 KB
/
ontology.nt
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
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/XPathReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a XPath Reference Formulation."@en .
<http://w3id.org/rml/Input> <http://www.w3.org/2000/01/rdf-schema#label> "Input" .
<http://w3id.org/rml/core/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/rml/XPathReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#label> "XPath Reference Formulation" .
<http://w3id.org/rml/encoding> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Encoding> .
<http://w3id.org/rml/class> <http://www.w3.org/2000/01/rdf-schema#comment> "The subject value generated for a logical source record will be asserted as an instance of this RDFS class."@en .
<http://w3id.org/rml/returnMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A Return Map element to generate the return output of a function."@en .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/modified> "2023-06-15" .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/constant> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/namespace> <http://www.w3.org/2000/01/rdf-schema#comment> "A namespace for describing a XPath reference formulation."@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/SubjectMap> .
<http://w3id.org/rml/targzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
_:nab27e7da80a5467ba73a247bb3fc019db2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Source> .
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/UTF-8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Encoding> .
<http://w3id.org/rml/none> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/XPathReferenceFormulation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#label> "Cartessian Product" .
<http://w3id.org/rml/input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/core/> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0" .
<http://w3id.org/rml/TermMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ExpressionMap> .
_:n3dbb2bdf29774673a5cd16433d2748e0b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Literal> .
<http://w3id.org/rml/GraphMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:nb085fc8f219644019b887670261b871db3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag> .
<http://w3id.org/rml/Literal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/inputValue> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/TermMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/strategy> <http://www.w3.org/2000/01/rdf-schema#label> "strategy" .
<http://w3id.org/rml/gzip> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:nb085fc8f219644019b887670261b871db1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://xmlns.com/foaf/0.1/name> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/description> "RML module for generating RDF-star graphs"@en .
<http://w3id.org/rml/GraphMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/Source> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/query> <http://www.w3.org/2000/01/rdf-schema#label> "query" .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#label> "CSV" .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/joinCondition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#label> "source" .
<http://www.linkedmodel.org/schema/vaem#acronym> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/strategy> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Strategy> .
<http://w3id.org/rml/languageMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ObjectMap> .
<http://w3id.org/rml/parentMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/graphMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies a GraphMap. When used with a SubjectMap element, all the RDF triples generated from a logical row will be stored in the specified named graph. Otherwise, the RDF triple generated using the (predicate, object) pair will be stored in the specified named graph."@en .
<http://w3id.org/rml/input> <http://www.w3.org/2000/01/rdf-schema#label> "input" .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the XPath reference formulation, used for referring to extracts of XML sources."@en .
<http://w3id.org/rml/Namespace> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/RefObjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://creativecommons.org/ns#license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the source that describe the input data."@en .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the TriplesMap element corresponding to the parent logical source of the foreign key constraint."@en .
<http://w3id.org/rml/star/> <http://purl.org/ontology/bibo/status> "draft" .
<http://w3id.org/rml/namespace> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/XPathReferenceFormulation> .
<http://w3id.org/rml/Target> <http://www.w3.org/2000/01/rdf-schema#label> "Target" .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/2000/01/rdf-schema#label> "datatype map" .
<http://w3id.org/rml/parameter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/fnml/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/" .
<http://w3id.org/rml/SubjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a subject map."@en .
<http://w3id.org/rml/graphMap> <http://www.w3.org/2000/01/rdf-schema#label> "graph map" .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/graph> <http://www.w3.org/2000/01/rdf-schema#comment> "An IRI reference for use as the graph name of all triples generated with the SubjectMap or PredicateObjectMap."@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b4 <http://www.w3.org/2002/07/owl#unionOf> _:n3dbb2bdf29774673a5cd16433d2748e0b5 .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/created> "2023-03-14" .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#label> "allow empty list and container" .
_:n3dbb2bdf29774673a5cd16433d2748e0b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/childMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/ChildMap> .
<http://w3id.org/rml/GraphMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a graph map."@en .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a term map that generates a collection (rdf:List) or container (rdf:Bag, rdf:Seq, rdf:Alt)."@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A Value map element to generate the value of a parameter of a function."@en .
<http://w3id.org/rml/inputValue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/iterator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:nab27e7da80a5467ba73a247bb3fc019db1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/Target> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/joinCondition> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Join> .
<http://w3id.org/rml/star/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/" .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/null> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the prefix of a namespace."@en .
<http://w3id.org/rml/zip> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/star/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rml" .
<http://w3id.org/rml/PredicateMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a predicate map."@en .
<http://w3id.org/rml/graph> <http://www.w3.org/2000/01/rdf-schema#domain> _:n3dbb2bdf29774673a5cd16433d2748e0b1 .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "predicate object map" .
_:n3dbb2bdf29774673a5cd16433d2748e0b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/return> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the return output of a function."@en .
<http://w3id.org/rml/IRI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/IRI> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes an IRI, used with termpType."@en .
<http://w3id.org/rml/parentMap> <http://www.w3.org/2000/01/rdf-schema#label> "parent map" .
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the Core SQL 2008."@en .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Franck Michel" .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A PredicateMap element to generate the predicate component of the (predicate, object) pair from a logical source record."@en .
<http://w3id.org/rml/PredicateMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/ReferenceFormulation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/ParameterMap> .
<http://w3id.org/rml/UTF-16> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/compression> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the compression format of a Source or Target."@en .
<http://w3id.org/rml/encoding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/ParameterMap> <http://www.w3.org/2000/01/rdf-schema#label> "Parameter Map" .
<http://w3id.org/rml/compression> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Compression> .
<http://w3id.org/rml/ParentMap> <http://www.w3.org/2000/01/rdf-schema#label> "Parent Map" .
<http://w3id.org/rml/languageMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
_:n3dbb2bdf29774673a5cd16433d2748e0b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3dbb2bdf29774673a5cd16433d2748e0b3 .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Samaneh Jozashoori" .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the execution of a function with its required input parameters and values."@en .
<http://w3id.org/rml/StarMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a star map able to generate RDF-star triples."@eb .
<http://w3id.org/rml/inputValue> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the value of a parameter of a function."@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b7 <http://www.w3.org/2002/07/owl#unionOf> _:n3dbb2bdf29774673a5cd16433d2748e0b8 .
<http://w3id.org/rml/Input> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#label> "gather as" .
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Source> .
<http://w3id.org/rml/class> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Strategy> .
<http://w3id.org/rml/function> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/io/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/io> .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies where the terms of a collection or container come from."@en .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#comment> "Relates a GatherMap with the desired result type of collection or container."@en .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A Parameter Map element to generate the parameter of a function."@en .
<http://w3id.org/rml/gzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/fnml/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/fnml> .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/ReturnMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
_:n815a78f2bbc64d9a97c0665633d538a4b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/NonAssertedTriplesMap> .
<http://w3id.org/rml/StarMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#label> "SQL 2008" .
<http://w3id.org/rml/XPathReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/language> <http://www.w3.org/2000/01/rdf-schema#label> "language" .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/IRI> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/TriplesMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a triples map."@en .
<http://w3id.org/rml/core/> <http://purl.org/ontology/bibo/status> "draft" .
<http://w3id.org/rml/predicate> <http://www.w3.org/2000/01/rdf-schema#label> "predicate" .
<http://w3id.org/rml/termType> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/constant> <http://www.w3.org/2000/01/rdf-schema#label> "constant" .
<http://w3id.org/rml/io/> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0" .
<http://w3id.org/rml/none> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
<http://w3id.org/rml/tarxz> <http://www.w3.org/2000/01/rdf-schema#label> "TarXz" .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/publisher> <https://www.w3.org/community/kg-construct/> .
_:nab27e7da80a5467ba73a247bb3fc019db5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nab27e7da80a5467ba73a247bb3fc019db6 .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/title> "RML: Generic Mapping Language for RDF"@en .
<http://w3id.org/rml/strategy> <http://www.w3.org/2000/01/rdf-schema#comment> "A Strategy element to indicate how to perform an action (e.g. gather for collections and containers, join)."@en .
<http://w3id.org/rml/compression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/BlankNode> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a blank node, used with termType"@en .
<http://w3id.org/rml/null> <http://www.w3.org/2000/01/rdf-schema#label> "null" .
<http://w3id.org/rml/zip> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents Zip file compression."@en .
<http://w3id.org/rml/PredicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "Predicate Object Map" .
<http://w3id.org/rml/ReturnMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a return map."@en .
<http://w3id.org/rml/LanguageMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a language map" .
<http://w3id.org/rml/PredicateMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
_:nb085fc8f219644019b887670261b871db4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
<http://w3id.org/rml/predicate> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the predicate for the generated triple from the logical source record."@en .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/AssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A type of Triples Map that is quoted and asserted in the resulting graph."@en .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/RefObjectMap> .
<http://w3id.org/rml/subject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/returnMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/ReturnMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Christophe Debruyne" .
<http://w3id.org/rml/LanguageMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/core/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rml" .
<http://w3id.org/rml/ParameterMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a parameter map."@en .
<http://w3id.org/rml/childMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Join> .
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/2000/01/rdf-schema#label> "value map" .
<http://w3id.org/rml/namespaceURL> <http://www.w3.org/2000/01/rdf-schema#label> "namespace URL" .
<http://w3id.org/rml/ParameterMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/PredicateMap> <http://www.w3.org/2000/01/rdf-schema#label> "Predicate Map" .
<http://w3id.org/rml/datatype> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ObjectMap> .
<http://w3id.org/rml/objectMap> <http://www.w3.org/2000/01/rdf-schema#label> "object map" .
<http://w3id.org/rml/Compression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/2000/01/rdf-schema#label> "reference formulation" .
<http://w3id.org/rml/parameter> <http://www.w3.org/2000/01/rdf-schema#label> "parameter" .
<http://w3id.org/rml/Target> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a target."@en .
<http://w3id.org/rml/SubjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/Source> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a source."@en .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/FunctionMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/UTF-16> <http://www.w3.org/2000/01/rdf-schema#label> "UTF-16" .
<http://w3id.org/rml/io/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/rml/iterator> <http://www.w3.org/2000/01/rdf-schema#label> "iterator" .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Juli√°n Arenas Guerrero" .
<http://w3id.org/rml/null> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/FunctionExecution> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ObjectMap> .
<http://w3id.org/rml/parameter> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/reference> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/SubjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/title> "RML-star"@en .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/title> "RML-FNML"@en .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#comment> "Informs that the sets of RDF terms generated by each TermMap of the GatherMap are to be appended within the collection or container."@en .
<http://w3id.org/rml/ReturnMap> <http://www.w3.org/2000/01/rdf-schema#label> "Return Map" .
<http://w3id.org/rml/Strategy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/ObjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "Object Map" .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/ExpressionMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/predicate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/ChildMap> <http://www.w3.org/2000/01/rdf-schema#label> "Child Map" .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/UTF-16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Encoding> .
<http://w3id.org/rml/reference> <http://www.w3.org/2000/01/rdf-schema#comment> "A valid expression that selects values from the source data. The reference should conform to the syntax rules/grammar of the specified Reference Formulation." .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://tools.ietf.org/html/rfc4180> .
<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/languageMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/LanguageMap> .
<http://w3id.org/rml/child> <http://www.w3.org/2000/01/rdf-schema#comment> "Names a source record in the child source of a join."@en .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes that the CSV file's column names are used for referring to extracts of CSV resources."@en .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#range> _:nb085fc8f219644019b887670261b871db1 .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/description> "RML-FNML provides data transformations for generating knowledge graphs from (semi-)structured data"@en .
<http://w3id.org/rml/ParameterMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/TriplesMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/CSV> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/RefObjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "Reference Object Map" .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/2000/01/rdf-schema#label> "Gather Map" .
_:n3dbb2bdf29774673a5cd16433d2748e0b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/description> "RML-IO enables the description of input data sources and target output data serialization "@en .
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents TarGZip file compression."@en .
<http://w3id.org/rml/subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/namespace> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Namespace> .
<http://w3id.org/rml/ChildMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nab27e7da80a5467ba73a247bb3fc019db5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Source> .
<http://w3id.org/rml/UTF-16> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the UFT-16 encoding."@en .
<http://w3id.org/rml/append> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/iterator> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal> .
<http://w3id.org/rml/datatype> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/reference> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/Join> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/graphMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
_:nb085fc8f219644019b887670261b871db3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nb085fc8f219644019b887670261b871db4 .
_:nab27e7da80a5467ba73a247bb3fc019db4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/Compression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/strategy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/star/> .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/FunctionExecution> <http://www.w3.org/2000/01/rdf-schema#label> "Function Execution" .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/2000/01/rdf-schema#label> "function execution" .
<http://w3id.org/rml/gzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
<http://w3id.org/rml/class> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/Join> <http://www.w3.org/2000/01/rdf-schema#label> "Join" .
<http://w3id.org/rml/Input> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/return> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalTarget> .
<http://w3id.org/rml/ChildMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/datatype> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the datatype of the object component for the generated triple."@en .
<http://w3id.org/rml/zip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
<http://w3id.org/rml/DatatypeMap> <http://www.w3.org/2000/01/rdf-schema#label> "Datatype Map" .
<http://w3id.org/rml/returnMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/ReturnMap> .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#label> "gather" .
<http://w3id.org/rml/ChildMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/function> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/FunctionExecution> .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/XPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/star/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/star> .
<http://w3id.org/rml/Compression> <http://www.w3.org/2000/01/rdf-schema#label> "compression class" .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
_:nab27e7da80a5467ba73a247bb3fc019db3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/Join> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/childMap> <http://www.w3.org/2000/01/rdf-schema#label> "child map" .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#label> "quoted triples map" .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/2000/01/rdf-schema#comment> "Informs that the RDF terms generated by each TermMap of the GatherMap are to be grouped (in the constructed collection or container) by doing a cartesian product of these terms."@en .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the logical source to be mapped."@en .
_:nab27e7da80a5467ba73a247bb3fc019db6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Target> .
<http://w3id.org/rml/gzip> <http://www.w3.org/2000/01/rdf-schema#label> "GZip" .
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the JSONPath reference formulation, used for referring to extracts of JSON sources."@en .
<http://w3id.org/rml/XPathReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A SubjectMap element to generate a subject from a logical source record."@en .
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#label> "target" .
<http://w3id.org/rml/tarxz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/objectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "An ObjectMap element to generate the object component of the (predicate, object) pair from a logical source record."@en .
<http://w3id.org/rml/termType> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/contributor> "Ben de Meester" .
<http://w3id.org/rml/FunctionMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a function map."@en .
<http://w3id.org/rml/childMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/SQL2008> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/modified> "2023-06-15" .
<http://w3id.org/rml/subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject" .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/modified> "2023-06-15" .
_:nb085fc8f219644019b887670261b871db2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nb085fc8f219644019b887670261b871db3 .
<http://w3id.org/rml/RefObjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/reference> <http://www.w3.org/2000/01/rdf-schema#label> "reference"^^<http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a logical source."@en .
<http://w3id.org/rml/namespace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the logical target to where triples are exported to." .
<http://w3id.org/rml/io/> <http://purl.org/ontology/bibo/status> "draft" .
<http://w3id.org/rml/termType> <http://www.w3.org/2000/01/rdf-schema#label> "term type" .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/Source> <http://www.w3.org/2000/01/rdf-schema#label> "Source" .
<http://w3id.org/rml/BlankNode> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/languageMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A LanguagetMap element to generate the language tag of the object component from a logical source record."@en .
<http://w3id.org/rml/FunctionMap> <http://www.w3.org/2000/01/rdf-schema#label> "Function Map" .
<http://w3id.org/rml/none> <http://www.w3.org/2000/01/rdf-schema#label> "None" .
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the target that describe the output data."@en .
<http://w3id.org/rml/query> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Source> .
<http://w3id.org/rml/class> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Class> .
<http://w3id.org/rml/namespaceURL> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/graphMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/GraphMap> .
<http://w3id.org/rml/function> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/class> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/SubjectMap> .
<http://w3id.org/rml/template> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/DatatypeMap> .
<http://w3id.org/rml/BlankNode> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/constant> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://w3id.org/rml/CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/reference> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/NonAssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A type of Triples Map that is quoted but not asserted in the resulting graph"@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3dbb2bdf29774673a5cd16433d2748e0b6 .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/LogicalSource> .
<http://w3id.org/rml/language> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/objectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/StarMap> <http://www.w3.org/2000/01/rdf-schema#label> "Star Map" .
<http://w3id.org/rml/Join> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a join condition."@en .
<http://w3id.org/rml/reference> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/targzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/UTF-8> <http://www.w3.org/2000/01/rdf-schema#label> "UTF-8" .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/2000/01/rdf-schema#label> "parent triples map" .
<http://w3id.org/rml/parentMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Names a parent map in the parent source of a join."@en .
<http://w3id.org/rml/input> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the Input element of a Function Map."@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/created> "2023-03-14" .
<http://w3id.org/rml/object> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Pano Maria" .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A DatatypetMap element to generate the datatype component of the object component from a logical source record."@en .
<http://w3id.org/rml/subject> <http://www.w3.org/2000/01/rdf-schema#comment> "An IRI reference for use as subject for all the RDF triples generated from a logical source record."@en .
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#range> _:n815a78f2bbc64d9a97c0665633d538a4b1 .
<http://w3id.org/rml/SQL2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/FunctionExecution> .
<http://w3id.org/rml/null> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "subject map" .
<http://w3id.org/rml/io/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rml" .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#comment> "An quoted TriplesMap element to generate a RDF-star triple as subject or object or another triple from a logical source record."@en .
<http://w3id.org/rml/encoding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#boolean> .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/ObjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nab27e7da80a5467ba73a247bb3fc019db3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Target> .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Dylan Van Assche" .
<http://w3id.org/rml/template> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/iterator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n815a78f2bbc64d9a97c0665633d538a4b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/AssertedTriplesMap> .
<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalTarget> .
<http://w3id.org/rml/joinCondition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/null> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes which data values inside the source should be considered as NULL."@en .
<http://w3id.org/rml/JSONPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/compression> <http://www.w3.org/2000/01/rdf-schema#label> "compression" .
<http://w3id.org/rml/namespaceURL> <http://www.w3.org/2000/01/rdf-schema#comment> "Describes the URL of a namespace."@en .
<http://w3id.org/rml/encoding> <http://www.w3.org/2000/01/rdf-schema#label> "encoding" .
<http://w3id.org/rml/language> <http://www.w3.org/2000/01/rdf-schema#comment> "Specified the language for the object component for the generated triple."@en .
<http://w3id.org/rml/template> <http://www.w3.org/2000/01/rdf-schema#comment> "A template (format string) to specify how to generate a value for a expression map, using one or more records from a logical source record."@en .
<http://w3id.org/rml/NonAssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#label> "Non Asserted Triples Map" .
_:nb085fc8f219644019b887670261b871db5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Franck Michel" .
<http://w3id.org/rml/target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/ExpressionMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents an expression map"@en .
<http://w3id.org/rml/FunctionMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/DatatypeMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/objectMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/ReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#comment> "Indicates the behavior of a GatherMap in case rml:gather does not yield any element"@en .
<http://w3id.org/rml/core/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/" .
<http://w3id.org/rml/io/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/" .
<http://w3id.org/rml/FunctionExecution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/datatype> <http://www.w3.org/2000/01/rdf-schema#label> "datatype" .
<http://w3id.org/rml/query> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:nab27e7da80a5467ba73a247bb3fc019db2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nab27e7da80a5467ba73a247bb3fc019db3 .
<http://w3id.org/rml/DatatypeMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A PredicateObjectMap element to generate (predicate, object) pair from a logical source record."@en .
<http://w3id.org/rml/LogicalTarget> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/termType> <http://www.w3.org/2000/01/rdf-schema#comment> "A string indicating whether subject or object generated using the value from a source record name specified should be an IRI reference, blank node, or a literal."@en .
<http://w3id.org/rml/LanguageMap> <http://www.w3.org/2000/01/rdf-schema#label> "Language Map" .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/title> "RML-IO: Source and Target"@en .
_:n815a78f2bbc64d9a97c0665633d538a4b1 <http://www.w3.org/2002/07/owl#unionOf> _:n815a78f2bbc64d9a97c0665633d538a4b2 .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Dylan Van Assche" .
<http://w3id.org/rml/class> <http://www.w3.org/2000/01/rdf-schema#label> "class" .
<http://w3id.org/rml/namespace> <http://www.w3.org/2000/01/rdf-schema#label> "namespace" .
<http://w3id.org/rml/DatatypeMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/parameter> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://w3id.org/rml/gzip> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents GZip file compression."@en .
<http://w3id.org/rml/UTF-8> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents the UFT-8 encoding."@en .
<http://w3id.org/rml/language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/template> <http://www.w3.org/2000/01/rdf-schema#label> "template" .
<http://w3id.org/rml/LogicalTarget> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a logical target."@en .
<http://w3id.org/rml/NonAssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/namespaceURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
_:nb085fc8f219644019b887670261b871db1 <http://www.w3.org/2002/07/owl#oneOf> _:nb085fc8f219644019b887670261b871db2 .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/contributor> "David Chaves Fraga" .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/LanguageMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/2000/01/rdf-schema#label> "predicate map" .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/created> "2023-03-14" .
<http://w3id.org/rml/childMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Names a child map in the child source of a join."@en .
<http://w3id.org/rml/Strategy> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a strategy to perform a action (e.g. gather for collections and containers, joins)."@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/publisher> <https://www.w3.org/community/kg-construct/> .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/core/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/LanguageMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
_:nab27e7da80a5467ba73a247bb3fc019db6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/predicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/FunctionMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/ChildMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a child map"@en .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/2000/01/rdf-schema#label> "logical target" .
<http://w3id.org/rml/BlankNode> <http://www.w3.org/2000/01/rdf-schema#label> "Blank Node" .
<http://w3id.org/rml/StarMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/star/> .
<http://w3id.org/rml/parentMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/ParentMap> .
<http://w3id.org/rml/joinCondition> <http://www.w3.org/2000/01/rdf-schema#label> "join condition" .
<http://w3id.org/rml/compression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/namespaceURL> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Namespace> .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/parent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/SubjectMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
<http://w3id.org/rml/Input> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a input for an execution."@en .
<http://w3id.org/rml/parameter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/AssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/return> <http://www.w3.org/2000/01/rdf-schema#label> "return" .
_:n3dbb2bdf29774673a5cd16433d2748e0b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/SubjectMap> .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#label> "XPath" .
<http://w3id.org/rml/child> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/GraphMap> <http://www.w3.org/2000/01/rdf-schema#label> "Graph Map" .
<http://w3id.org/rml/serialization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/TermMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A function that generates any number of RDF terms from a logical source record."@en .
<http://w3id.org/rml/parent> <http://www.w3.org/2000/01/rdf-schema#comment> "Names a source record in the parent source of a join."@en .
<http://w3id.org/rml/zip> <http://www.w3.org/2000/01/rdf-schema#label> "Zip" .
<http://w3id.org/rml/return> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
_:n3dbb2bdf29774673a5cd16433d2748e0b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3dbb2bdf29774673a5cd16433d2748e0b9 .
<http://w3id.org/rml/PredicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a predicate-object map."@en .
<http://w3id.org/rml/parent> <http://www.w3.org/2000/01/rdf-schema#label> "parent" .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Ana Iglesias Molina" .
<http://w3id.org/rml/gather> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/returnMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Ben de Meester" .
<http://w3id.org/rml/TermMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/inputValueMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/parentMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/joinCondition> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the join condition for joining the child logical source with the parent logical source of the foreign key constraint."@en .
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#label> "serialization" .
<http://w3id.org/rml/LogicalTarget> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/TriplesMap> <http://www.w3.org/2000/01/rdf-schema#label> "Triples Map" .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/cc/> .
<http://w3id.org/rml/Strategy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/CSV> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/languageMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n815a78f2bbc64d9a97c0665633d538a4b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/tarxz> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/termType> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/GraphMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/ReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#label> "Reference Formulation" .
<http://w3id.org/rml/termType> <http://www.w3.org/2000/01/rdf-schema#range> _:n3dbb2bdf29774673a5cd16433d2748e0b7 .
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalSource> .
<http://w3id.org/rml/ParentMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/ReferenceFormulation> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a Reference Formulation."@en .
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the serialization to generate the target output."@en .
_:n3dbb2bdf29774673a5cd16433d2748e0b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/PredicateObjectMap> .
_:n815a78f2bbc64d9a97c0665633d538a4b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/cc/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/created> "2023-03-14" .
_:nb085fc8f219644019b887670261b871db4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nb085fc8f219644019b887670261b871db5 .
<http://w3id.org/rml/AssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#label> "Asserted Triples Map" .
<http://w3id.org/rml/language> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ObjectMap> .
<http://w3id.org/rml/parent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/XPath> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/TR/xpath20/> .
<http://w3id.org/rml/SQL2008> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/NonAssertedTriplesMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/ParentMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/append> <http://www.w3.org/2000/01/rdf-schema#label> "Append" .
<http://w3id.org/rml/gatherAs> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/FunctionMap> .
<http://w3id.org/rml/fnml/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rml" .
_:n3dbb2bdf29774673a5cd16433d2748e0b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n3dbb2bdf29774673a5cd16433d2748e0b10 .
<http://w3id.org/rml/language> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/Literal> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a Literal, used with termType."@en .
<http://w3id.org/rml/languageMap> <http://www.w3.org/2000/01/rdf-schema#label> "language map" .
<http://w3id.org/rml/UTF-8> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:n3dbb2bdf29774673a5cd16433d2748e0b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://w3id.org/rml/template> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/input> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/ParentMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
_:nb085fc8f219644019b887670261b871db2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt> .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "David Chaves Fraga" .
<http://w3id.org/rml/RefObjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a reference to an object map."@en .
<http://w3id.org/rml/return> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/predicateMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/PredicateMap> .
<http://w3id.org/rml/cc/> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0" .
<http://w3id.org/rml/ParameterMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Target> .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Pano Maria" .
<http://w3id.org/rml/Compression> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents file compression schemes."@en .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/publisher> <https://www.w3.org/community/kg-construct/> .
<http://w3id.org/rml/parameter> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the parameter of a function."@en .
<http://w3id.org/rml/AssertedTriplesMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/JSONPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/constant> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/ExpressionMap> .
<http://w3id.org/rml/namespace> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Namespace> .
<http://w3id.org/rml/inputValue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/query> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines which query should be applied on the source during access"@en .
<http://w3id.org/rml/tarxz> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents TarXz file compression."@en .
<http://w3id.org/rml/LogicalTarget> <http://www.w3.org/2000/01/rdf-schema#label> "LogicalTarget" .
<http://w3id.org/rml/return> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/cc/> <http://www.w3.org/2002/07/owl#versionIRI> <http://w3id.org/rml/cc> .
<http://w3id.org/rml/quotedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/StarMap> .
<http://w3id.org/rml/graph> <http://www.w3.org/2000/01/rdf-schema#label> "graph" .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/child> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/2000/01/rdf-schema#comment> "A Function Map element to generate the data transformation function."@en .
<http://w3id.org/rml/iterator> <http://www.w3.org/2000/01/rdf-schema#comment> "An expression qualified according to the reference formulation specified for pointing to an extract of the source data. "@en .
<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
_:n3dbb2bdf29774673a5cd16433d2748e0b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/constant> <http://www.w3.org/2000/01/rdf-schema#comment> "A property for indicating whether a expression map is a constant-valued expression map."@en .
<http://w3id.org/rml/null> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Source> .
<http://w3id.org/rml/object> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/2000/01/rdf-schema#label> "function map" .
_:nb085fc8f219644019b887670261b871db5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq> .
<http://w3id.org/rml/fnml/> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0" .
<http://w3id.org/rml/GatherMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/returnMap> <http://www.w3.org/2000/01/rdf-schema#label> "return map" .
<http://w3id.org/rml/subject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/Namespace> <http://www.w3.org/2000/01/rdf-schema#label> "Namespace" .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/contributor> "Anastasia Dimou" .
<http://w3id.org/rml/graph> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
_:n3dbb2bdf29774673a5cd16433d2748e0b1 <http://www.w3.org/2002/07/owl#unionOf> _:n3dbb2bdf29774673a5cd16433d2748e0b2 .
<http://w3id.org/rml/PredicateObjectMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/IRI> <http://www.w3.org/2000/01/rdf-schema#label> "IRI" .
<http://w3id.org/rml/query> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal> .
<http://w3id.org/rml/PredicateMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/graphMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/SubjectMap> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/title> "RML-Containers"@en .
<http://w3id.org/rml/fnml/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/rml/TermMap> <http://www.w3.org/2000/01/rdf-schema#label> "Term Map"@en .
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#range> <https://www.w3.org/ns/formats/Format> .
<http://w3id.org/rml/child> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents encoding formats."@en .
<http://w3id.org/rml/ExpressionMap> <http://www.w3.org/2000/01/rdf-schema#label> "Expression Map" .
<http://w3id.org/rml/Namespace> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a namespace"@en .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/description> "Generic Mapping Language for RDF (RDB/CSV/TSV/XML/JSON/... to RDF) - Vocabulary description"@en .
<http://w3id.org/rml/datatype> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalSource> .
<http://w3id.org/rml/namespacePrefix> <http://www.w3.org/2000/01/rdf-schema#label> "namespace prefix" .
<http://w3id.org/rml/predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/modified> "2023-06-15" .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/created> "2023-03-14" .
<http://w3id.org/rml/object> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://w3id.org/rml/UTF-16> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/strategy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/LogicalSource> <http://www.w3.org/2000/01/rdf-schema#label> "Logical Source" .
<http://w3id.org/rml/inputValue> <http://www.w3.org/2000/01/rdf-schema#label> "value" .
<http://w3id.org/rml/encoding> <http://www.w3.org/2000/01/rdf-schema#domain> _:nab27e7da80a5467ba73a247bb3fc019db4 .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/publisher> <https://www.w3.org/community/kg-construct/> .
<http://w3id.org/rml/UTF-8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Anastasia Dimou" .
<http://w3id.org/rml/ObjectMap> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://w3id.org/rml/TermMap> .
_:nab27e7da80a5467ba73a247bb3fc019db1 <http://www.w3.org/2002/07/owl#unionOf> _:nab27e7da80a5467ba73a247bb3fc019db2 .
<http://w3id.org/rml/star/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Ontology> .
<http://w3id.org/rml/iterator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalSource> .
<http://w3id.org/rml/PredicateObjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/star/> <http://purl.org/dc/terms/contributor> "Juli√°n Arenas Guerrero" .
<http://w3id.org/rml/datatypeMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/input> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/FunctionExecution> .
<http://w3id.org/rml/Literal> <http://www.w3.org/2000/01/rdf-schema#label> "Literal" .
<http://w3id.org/rml/subjectMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/SubjectMap> <http://www.w3.org/2000/01/rdf-schema#label> "Subject Map" .
<http://w3id.org/rml/ObjectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/AssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/star/> .
<http://w3id.org/rml/graphMap> <http://www.w3.org/2000/01/rdf-schema#domain> _:n3dbb2bdf29774673a5cd16433d2748e0b4 .
<http://w3id.org/rml/none> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents no compression."@en .
<http://w3id.org/rml/none> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/function> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/zip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://w3id.org/rml/encoding> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the encoding format of a Source or Target."@en .
<http://w3id.org/rml/allowEmptyListAndContainer> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://w3id.org/rml/parent> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://w3id.org/rml/functionMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/star/> <http://www.w3.org/2002/07/owl#versionInfo> "0.1.0" .
<http://w3id.org/rml/ObjectMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents an object map."@en .
<http://w3id.org/rml/template> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
_:n3dbb2bdf29774673a5cd16433d2748e0b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/BlankNode> .
<http://w3id.org/rml/serialization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
_:n815a78f2bbc64d9a97c0665633d538a4b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n815a78f2bbc64d9a97c0665633d538a4b3 .
<http://w3id.org/rml/object> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies the object for the generated triple from the logical source record."@en .
<http://w3id.org/rml/function> <http://www.w3.org/2000/01/rdf-schema#label> "function" .
<http://w3id.org/rml/Source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/cc/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "rml" .
<http://w3id.org/rml/cartessianProduct> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Strategy> .
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
<http://w3id.org/rml/NonAssertedTriplesMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/star/> .
<http://w3id.org/rml/Encoding> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/input> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/Input> .
<http://w3id.org/rml/child> <http://www.w3.org/2000/01/rdf-schema#label> "child" .
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#label> "TarGZip" .
_:n3dbb2bdf29774673a5cd16433d2748e0b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/IRI> .
<http://w3id.org/rml/ReturnMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/cc/> <http://purl.org/ontology/bibo/status> "draft" .
<http://w3id.org/rml/predicate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/PredicateObjectMap> .
<http://w3id.org/rml/object> <http://www.w3.org/2000/01/rdf-schema#label> "object" .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/contributor> "Anastasia Dimou" .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/2000/01/rdf-schema#label> "logical source" .
<http://w3id.org/rml/function> <http://www.w3.org/2000/01/rdf-schema#comment> "Specifies a data transformation function."@en .
<http://w3id.org/rml/gather> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/GatherMap> .
<http://w3id.org/rml/Literal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/query> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/contributor> "Samaneh Jozashoori" .
<http://w3id.org/rml/Strategy> <http://www.w3.org/2000/01/rdf-schema#label> "Strategy" .
<http://w3id.org/rml/FunctionExecution> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a function execution."@en .
<http://w3id.org/rml/JSONPath> <http://www.w3.org/2000/01/rdf-schema#label> "JSONPath" .
<http://w3id.org/rml/XPath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/ReferenceFormulation> .
<http://w3id.org/rml/graph> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/parent> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Join> .
<http://w3id.org/rml/referenceFormulation> <http://www.w3.org/2000/01/rdf-schema#comment> "The reference formulation used to refer to extracts of the source data. "@en .
<http://w3id.org/rml/child> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Join> .
_:nab27e7da80a5467ba73a247bb3fc019db4 <http://www.w3.org/2002/07/owl#unionOf> _:nab27e7da80a5467ba73a247bb3fc019db5 .
<http://w3id.org/rml/ExpressionMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#label> "Encoding class" .
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
<http://w3id.org/rml/tarxz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
<http://w3id.org/rml/logicalTarget> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/rml/LogicalTarget> .
<http://w3id.org/rml/ParentMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a parent map"@en .
<http://w3id.org/rml/functionExecution> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/fnml/> .
<http://w3id.org/rml/parameterMap> <http://www.w3.org/2000/01/rdf-schema#label> "parameter map" .
<http://purl.org/dc/terms/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/objectMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://w3id.org/rml/compression> <http://www.w3.org/2000/01/rdf-schema#domain> _:nab27e7da80a5467ba73a247bb3fc019db1 .
<http://w3id.org/rml/returnMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/fnml/> <http://purl.org/dc/terms/modified> "2023-06-15" .
<http://w3id.org/rml/logicalSource> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/TriplesMap> .
<http://w3id.org/rml/parentTriplesMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://w3id.org/rml/childMap> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/core/> .
<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
<http://w3id.org/rml/parentMap> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/Join> .
<http://w3id.org/rml/object> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .
<http://w3id.org/rml/cc/> <http://purl.org/vocab/vann/preferredNamespaceUri> "http://w3id.org/rml/" .
_:n3dbb2bdf29774673a5cd16433d2748e0b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/TriplesMap> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/fnml/> <http://purl.org/ontology/bibo/status> "draft" .
<http://w3id.org/rml/Target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://w3id.org/rml/DatatypeMap> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents a datatype map"@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/description> "RML module to generate RDF collections and containers"@en .
<http://w3id.org/rml/cc/> <http://purl.org/dc/terms/contributor> "Christophe Debruyne" .
<http://w3id.org/rml/core/> <http://purl.org/dc/terms/publisher> <https://www.w3.org/community/kg-construct/> .
<http://w3id.org/rml/Namespace> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .