-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathontology.ttl
766 lines (646 loc) · 29.6 KB
/
ontology.ttl
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
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rml: <http://w3id.org/rml/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://creativecommons.org/ns#license> a owl:AnnotationProperty .
dcterms:contributor a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:issued a owl:AnnotationProperty .
dcterms:modified a owl:AnnotationProperty .
dcterms:publisher a owl:AnnotationProperty .
dcterms:title a owl:AnnotationProperty .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
vann:preferredNamespaceUri a owl:AnnotationProperty .
rml:CSV a rml:ReferenceFormulation,
owl:NamedIndividual ;
rdfs:label "CSV" ;
rdfs:comment "Denotes that the CSV file's column names are used for referring to extracts of CSV resources."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:seeAlso <http://tools.ietf.org/html/rfc4180> .
rml:JSONPath a rml:ReferenceFormulation,
owl:NamedIndividual ;
rdfs:label "JSONPath" ;
rdfs:comment "Denotes the JSONPath reference formulation, used for referring to extracts of JSON sources."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:SQL2008 a rml:ReferenceFormulation,
owl:NamedIndividual ;
rdfs:label "SQL 2008" ;
rdfs:comment "Denotes the Core SQL 2008."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:UTF-16 a rml:Encoding,
owl:NamedIndividual ;
rdfs:label "UTF-16" ;
rdfs:comment "Represents the UFT-16 encoding."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:UTF-8 a rml:Encoding,
owl:NamedIndividual ;
rdfs:label "UTF-8" ;
rdfs:comment "Represents the UFT-8 encoding."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:XPath a rml:ReferenceFormulation,
owl:NamedIndividual ;
rdfs:label "XPath" ;
rdfs:comment "Denotes the XPath reference formulation, used for referring to extracts of XML sources."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:seeAlso <http://www.w3.org/TR/xpath20/> .
rml:allowEmptyListAndContainer a owl:DatatypeProperty ;
rdfs:label "allow empty list and container" ;
rdfs:comment "Indicates the behavior of a GatherMap in case rml:gather does not yield any element"@en ;
rdfs:domain rml:GatherMap ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> ;
rdfs:range xsd:boolean .
rml:append a rml:Strategy,
owl:NamedIndividual ;
rdfs:label "Append" ;
rdfs: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 ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> .
rml:cartessianProduct a rml:Strategy,
owl:NamedIndividual ;
rdfs:label "Cartessian Product" ;
rdfs: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 ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> .
rml:child a owl:DatatypeProperty ;
rdfs:label "child" ;
rdfs:comment "Names a source record in the child source of a join."@en ;
rdfs:domain rml:Join ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range xsd:string .
rml:childMap a owl:ObjectProperty ;
rdfs:label "child map" ;
rdfs:comment "Names a child map in the child source of a join."@en ;
rdfs:domain rml:Join ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:ChildMap .
rml:class a owl:ObjectProperty ;
rdfs:label "class" ;
rdfs:comment "The subject value generated for a logical source record will be asserted as an instance of this RDFS class."@en ;
rdfs:domain rml:SubjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rdfs:Class .
rml:compression a owl:ObjectProperty ;
rdfs:label "compression" ;
rdfs:comment "Defines the compression format of a Source or Target."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( rml:Source rml:Target ) ] ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:Compression .
rml:constant a rdf:Property ;
rdfs:label "constant" ;
rdfs:comment "A property for indicating whether a expression map is a constant-valued expression map."@en ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:datatype a owl:ObjectProperty ;
rdfs:label "datatype" ;
rdfs:comment "Specifies the datatype of the object component for the generated triple."@en ;
rdfs:domain rml:ObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:datatypeMap a owl:ObjectProperty ;
rdfs:label "datatype map" ;
rdfs:comment "A DatatypetMap element to generate the datatype component of the object component from a logical source record."@en ;
rdfs:domain rml:ObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:DatatypeMap .
rml:encoding a owl:ObjectProperty ;
rdfs:label "encoding" ;
rdfs:comment "Defines the encoding format of a Source or Target."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( rml:Source rml:Target ) ] ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:Encoding .
rml:function a owl:ObjectProperty ;
rdfs:label "function" ;
rdfs:comment "Specifies a data transformation function."@en ;
rdfs:domain rml:FunctionExecution ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rdfs:Resource .
rml:functionExecution a owl:ObjectProperty ;
rdfs:label "function execution" ;
rdfs:comment "Denotes the execution of a function with its required input parameters and values."@en ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:FunctionExecution .
rml:functionMap a owl:ObjectProperty ;
rdfs:label "function map" ;
rdfs:comment "A Function Map element to generate the data transformation function."@en ;
rdfs:domain rml:Input ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:FunctionMap .
rml:gather a owl:ObjectProperty ;
rdfs:label "gather" ;
rdfs:comment "Specifies where the terms of a collection or container come from."@en ;
rdfs:domain rml:GatherMap ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> .
rml:gatherAs a owl:ObjectProperty ;
rdfs:label "gather as" ;
rdfs:comment "Relates a GatherMap with the desired result type of collection or container."@en ;
rdfs:domain rml:GatherMap ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> ;
rdfs:range [ a owl:Class ;
owl:oneOf ( rdf:Alt rdf:Bag rdf:List rdf:Seq ) ] .
rml:graph a owl:ObjectProperty ;
rdfs:label "graph" ;
rdfs:comment "An IRI reference for use as the graph name of all triples generated with the SubjectMap or PredicateObjectMap."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( rml:PredicateObjectMap rml:SubjectMap ) ] ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:graphMap a owl:ObjectProperty ;
rdfs:label "graph map" ;
rdfs: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 ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( rml:PredicateObjectMap rml:SubjectMap ) ] ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:GraphMap .
rml:gzip a rml:Compression,
owl:NamedIndividual ;
rdfs:label "GZip" ;
rdfs:comment "Represents GZip file compression."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:input a owl:ObjectProperty ;
rdfs:label "input" ;
rdfs:comment "Specifies the Input element of a Function Map."@en ;
rdfs:domain rml:FunctionExecution ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:Input .
rml:inputValue a owl:ObjectProperty ;
rdfs:label "value" ;
rdfs:comment "Specifies the value of a parameter of a function."@en ;
rdfs:domain rml:Input ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> .
rml:inputValueMap a owl:ObjectProperty ;
rdfs:label "value map" ;
rdfs:comment "A Value map element to generate the value of a parameter of a function."@en ;
rdfs:domain rml:Input ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:TermMap .
rml:iterator a owl:ObjectProperty ;
rdfs:label "iterator" ;
rdfs:comment "An expression qualified according to the reference formulation specified for pointing to an extract of the source data. "@en ;
rdfs:domain rml:LogicalSource ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rdf:Literal .
rml:joinCondition a owl:ObjectProperty ;
rdfs:label "join condition" ;
rdfs:comment "Specifies the join condition for joining the child logical source with the parent logical source of the foreign key constraint."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:Join .
rml:language a owl:DatatypeProperty ;
rdfs:label "language" ;
rdfs:comment "Specified the language for the object component for the generated triple."@en ;
rdfs:domain rml:ObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range xsd:string .
rml:languageMap a owl:ObjectProperty ;
rdfs:label "language map" ;
rdfs:comment "A LanguagetMap element to generate the language tag of the object component from a logical source record."@en ;
rdfs:domain rml:ObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:LanguageMap .
rml:logicalSource a owl:ObjectProperty ;
rdfs:label "logical source" ;
rdfs:comment "Represents the logical source to be mapped."@en ;
rdfs:domain rml:TriplesMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:LogicalSource .
rml:logicalTarget a owl:ObjectProperty ;
rdfs:label "logical target" ;
rdfs:comment "Represents the logical target to where triples are exported to." ;
rdfs:domain rml:TermMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:LogicalTarget .
rml:namespace a owl:ObjectProperty ;
rdfs:label "namespace" ;
rdfs:comment "A namespace for describing a XPath reference formulation."@en ;
rdfs:domain rml:XPathReferenceFormulation ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:Namespace .
rml:namespacePrefix a owl:DatatypeProperty ;
rdfs:label "namespace prefix" ;
rdfs:comment "Describes the prefix of a namespace."@en ;
rdfs:domain rml:Namespace ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range xsd:string .
rml:namespaceURL a owl:DatatypeProperty ;
rdfs:label "namespace URL" ;
rdfs:comment "Describes the URL of a namespace."@en ;
rdfs:domain rml:Namespace ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:none a rml:Compression,
owl:NamedIndividual ;
rdfs:label "None" ;
rdfs:comment "Represents no compression."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:null a owl:ObjectProperty ;
rdfs:label "null" ;
rdfs:comment "Describes which data values inside the source should be considered as NULL."@en ;
rdfs:domain rml:Source ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rdf:Literal .
rml:object a rdf:Property ;
rdfs:label "object" ;
rdfs:comment "Specifies the object for the generated triple from the logical source record."@en ;
rdfs:domain rml:PredicateObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rdfs:Resource .
rml:objectMap a owl:ObjectProperty ;
rdfs:label "object map" ;
rdfs:comment "An ObjectMap element to generate the object component of the (predicate, object) pair from a logical source record."@en ;
rdfs:domain rml:PredicateObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:parameter a owl:ObjectProperty ;
rdfs:label "parameter" ;
rdfs:comment "Specifies the parameter of a function."@en ;
rdfs:domain rml:Input ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rdfs:Resource .
rml:parameterMap a owl:ObjectProperty ;
rdfs:label "parameter map" ;
rdfs:comment "A Parameter Map element to generate the parameter of a function."@en ;
rdfs:domain rml:Input ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:ParameterMap .
rml:parent a owl:DatatypeProperty ;
rdfs:label "parent" ;
rdfs:comment "Names a source record in the parent source of a join."@en ;
rdfs:domain rml:Join ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range xsd:string .
rml:parentMap a owl:ObjectProperty ;
rdfs:label "parent map" ;
rdfs:comment "Names a parent map in the parent source of a join."@en ;
rdfs:domain rml:Join ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:ParentMap .
rml:parentTriplesMap a owl:ObjectProperty ;
rdfs:label "parent triples map" ;
rdfs:comment "Specifies the TriplesMap element corresponding to the parent logical source of the foreign key constraint."@en ;
rdfs:domain rml:RefObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:TriplesMap .
rml:predicate a owl:ObjectProperty ;
rdfs:label "predicate" ;
rdfs:comment "Specifies the predicate for the generated triple from the logical source record."@en ;
rdfs:domain rml:PredicateObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:predicateMap a owl:ObjectProperty ;
rdfs:label "predicate map" ;
rdfs:comment "A PredicateMap element to generate the predicate component of the (predicate, object) pair from a logical source record."@en ;
rdfs:domain rml:PredicateObjectMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:PredicateMap .
rml:predicateObjectMap a owl:ObjectProperty ;
rdfs:label "predicate object map" ;
rdfs:comment "A PredicateObjectMap element to generate (predicate, object) pair from a logical source record."@en ;
rdfs:domain rml:TriplesMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:PredicateObjectMap .
rml:query a owl:ObjectProperty ;
rdfs:label "query" ;
rdfs:comment "Defines which query should be applied on the source during access"@en ;
rdfs:domain rml:Source ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rdf:Literal .
rml:quotedTriplesMap a owl:ObjectProperty ;
rdfs:label "quoted triples map" ;
rdfs:comment "An quoted TriplesMap element to generate a RDF-star triple as subject or object or another triple from a logical source record."@en ;
rdfs:domain rml:StarMap ;
rdfs:isDefinedBy <http://w3id.org/rml/star/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rml:AssertedTriplesMap rml:NonAssertedTriplesMap ) ] .
rml:reference a owl:DatatypeProperty ;
rdfs:label "reference"^^xsd:string ;
rdfs: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." ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range xsd:string .
rml:referenceFormulation a owl:ObjectProperty ;
rdfs:label "reference formulation" ;
rdfs:comment "The reference formulation used to refer to extracts of the source data. "@en ;
rdfs:domain rml:LogicalSource ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:ReferenceFormulation .
rml:return a owl:ObjectProperty ;
rdfs:label "return" ;
rdfs:comment "Specifies the return output of a function."@en ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rdfs:Resource .
rml:returnMap a owl:ObjectProperty ;
rdfs:label "return map" ;
rdfs:comment "A Return Map element to generate the return output of a function."@en ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:range rml:ReturnMap .
rml:serialization a owl:ObjectProperty ;
rdfs:label "serialization" ;
rdfs:comment "Defines the serialization to generate the target output."@en ;
rdfs:domain rml:LogicalTarget ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range <https://www.w3.org/ns/formats/Format> .
rml:source a owl:ObjectProperty ;
rdfs:label "source" ;
rdfs:comment "Defines the source that describe the input data."@en ;
rdfs:domain rml:LogicalSource ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:Source .
rml:strategy a owl:ObjectProperty ;
rdfs:label "strategy" ;
rdfs:comment "A Strategy element to indicate how to perform an action (e.g. gather for collections and containers, join)."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:Strategy .
rml:subject a owl:ObjectProperty ;
rdfs:label "subject" ;
rdfs:comment "An IRI reference for use as subject for all the RDF triples generated from a logical source record."@en ;
rdfs:domain rml:TriplesMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:subjectMap a owl:ObjectProperty ;
rdfs:label "subject map" ;
rdfs:comment "A SubjectMap element to generate a subject from a logical source record."@en ;
rdfs:domain rml:TriplesMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range rml:SubjectMap .
rml:target a owl:ObjectProperty ;
rdfs:label "target" ;
rdfs:comment "Defines the target that describe the output data."@en ;
rdfs:domain rml:LogicalTarget ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:range rml:Target .
rml:targzip a rml:Compression,
owl:NamedIndividual ;
rdfs:label "TarGZip" ;
rdfs:comment "Represents TarGZip file compression."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:tarxz a rml:Compression,
owl:NamedIndividual ;
rdfs:label "TarXz" ;
rdfs:comment "Represents TarXz file compression."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:template a owl:DatatypeProperty ;
rdfs:label "template" ;
rdfs: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 ;
rdfs:domain rml:ExpressionMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range xsd:string .
rml:termType a owl:ObjectProperty ;
rdfs:label "term type" ;
rdfs: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 ;
rdfs:domain rml:TermMap ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rml:BlankNode rml:IRI rml:Literal ) ] .
rml:zip a rml:Compression,
owl:NamedIndividual ;
rdfs:label "Zip" ;
rdfs:comment "Represents Zip file compression."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
<http://www.linkedmodel.org/schema/vaem#acronym> a owl:AnnotationProperty .
foaf:name a owl:AnnotationProperty .
rml:AssertedTriplesMap a owl:Class ;
rdfs:label "Asserted Triples Map" ;
rdfs:comment "A type of Triples Map that is quoted and asserted in the resulting graph."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/star/> ;
rdfs:subClassOf rml:TriplesMap .
rml:BlankNode a owl:Class ;
rdfs:label "Blank Node" ;
rdfs:comment "Denotes a blank node, used with termType"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:ChildMap a owl:Class ;
rdfs:label "Child Map" ;
rdfs:comment "Represents a child map"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:ExpressionMap .
rml:DatatypeMap a owl:Class ;
rdfs:label "Datatype Map" ;
rdfs:comment "Represents a datatype map"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:ExpressionMap .
rml:FunctionMap a owl:Class ;
rdfs:label "Function Map" ;
rdfs:comment "Represents a function map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:subClassOf rml:TermMap .
rml:GraphMap a owl:Class ;
rdfs:label "Graph Map" ;
rdfs:comment "Represents a graph map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:TermMap .
rml:IRI a owl:Class ;
rdfs:label "IRI" ;
rdfs:comment "Denotes an IRI, used with termpType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:LanguageMap a owl:Class ;
rdfs:label "Language Map" ;
rdfs:comment "Represents a language map" ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:ExpressionMap .
rml:Literal a owl:Class ;
rdfs:label "Literal" ;
rdfs:comment "Denotes a Literal, used with termType."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:NonAssertedTriplesMap a owl:Class ;
rdfs:label "Non Asserted Triples Map" ;
rdfs:comment "A type of Triples Map that is quoted but not asserted in the resulting graph"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/star/> ;
rdfs:subClassOf rml:TriplesMap .
rml:ParameterMap a owl:Class ;
rdfs:label "Parameter Map" ;
rdfs:comment "Represents a parameter map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:subClassOf rml:TermMap .
rml:ParentMap a owl:Class ;
rdfs:label "Parent Map" ;
rdfs:comment "Represents a parent map"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:ExpressionMap .
rml:PredicateMap a owl:Class ;
rdfs:label "Predicate Map" ;
rdfs:comment "Represents a predicate map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:TermMap .
rml:RefObjectMap a owl:Class ;
rdfs:label "Reference Object Map" ;
rdfs:comment "Denotes a reference to an object map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:ReturnMap a owl:Class ;
rdfs:label "Return Map" ;
rdfs:comment "Represents a return map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> ;
rdfs:subClassOf rml:TermMap .
rml:StarMap a owl:Class ;
rdfs:label "Star Map" ;
rdfs:comment "Represents a star map able to generate RDF-star triples."@eb ;
rdfs:isDefinedBy <http://w3id.org/rml/star/> .
rml:XPathReferenceFormulation a owl:Class ;
rdfs:label "XPath Reference Formulation" ;
rdfs:comment "Denotes a XPath Reference Formulation."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> ;
rdfs:subClassOf rml:ReferenceFormulation .
rml:Encoding a owl:Class ;
rdfs:label "Encoding class" ;
rdfs:comment "Represents encoding formats."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:FunctionExecution a owl:Class ;
rdfs:label "Function Execution" ;
rdfs:comment "Represents a function execution."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> .
rml:GatherMap a owl:Class ;
rdfs:label "Gather Map" ;
rdfs:comment "Denotes a term map that generates a collection (rdf:List) or container (rdf:Bag, rdf:Seq, rdf:Alt)."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/cc/> ;
rdfs:subClassOf rml:TermMap .
rml:LogicalTarget a owl:Class ;
rdfs:label "LogicalTarget" ;
rdfs:comment "Denotes a logical target."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:Namespace a owl:Class ;
rdfs:label "Namespace" ;
rdfs:comment "Denotes a namespace"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:Strategy a owl:Class ;
rdfs:label "Strategy" ;
rdfs:comment "Denotes a strategy to perform a action (e.g. gather for collections and containers, joins)."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:Target a owl:Class ;
rdfs:label "Target" ;
rdfs:comment "Denotes a target."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:LogicalSource a owl:Class ;
rdfs:label "Logical Source" ;
rdfs:comment "Denotes a logical source."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:ObjectMap a owl:Class ;
rdfs:label "Object Map" ;
rdfs:comment "Represents an object map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:TermMap .
rml:SubjectMap a owl:Class ;
rdfs:label "Subject Map" ;
rdfs:comment "Represents a subject map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:TermMap .
<http://w3id.org/rml/star/> a owl:Ontology ;
dcterms:contributor "Ana Iglesias Molina",
"Anastasia Dimou",
"David Chaves Fraga",
"Juli√°n Arenas Guerrero" ;
dcterms:created "2023-03-14" ;
dcterms:description "RML module for generating RDF-star graphs"@en ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:modified "2023-06-15" ;
dcterms:publisher <https://www.w3.org/community/kg-construct/> ;
dcterms:title "RML-star"@en ;
ns1:status "draft" ;
vann:preferredNamespacePrefix "rml" ;
vann:preferredNamespaceUri "http://w3id.org/rml/" ;
owl:versionIRI rml:star ;
owl:versionInfo "0.1.0" .
rml:Join a owl:Class ;
rdfs:label "Join" ;
rdfs:comment "Represents a join condition."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:Source a owl:Class ;
rdfs:label "Source" ;
rdfs:comment "Denotes a source."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:Compression a owl:Class ;
rdfs:label "compression class" ;
rdfs:comment "Represents file compression schemes."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
rml:Input a owl:Class ;
rdfs:label "Input" ;
rdfs:comment "Represents a input for an execution."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/fnml/> .
rml:ReferenceFormulation a owl:Class ;
rdfs:label "Reference Formulation" ;
rdfs:comment "Denotes a Reference Formulation."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/io/> .
<http://w3id.org/rml/cc/> a owl:Ontology ;
dcterms:contributor "Ana Iglesias Molina",
"Christophe Debruyne",
"Franck Michel" ;
dcterms:created "2023-03-14" ;
dcterms:description "RML module to generate RDF collections and containers"@en ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:modified "2023-06-15" ;
dcterms:publisher <https://www.w3.org/community/kg-construct/> ;
dcterms:title "RML-Containers"@en ;
ns1:status "draft" ;
vann:preferredNamespacePrefix "rml" ;
vann:preferredNamespaceUri "http://w3id.org/rml/" ;
owl:versionIRI rml:cc ;
owl:versionInfo "0.1.0" .
rml:PredicateObjectMap a owl:Class ;
rdfs:label "Predicate Object Map" ;
rdfs:comment "Represents a predicate-object map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:TriplesMap a owl:Class ;
rdfs:label "Triples Map" ;
rdfs:comment "Represents a triples map."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:ExpressionMap a owl:Class ;
rdfs:label "Expression Map" ;
rdfs:comment "Represents an expression map"@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> .
rml:TermMap a owl:Class ;
rdfs:label "Term Map"@en ;
rdfs:comment "A function that generates any number of RDF terms from a logical source record."@en ;
rdfs:isDefinedBy <http://w3id.org/rml/core/> ;
rdfs:subClassOf rml:ExpressionMap .
<http://w3id.org/rml/fnml/> a owl:Ontology ;
dcterms:contributor "Ana Iglesias Molina",
"Ben de Meester",
"Samaneh Jozashoori" ;
dcterms:created "2023-03-14" ;
dcterms:description "RML-FNML provides data transformations for generating knowledge graphs from (semi-)structured data"@en ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:modified "2023-06-15" ;
dcterms:publisher <https://www.w3.org/community/kg-construct/> ;
dcterms:title "RML-FNML"@en ;
ns1:status "draft" ;
vann:preferredNamespacePrefix "rml" ;
vann:preferredNamespaceUri "http://w3id.org/rml/" ;
owl:versionIRI rml:fnml ;
owl:versionInfo "0.1.0" .
<http://w3id.org/rml/io/> a owl:Ontology ;
dcterms:contributor "Ana Iglesias Molina",
"Anastasia Dimou",
"Dylan Van Assche",
"Pano Maria" ;
dcterms:created "2023-03-14" ;
dcterms:description "RML-IO enables the description of input data sources and target output data serialization "@en ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:modified "2023-06-15" ;
dcterms:publisher <https://www.w3.org/community/kg-construct/> ;
dcterms:title "RML-IO: Source and Target"@en ;
ns1:status "draft" ;
vann:preferredNamespacePrefix "rml" ;
vann:preferredNamespaceUri "http://w3id.org/rml/" ;
owl:versionIRI rml:io ;
owl:versionInfo "0.1.0" .
<http://w3id.org/rml/core/> a owl:Ontology ;
dcterms:contributor "Ana Iglesias Molina",
"Anastasia Dimou",
"Ben de Meester",
"Christophe Debruyne",
"David Chaves Fraga",
"Dylan Van Assche",
"Franck Michel",
"Juli√°n Arenas Guerrero",
"Pano Maria",
"Samaneh Jozashoori" ;
dcterms:created "2023-03-14" ;
dcterms:description "Generic Mapping Language for RDF (RDB/CSV/TSV/XML/JSON/... to RDF) - Vocabulary description"@en ;
dcterms:license <http://purl.org/NET/rdflicense/cc-by4.0> ;
dcterms:modified "2023-06-15" ;
dcterms:publisher <https://www.w3.org/community/kg-construct/> ;
dcterms:title "RML: Generic Mapping Language for RDF"@en ;
ns1:status "draft" ;
vann:preferredNamespacePrefix "rml" ;
vann:preferredNamespaceUri "http://w3id.org/rml/" ;
owl:versionIRI <http://w3id.org/rml/core/> ;
owl:versionInfo "0.1.0" .