Skip to content

Commit 6b9a454

Browse files
committed
Add some missing tests.
1 parent ade8270 commit 6b9a454

787 files changed

Lines changed: 15447 additions & 2201 deletions

File tree

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/0059.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
33
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
44

5-
<http://rdfa.info/test-suite/test-cases/rdfa1.0/html4> dc11:creator <http://www.example.org/#fabien>,
6-
<http://www.example.org/#manu>;
7-
dc11:publisher <http://www.example.org/#fabien>,
8-
<http://www.example.org/#manu> .
5+
<http://rdfa.info/test-suite/test-cases/rdfa1.0/html4> dc11:creator <http://www.example.org/#manu>,
6+
<http://www.example.org/#fabien>;
7+
dc11:publisher <http://www.example.org/#manu>,
8+
<http://www.example.org/#fabien> .
99

1010
<http://www.example.org/#fabien> foaf:name "Fabien Gandon" .
1111

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
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 [ a foaf:Person],
9-
"Ivan Herman"
8+
foaf:name "Ivan Herman", [ a foaf:Person]
109
] .

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:name "Dan Brickley" .
88

9-
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>, [
9+
<http://www.example.org/#somebody> foaf:knows [
1010
foaf:knows <http://www.example.org/#somebody>;
1111
foaf:mailbox <mailto:ivan@w3.org>;
1212
foaf:name "Ivan Herman"
13-
] .
13+
],
14+
<http://danbri.org/foaf.rdf#danbri> .

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<http://www.example.org/#ben> foaf:knows [
44
a foaf:Person;
5-
foaf:name "Mark Birbeck"
5+
foaf:name "Ivan Herman"
66
], [
77
a foaf:Person;
8-
foaf:name "Ivan Herman"
8+
foaf:name "Mark Birbeck"
99
] .

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@prefix dc: <http://purl.org/dc/elements/1.1/> .
22
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
33

4-
<http://rdfa.info/test-suite/test-cases/rdfa1.0/xhtml1> dc:creator <http://www.example.org/#fabien>,
5-
<http://www.example.org/#manu>;
6-
dc:publisher <http://www.example.org/#fabien>,
7-
<http://www.example.org/#manu> .
4+
<http://rdfa.info/test-suite/test-cases/rdfa1.0/xhtml1> dc:creator <http://www.example.org/#manu>,
5+
<http://www.example.org/#fabien>;
6+
dc:publisher <http://www.example.org/#manu>,
7+
<http://www.example.org/#fabien> .
88

99
<http://www.example.org/#fabien> foaf:name "Fabien Gandon" .
1010

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
22

3-
<http://www.example.org/#somebody> foaf:knows <http://danbri.org/foaf.rdf#danbri>, [
3+
<http://www.example.org/#somebody> foaf:knows [
44
foaf:mailbox <mailto:ivan@w3.org>;
55
foaf:name "Ivan Herman"
6-
] .
6+
],
7+
<http://danbri.org/foaf.rdf#danbri> .
78

89
<http://danbri.org/foaf.rdf#danbri> a foaf:Person;
910
foaf:name "Dan Brickley" .

test-cases/rdfa1.0/xml/0059.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
33
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
44

5-
<http://rdfa.info/test-suite/test-cases/rdfa1.0/xml> dc11:creator <http://www.example.org/#fabien>,
6-
<http://www.example.org/#manu>;
7-
dc11:publisher <http://www.example.org/#fabien>,
8-
<http://www.example.org/#manu> .
5+
<http://rdfa.info/test-suite/test-cases/rdfa1.0/xml> dc11:creator <http://www.example.org/#manu>,
6+
<http://www.example.org/#fabien>;
7+
dc11:publisher <http://www.example.org/#manu>,
8+
<http://www.example.org/#fabien> .
99

1010
<http://www.example.org/#fabien> foaf:name "Fabien Gandon" .
1111

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
[
66
foaf:knows <http://www.example.org/#somebody>;
77
foaf:mailbox <mailto:ivan@w3.org>;
8-
foaf:name [ a foaf:Person],
9-
"Ivan Herman"
8+
foaf:name "Ivan Herman", [ a foaf:Person]
109
] .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd">
2+
<html version="HTML+RDFa 1.1" prefix="dc: http://purl.org/dc/elements/1.1/">
3+
<head>
4+
<title>Test 0015</title>
5+
<link rel="dc:source" href="urn:isbn:0140449132" />
6+
<meta property="dc:creator" content="Fyodor Dostoevsky" />
7+
</head>
8+
<body>
9+
<p></p>
10+
</body>
11+
</html>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
ASK WHERE {
2+
<http://rdfa.info/test-suite/test-cases/rdfa1.1-lite/html4/0015.html> <http://purl.org/dc/elements/1.1/creator> "Fyodor Dostoevsky" .
3+
<http://rdfa.info/test-suite/test-cases/rdfa1.1-lite/html4/0015.html> <http://purl.org/dc/elements/1.1/source> <urn:isbn:0140449132> .
4+
}

0 commit comments

Comments
 (0)