Skip to content

Commit c0c5902

Browse files
committed
fix: Update ontology files to include rml:FilePath
1 parent 7850c2b commit c0c5902

8 files changed

Lines changed: 1668 additions & 122 deletions

File tree

ontology/documentation/index-en.html

Lines changed: 1432 additions & 34 deletions
Large diffs are not rendered by default.

ontology/documentation/ontology.jsonld

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
}, {
1212
"@id" : "_:genid10",
1313
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
14+
"http://www.w3.org/2002/07/owl#unionOf" : [ {
15+
"@list" : [ {
16+
"@id" : "http://w3id.org/rml/FilePath"
17+
}, {
18+
"@id" : "http://w3id.org/rml/RelativePath"
19+
} ]
20+
} ]
21+
}, {
22+
"@id" : "_:genid13",
23+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
1424
"http://www.w3.org/2002/07/owl#unionOf" : [ {
1525
"@list" : [ {
1626
"@id" : "http://w3id.org/rml/CurrentWorkingDirectory"
@@ -21,7 +31,7 @@
2131
} ]
2232
} ]
2333
}, {
24-
"@id" : "_:genid14",
34+
"@id" : "_:genid17",
2535
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
2636
"http://www.w3.org/2002/07/owl#unionOf" : [ {
2737
"@list" : [ {
@@ -31,7 +41,7 @@
3141
} ]
3242
} ]
3343
}, {
34-
"@id" : "_:genid17",
44+
"@id" : "_:genid20",
3545
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
3646
"http://www.w3.org/2002/07/owl#unionOf" : [ {
3747
"@list" : [ {
@@ -40,6 +50,16 @@
4050
"@id" : "http://w3id.org/rml/Target"
4151
} ]
4252
} ]
53+
}, {
54+
"@id" : "_:genid23",
55+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
56+
"http://www.w3.org/2002/07/owl#unionOf" : [ {
57+
"@list" : [ {
58+
"@id" : "http://w3id.org/rml/FilePath"
59+
}, {
60+
"@id" : "http://w3id.org/rml/LogicalSource"
61+
} ]
62+
} ]
4363
}, {
4464
"@id" : "_:genid4",
4565
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
@@ -160,6 +180,19 @@
160180
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
161181
"@value" : "Encoding class"
162182
} ]
183+
}, {
184+
"@id" : "http://w3id.org/rml/FilePath",
185+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
186+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
187+
"@language" : "en",
188+
"@value" : "Denotes a file's path location."
189+
} ],
190+
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
191+
"@id" : "http://w3id.org/rml/io/"
192+
} ],
193+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
194+
"@value" : "File Path"
195+
} ]
163196
}, {
164197
"@id" : "http://w3id.org/rml/JSONPath",
165198
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
@@ -453,6 +486,8 @@
453486
"@value" : "Dylan Van Assche"
454487
}, {
455488
"@value" : "Pano Maria"
489+
}, {
490+
"@value" : "Sitt Min Oo"
456491
} ],
457492
"http://purl.org/dc/terms/created" : [ {
458493
"@value" : "2023-03-14"
@@ -607,7 +642,7 @@
607642
"@value" : "Denotes the path to a source or target resource."
608643
} ],
609644
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
610-
"@id" : "http://w3id.org/rml/LogicalSource"
645+
"@id" : "_:genid23"
611646
} ],
612647
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
613648
"@id" : "http://w3id.org/rml/io/"
@@ -626,7 +661,7 @@
626661
"@value" : "Defines the root of the relative path."
627662
} ],
628663
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
629-
"@id" : "http://w3id.org/rml/RelativePath"
664+
"@id" : "_:genid10"
630665
} ],
631666
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy" : [ {
632667
"@id" : "http://w3id.org/rml/io/"
@@ -635,7 +670,7 @@
635670
"@value" : "root"
636671
} ],
637672
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
638-
"@id" : "_:genid10"
673+
"@id" : "_:genid13"
639674
} ]
640675
}, {
641676
"@id" : "http://w3id.org/rml/serialization",
@@ -673,7 +708,7 @@
673708
"@value" : "source"
674709
} ],
675710
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
676-
"@id" : "_:genid14"
711+
"@id" : "_:genid17"
677712
} ]
678713
}, {
679714
"@id" : "http://w3id.org/rml/target",
@@ -692,10 +727,10 @@
692727
"@value" : "target"
693728
} ],
694729
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
695-
"@id" : "_:genid17"
730+
"@id" : "_:genid20"
696731
} ]
697732
}, {
698-
"@id" : "http://w3id.org/rml/targzip",
733+
"@id" : "http://w3id.org/rml/targz",
699734
"@type" : [ "http://www.w3.org/2002/07/owl#NamedIndividual" ],
700735
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
701736
"@id" : "http://w3id.org/rml/Compression"

ontology/documentation/ontology.nt

Lines changed: 56 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Anastasia Dimou" .
66
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Dylan Van Assche" .
77
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Pano Maria" .
8+
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/contributor> "Sitt Min Oo" .
89
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/created> "2023-03-14" .
910
<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 .
1011
<http://w3id.org/rml/io/> <http://purl.org/dc/terms/license> <http://purl.org/NET/rdflicense/cc-by4.0> .
@@ -138,19 +139,27 @@ _:genid7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/20
138139
#
139140
# http://w3id.org/rml/root
140141
<http://w3id.org/rml/root> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
141-
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/RelativePath> .
142-
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#range> _:genid10 .
143-
_:genid10 <http://www.w3.org/2002/07/owl#unionOf> _:genid13 .
144-
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid12 .
142+
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#domain> _:genid10 .
143+
_:genid10 <http://www.w3.org/2002/07/owl#unionOf> _:genid12 .
145144
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid11 .
146145
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
147-
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal> .
146+
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/RelativePath> .
148147
_:genid11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
149-
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/MappingDirectory> .
148+
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/FilePath> .
150149
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
151-
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/CurrentWorkingDirectory> .
152-
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
153150
_:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
151+
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#range> _:genid13 .
152+
_:genid13 <http://www.w3.org/2002/07/owl#unionOf> _:genid16 .
153+
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid15 .
154+
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid14 .
155+
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
156+
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/1999/02/22-rdf-syntax-ns#Literal> .
157+
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
158+
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/MappingDirectory> .
159+
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
160+
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/CurrentWorkingDirectory> .
161+
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
162+
_:genid13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
154163
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the root of the relative path."@en .
155164
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
156165
<http://w3id.org/rml/root> <http://www.w3.org/2000/01/rdf-schema#label> "root" .
@@ -166,31 +175,31 @@ _:genid10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2
166175
# http://w3id.org/rml/source
167176
<http://w3id.org/rml/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
168177
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalSource> .
169-
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#range> _:genid14 .
170-
_:genid14 <http://www.w3.org/2002/07/owl#unionOf> _:genid16 .
171-
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid15 .
172-
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
173-
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Source> .
174-
_:genid15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
175-
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/RelativePath> .
176-
_:genid16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
177-
_:genid14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
178-
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the source that describe the input data."@en .
179-
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
180-
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#label> "source" .
181-
#
182-
# http://w3id.org/rml/target
183-
<http://w3id.org/rml/target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
184-
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalTarget> .
185-
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#range> _:genid17 .
178+
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#range> _:genid17 .
186179
_:genid17 <http://www.w3.org/2002/07/owl#unionOf> _:genid19 .
187180
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid18 .
188181
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
189-
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Target> .
182+
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Source> .
190183
_:genid18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
191184
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/RelativePath> .
192185
_:genid19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
193186
_:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
187+
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the source that describe the input data."@en .
188+
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
189+
<http://w3id.org/rml/source> <http://www.w3.org/2000/01/rdf-schema#label> "source" .
190+
#
191+
# http://w3id.org/rml/target
192+
<http://w3id.org/rml/target> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
193+
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalTarget> .
194+
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#range> _:genid20 .
195+
_:genid20 <http://www.w3.org/2002/07/owl#unionOf> _:genid22 .
196+
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid21 .
197+
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
198+
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/Target> .
199+
_:genid21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
200+
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/RelativePath> .
201+
_:genid22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
202+
_:genid20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
194203
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#comment> "Defines the target that describe the output data."@en .
195204
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
196205
<http://w3id.org/rml/target> <http://www.w3.org/2000/01/rdf-schema#label> "target" .
@@ -229,7 +238,15 @@ _:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2
229238
#
230239
# http://w3id.org/rml/path
231240
<http://w3id.org/rml/path> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
232-
<http://w3id.org/rml/path> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/rml/LogicalSource> .
241+
<http://w3id.org/rml/path> <http://www.w3.org/2000/01/rdf-schema#domain> _:genid23 .
242+
_:genid23 <http://www.w3.org/2002/07/owl#unionOf> _:genid25 .
243+
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid24 .
244+
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
245+
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/LogicalSource> .
246+
_:genid24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
247+
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/rml/FilePath> .
248+
_:genid25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
249+
_:genid23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
233250
<http://w3id.org/rml/path> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
234251
<http://w3id.org/rml/path> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes the path to a source or target resource."@en .
235252
<http://w3id.org/rml/path> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
@@ -265,6 +282,12 @@ _:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2
265282
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
266283
<http://w3id.org/rml/Encoding> <http://www.w3.org/2000/01/rdf-schema#label> "Encoding class" .
267284
#
285+
# http://w3id.org/rml/FilePath
286+
<http://w3id.org/rml/FilePath> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
287+
<http://w3id.org/rml/FilePath> <http://www.w3.org/2000/01/rdf-schema#comment> "Denotes a file's path location."@en .
288+
<http://w3id.org/rml/FilePath> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
289+
<http://w3id.org/rml/FilePath> <http://www.w3.org/2000/01/rdf-schema#label> "File Path" .
290+
#
268291
# http://w3id.org/rml/LanguageMap
269292
#
270293
# http://w3id.org/rml/LogicalSource
@@ -405,12 +428,12 @@ _:genid17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2
405428
<http://w3id.org/rml/none> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
406429
<http://w3id.org/rml/none> <http://www.w3.org/2000/01/rdf-schema#label> "None" .
407430
#
408-
# http://w3id.org/rml/targzip
409-
<http://w3id.org/rml/targzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
410-
<http://w3id.org/rml/targzip> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
411-
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents TarGZip file compression."@en .
412-
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
413-
<http://w3id.org/rml/targzip> <http://www.w3.org/2000/01/rdf-schema#label> "TarGZip" .
431+
# http://w3id.org/rml/targz
432+
<http://w3id.org/rml/targz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
433+
<http://w3id.org/rml/targz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://w3id.org/rml/Compression> .
434+
<http://w3id.org/rml/targz> <http://www.w3.org/2000/01/rdf-schema#comment> "Represents TarGZip file compression."@en .
435+
<http://w3id.org/rml/targz> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://w3id.org/rml/io/> .
436+
<http://w3id.org/rml/targz> <http://www.w3.org/2000/01/rdf-schema#label> "TarGZip" .
414437
#
415438
# http://w3id.org/rml/tarxz
416439
<http://w3id.org/rml/tarxz> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .

ontology/documentation/ontology.owl

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<terms:contributor>Anastasia Dimou</terms:contributor>
2020
<terms:contributor>Dylan Van Assche</terms:contributor>
2121
<terms:contributor>Pano Maria</terms:contributor>
22+
<terms:contributor>Sitt Min Oo</terms:contributor>
2223
<terms:created>2023-03-14</terms:created>
2324
<terms:description xml:lang="en">RML-IO enables the description of input data sources and target output data serialization </terms:description>
2425
<terms:license rdf:resource="http://purl.org/NET/rdflicense/cc-by4.0"/>
@@ -239,7 +240,14 @@
239240

240241

241242
<owl:ObjectProperty rdf:about="http://w3id.org/rml/root">
242-
<rdfs:domain rdf:resource="http://w3id.org/rml/RelativePath"/>
243+
<rdfs:domain>
244+
<owl:Class>
245+
<owl:unionOf rdf:parseType="Collection">
246+
<rdf:Description rdf:about="http://w3id.org/rml/FilePath"/>
247+
<rdf:Description rdf:about="http://w3id.org/rml/RelativePath"/>
248+
</owl:unionOf>
249+
</owl:Class>
250+
</rdfs:domain>
243251
<rdfs:range>
244252
<owl:Class>
245253
<owl:unionOf rdf:parseType="Collection">
@@ -363,7 +371,14 @@
363371

364372

365373
<owl:DatatypeProperty rdf:about="http://w3id.org/rml/path">
366-
<rdfs:domain rdf:resource="http://w3id.org/rml/LogicalSource"/>
374+
<rdfs:domain>
375+
<owl:Class>
376+
<owl:unionOf rdf:parseType="Collection">
377+
<rdf:Description rdf:about="http://w3id.org/rml/FilePath"/>
378+
<rdf:Description rdf:about="http://w3id.org/rml/LogicalSource"/>
379+
</owl:unionOf>
380+
</owl:Class>
381+
</rdfs:domain>
367382
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
368383
<rdfs:comment xml:lang="en">Denotes the path to a source or target resource.</rdfs:comment>
369384
<rdfs:isDefinedBy rdf:resource="http://w3id.org/rml/io/"/>
@@ -424,6 +439,17 @@
424439

425440

426441

442+
<!-- http://w3id.org/rml/FilePath -->
443+
444+
445+
<owl:Class rdf:about="http://w3id.org/rml/FilePath">
446+
<rdfs:comment xml:lang="en">Denotes a file&apos;s path location.</rdfs:comment>
447+
<rdfs:isDefinedBy rdf:resource="http://w3id.org/rml/io/"/>
448+
<rdfs:label>File Path</rdfs:label>
449+
</owl:Class>
450+
451+
452+
427453
<!-- http://w3id.org/rml/LanguageMap -->
428454

429455

@@ -675,10 +701,10 @@
675701

676702

677703

678-
<!-- http://w3id.org/rml/targzip -->
704+
<!-- http://w3id.org/rml/targz -->
679705

680706

681-
<owl:NamedIndividual rdf:about="http://w3id.org/rml/targzip">
707+
<owl:NamedIndividual rdf:about="http://w3id.org/rml/targz">
682708
<rdf:type rdf:resource="http://w3id.org/rml/Compression"/>
683709
<rdfs:comment xml:lang="en">Represents TarGZip file compression.</rdfs:comment>
684710
<rdfs:isDefinedBy rdf:resource="http://w3id.org/rml/io/"/>

0 commit comments

Comments
 (0)