Skip to content

Commit b2e0c1a

Browse files
gkelloggpchampin
andauthored
Adds directional language-tagged string tests … (#209)
* Adds directional language-tagged string tests based on opaque-language-string and opaque-language-string-control. Fixes #199. * Mark more opaque-literal tests as using "simple" entailment, rather than "RDF". * Fix some manifest and template issues. --------- Co-authored-by: gkellogg <[email protected]> Co-authored-by: Pierre-Antoine Champin <[email protected]>
1 parent a71f19b commit b2e0c1a

26 files changed

+946
-169
lines changed

rdf/rdf11/rdf-mt/index.html

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

rdf/rdf11/rdf-mt/template.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
%dt="approval"
133133
%dd{property: "mf:approval", resource: test['approval']}<~test['approval']
134134
%dt="entailmentRegime"
135-
%dd{property: "mf:entailmentRegime"}<~test['entailmentRegime']
135+
%dd{property: "mf:entailmentRegime"}<~test['mf:entailmentRegime']
136136
%dt="recognizedDatatypes"
137137
%dd
138138
- if Array(test['recognizedDatatypes']).empty?

rdf/rdf12/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -67,7 +67,7 @@ <h2 id='abstract'>Abstract</h2>
6767
</p>
6868
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6969
Conformance for RDF 1.2 requires conforming with tests in this test suite
70-
along with the relevant RDF 1.2 tests.</p>
70+
along with the relevant RDF 1.1 tests.</p>
7171
<h3 id='contributing-tests'>Contributing Tests</h3>
7272
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7373
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-quads/c14n/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -67,7 +67,7 @@ <h2 id='abstract'>Abstract</h2>
6767
</p>
6868
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6969
Conformance for RDF 1.2 requires conforming with tests in this test suite
70-
along with the relevant RDF 1.2 tests.</p>
70+
along with the relevant RDF 1.1 tests.</p>
7171
<h3 id='contributing-tests'>Contributing Tests</h3>
7272
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7373
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-quads/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -67,7 +67,7 @@ <h2 id='abstract'>Abstract</h2>
6767
</p>
6868
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6969
Conformance for RDF 1.2 requires conforming with tests in this test suite
70-
along with the relevant RDF 1.2 tests.</p>
70+
along with the relevant RDF 1.1 tests.</p>
7171
<h3 id='contributing-tests'>Contributing Tests</h3>
7272
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7373
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-quads/syntax/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -64,7 +64,7 @@ <h1 property='rdfs:label'>RDF 1.2 N-Quads Syntax Tests</h1>
6464
<h2 id='abstract'>Abstract</h2>
6565
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6666
Conformance for RDF 1.2 requires conforming with tests in this test suite
67-
along with the relevant RDF 1.2 tests.</p>
67+
along with the relevant RDF 1.1 tests.</p>
6868
<h3 id='contributing-tests'>Contributing Tests</h3>
6969
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7070
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-triples/c14n/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -67,7 +67,7 @@ <h2 id='abstract'>Abstract</h2>
6767
</p>
6868
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6969
Conformance for RDF 1.2 requires conforming with tests in this test suite
70-
along with the relevant RDF 1.2 tests.</p>
70+
along with the relevant RDF 1.1 tests.</p>
7171
<h3 id='contributing-tests'>Contributing Tests</h3>
7272
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7373
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-triples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -67,7 +67,7 @@ <h2 id='abstract'>Abstract</h2>
6767
</p>
6868
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6969
Conformance for RDF 1.2 requires conforming with tests in this test suite
70-
along with the relevant RDF 1.2 tests.</p>
70+
along with the relevant RDF 1.1 tests.</p>
7171
<h3 id='contributing-tests'>Contributing Tests</h3>
7272
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7373
<h3 id='distribution'>Distribution</h3>

rdf/rdf12/rdf-n-triples/syntax/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
dl.test-detail>dt:after {content: ": "}
2424
dl.test-detail>dd {
25-
margin: 0 0 0 110px;
25+
margin: 0 0 0 210px;
2626
padding: 0 0 0.5em 0;
2727
}
2828
dl.test-description>dt {margin-top: 2em;}
@@ -64,7 +64,7 @@ <h1 property='rdfs:label'>RDF 1.2 N-Triples Syntax Tests</h1>
6464
<h2 id='abstract'>Abstract</h2>
6565
<p>This page describes W3C RDF &amp; SPARQL Working Group's test suite for RDF 1.2.
6666
Conformance for RDF 1.2 requires conforming with tests in this test suite
67-
along with the relevant RDF 1.2 tests.</p>
67+
along with the relevant RDF 1.1 tests.</p>
6868
<h3 id='contributing-tests'>Contributing Tests</h3>
6969
<p>The test manifests and entries are built automatically from <a href="manifest.ttl">manifest.ttl</a> using a Rake task. Tests may be contributed via pull request to <a href="https://github.com/w3c/rdf-tests">https://github.com/w3c/rdf-tests</a> with suitable changes to the <a href="manifest.ttl">manifest.ttl</a> and referenced files.</p>
7070
<h3 id='distribution'>Distribution</h3>

0 commit comments

Comments
 (0)