Skip to content

Commit 5f7a3a7

Browse files
test-cases: adjust prefixes
Ontology merged, sync
1 parent b8dc4ed commit 5f7a3a7

File tree

67 files changed

+75
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+75
-194
lines changed

test-cases/RMLSTC0001a/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix enc: <http://w3id.org/rml/enc/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json>;
10-
rml:encoding enc:UTF-8;
8+
rml:encoding rml:UTF-8;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0001b/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix enc: <http://w3id.org/rml/enc/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json>;
10-
rml:encoding enc:UTF-16;
8+
rml:encoding rml:UTF-16;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0002a/mapping.ttl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
54
@base <http://example.com/rules/> .
@@ -11,7 +10,7 @@
1110
<#TriplesMap> a rml:TriplesMap;
1211
rml:logicalSource [ a rml:LogicalSource;
1312
rml:source <#DCATSourceAccess>;
14-
rml:referenceFormulation ql:JSONPath;
13+
rml:referenceFormulation rml:JSONPath;
1514
rml:iterator "$.[*]";
1615
];
1716
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0002b/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix comp: <http://w3id.org/rml/comp/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json.gz>;
10-
rml:compression comp:Gzip;
8+
rml:compression rml:gzip;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0002c/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix comp: <http://w3id.org/rml/comp/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json.zip>;
10-
rml:compression comp:Zip;
8+
rml:compression rml:zip;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0002d/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix comp: <http://w3id.org/rml/comp/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json.tar.xz>;
10-
rml:compression comp:TarXz;
8+
rml:compression rml:tarxz;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0002e/mapping.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix dcat: <http://www.w3.org/ns/dcat#> .
5-
@prefix comp: <http://w3id.org/rml/comp/> .
64
@base <http://example.com/rules/> .
75

86
<#DCATSourceAccess> a rml:Source, dcat:Distribution;
97
dcat:downloadURL <http://w3id.org/rml/resources/Friends.json.tar.gz>;
10-
rml:compression comp:TarGzip;
8+
rml:compression rml:targzip;
119
.
1210

1311
<#TriplesMap> a rml:TriplesMap;
1412
rml:logicalSource [ a rml:LogicalSource;
1513
rml:source <#DCATSourceAccess>;
16-
rml:referenceFormulation ql:JSONPath;
14+
rml:referenceFormulation rml:JSONPath;
1715
rml:iterator "$.[*]";
1816
];
1917
rml:subjectMap [ a rml:SubjectMap;

test-cases/RMLSTC0003/mapping.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix void: <http://rdfs.org/ns/void#> .
54
@base <http://example.com/rules/> .

test-cases/RMLSTC0004a/mapping.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix csvw: <http://www.w3.org/ns/dcat#> .
54
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

test-cases/RMLSTC0004b/mapping.ttl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@prefix rml: <http://w3id.org/rml/> .
2-
@prefix ql: <http://w3id.org/rml/ql/> .
32
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
43
@prefix csvw: <http://www.w3.org/ns/dcat#> .
54
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

0 commit comments

Comments
 (0)