Skip to content

Commit ff9c4fa

Browse files
committed
RDF 1.2 RDF/XML Initial Text Direction, Triple Terms, and Annotations.
1 parent b211170 commit ff9c4fa

Some content is hidden

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

54 files changed

+1316
-0
lines changed

rdf/rdf11/rdf-xml/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,6 +3166,31 @@ <h2>
31663166
</dd>
31673167
</dl>
31683168
</dd>
3169+
<dt id='rdfms-reification-required-test002'>
3170+
<a class='testlink' href='#rdfms-reification-required-test002'>
3171+
rdfms-reification-required-test002:
3172+
</a>
3173+
<span about='#rdfms-reification-required-test002' property='mf:name'>rdfms-reification-required-test002</span>
3174+
</dt>
3175+
<dd inlist='true' property='mf:entry' resource='#rdfms-reification-required-test002' typeof='rdft:TestXMLEval'>
3176+
<div property='rdfs:comment'>
3177+
<p>A parser must generate inside of other reifications</p>
3178+
</div>
3179+
<dl class='test-detail'>
3180+
<dt>type</dt>
3181+
<dd>rdft:TestXMLEval</dd>
3182+
<dt>approval</dt>
3183+
<dd property='mf:approval' resource='rdft:Approved'>rdft:Approved</dd>
3184+
<dt>action</dt>
3185+
<dd>
3186+
<a href='rdfms-reification-required/test002.rdf' property='mf:action'>rdfms-reification-required/test002.rdf</a>
3187+
</dd>
3188+
<dt>result</dt>
3189+
<dd>
3190+
<a href='rdfms-reification-required/test002.nt' property='mf:result'>rdfms-reification-required/test002.nt</a>
3191+
</dd>
3192+
</dl>
3193+
</dd>
31693194
<dt id='rdfms-seq-representation-test001'>
31703195
<a class='testlink' href='#rdfms-seq-representation-test001'>
31713196
rdfms-seq-representation-test001:

rdf/rdf12/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ <h2>
9696
<li>
9797
<a href='rdf-trig/index.html' inlist='true' property='mf:include'>rdf-trig/</a>
9898
</li>
99+
<li>
100+
<a href='rdf-xml/index.html' inlist='true' property='mf:include'>rdf-xml/</a>
101+
</li>
99102
</ul>
100103
</div>
101104
<footer>

rdf/rdf12/manifest.ttl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ trs:manifest rdf:type mf:Manifest ;
3737
<rdf-semantics/manifest.ttl>
3838
<rdf-turtle/manifest.ttl>
3939
<rdf-trig/manifest.ttl>
40+
<rdf-xml/manifest.ttl>
4041
) .
4142

rdf/rdf12/rdf-xml/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
This README is for the W3C RDF-star Working Group's XML test suite.
2+
This test suite contains three kinds of tests:
3+
4+
* Positive evaluation (`rdft:TestXMLEval`) — a pair of an input XML file and referenced N-Triples file..
5+
* Negative syntax (`rdft:TestXMLNegativeSyntax`) — an input XML file with at least one syntax error.
6+
7+
The `manifest.ttl` files in this directory lists tests in the RDF-star WG's XML test suite.
8+
All tests have a name (`mf:name`) and an input (`mf:action`).
9+
10+
• An implementation passes an Evaluation test if it parses the input
11+
into a graph, parses the expected result into another graph, and
12+
those two graphs are isomorphic (see
13+
<http://www.w3.org/TR/rdf11-concepts/#graph-isomorphism>).
14+
* An implementation passes a negative syntax test if it fails to parse the input.
15+
16+
The home of the test suite is <https://w3c.github.io/rdf-tests/rdf/rdf12/rdf-xml/>.

0 commit comments

Comments
 (0)