Skip to content

Commit 2c98d5c

Browse files
committed
Align Turtle files with SPARQL files
1 parent de768af commit 2c98d5c

62 files changed

Lines changed: 204 additions & 94 deletions

Some content is hidden

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

test-cases/rdfa1.0/html4/0040.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://sw-app.org/img/mic_2006_03.jpg> <http://www.w3.org/1999/xhtml/vocab#alternate> <http://sw-app.org/img/mic_2007_01.jpg> .

test-cases/rdfa1.0/html4/0058.ttl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33

4-
<http://www.example.org/#ben> foaf:knows [ foaf:name [ a foaf:Person], [ a foaf:Person]] .
4+
<http://www.example.org/#ben> foaf:knows [
5+
a foaf:Person;
6+
foaf:name "Mark Birbeck"
7+
], [
8+
a foaf:Person;
9+
foaf:name "Ivan Herman"
10+
] .

test-cases/rdfa1.0/html4/0078.ttl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
44

5-
<http://www.example.org/#somebody> foaf:knows [
6-
foaf:mailbox <mailto:ivan@w3.org>;
7-
foaf:name "Ivan Herman", [ a foaf:Person]
8-
] .
5+
<http://www.example.org/#somebody> foaf:knows
6+
[ foaf:name "Ivan Herman";
7+
foaf:mailbox <mailto:ivan@w3.org> ],
8+
[ a foaf:Person;
9+
foaf:name "Mark Birbeck" ] .

test-cases/rdfa1.0/html4/0081.ttl

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
[
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:mailbox <mailto:ivan@w3.org>;
8-
foaf:name "Ivan Herman", [ a foaf:Person]
8+
foaf:name "Ivan Herman"
9+
] .
10+
[
11+
a foaf:Person;
12+
foaf:knows <http://www.example.org/#somebody>;
13+
foaf:name "Mark Birbeck"
914
] .

test-cases/rdfa1.0/html4/0082.ttl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
<http://www.example.org/#somebody> foaf:knows [
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:mailbox <mailto:ivan@w3.org>;
8-
foaf:name "Ivan Herman", [ a foaf:Person]
8+
foaf:name "Ivan Herman"
9+
], [
10+
a foaf:Person;
11+
foaf:knows <http://www.example.org/#somebody>;
12+
foaf:name "Mark Birbeck"
913
] .

test-cases/rdfa1.0/html4/0090.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
22

3-
<http://rdfa.info/test-suite/test-cases/rdfa1.0/html4/0090.html> xhv:license <http://creativecommons.org/licenses/by-nc-sa/2.0/> .
3+
<http://example.org/example.png> xhv:license <http://creativecommons.org/licenses/by-nc-sa/2.0/> .

test-cases/rdfa1.0/html4/0210.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
33

4-
<http://example.org/#me> foaf:name "Ivan Herman" .
4+
<http://example.org/#me> <http://www.example.com/wrong/foaf/uri/name> "Ivan Herman" .

test-cases/rdfa1.0/html4/0212.ttl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
2+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
23
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
34

4-
<http://www.example.org/> dc11:title "E = mc2: The Most Urgent Problem of Our Time" .
5+
<http://www.example.org/> dc11:title "E = mc<sup xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\">2</sup>: The Most Urgent Problem of Our Time"^^xsd:XMLLiteral .

test-cases/rdfa1.0/svg/0311.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/0063.xhtml> <http://www.w3.org/1999/xhtml/vocab#prev> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml1/0062.xhtml> .

test-cases/rdfa1.0/xhtml1/0211.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
<http://example.org/> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://xmlns.com/foaf/0.1/> .
2+
<http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .

0 commit comments

Comments
 (0)