32
32
<#rdf-containers-syntax-vs-schema-test007>
33
33
<#rdf-containers-syntax-vs-schema-test008>
34
34
<#rdf-element-not-mandatory-test001>
35
+ <#rdf-node-element-test001>
35
36
<#rdf-ns-prefix-confusion-test0001>
36
37
<#rdf-ns-prefix-confusion-test0003>
37
38
<#rdf-ns-prefix-confusion-test0004>
148
149
<#rdfms-rdf-names-use-warn-002>
149
150
<#rdfms-rdf-names-use-warn-003>
150
151
<#rdfms-reification-required-test001>
152
+ <#rdfms-reification-required-test002>
151
153
<#rdfms-seq-representation-test001>
154
+ <#rdfms-seq-representation-test002>
152
155
<#rdfms-syntax-incomplete-test001>
153
156
<#rdfms-syntax-incomplete-test002>
154
157
<#rdfms-syntax-incomplete-test003>
173
176
<#unrecognised-xml-attributes-test001>
174
177
<#unrecognised-xml-attributes-test002>
175
178
<#xml-canon-test001>
179
+ <#xml-canon-test002>
176
180
<#xmlbase-test001>
177
181
<#xmlbase-test002>
178
182
<#xmlbase-test003>
@@ -354,11 +358,20 @@ properties that may be defined for a resource.
354
358
mf:action <rdf-element-not-mandatory/test001.rdf> ;
355
359
mf:result <rdf-element-not-mandatory/test001.nt> .
356
360
361
+ <#rdf-node-element-test001> a rdft:TestXMLEval;
362
+ mf:name " rdf-node-element-test001" ;
363
+ rdfs:comment """
364
+ A node element that does not use rdf:Description creates a type.
365
+ """ ;
366
+ rdft:approval rdft:Approved;
367
+ mf:action <rdf-node-element/test001.rdf> ;
368
+ mf:result <rdf-node-element/test001.nt> .
369
+
357
370
<#rdf-ns-prefix-confusion-test0001> a rdft:TestXMLEval;
358
371
mf:name " rdf-ns-prefix-confusion-test0001" ;
359
372
rdfs:comment """
360
373
RDF attributes that are required to have an rdf: prefix about
361
- aboutEach ID bagID type resource parseType
374
+ ID type resource parseType
362
375
""" ;
363
376
rdft:approval rdft:Approved;
364
377
mf:action <rdf-ns-prefix-confusion/test0001.rdf> ;
@@ -368,7 +381,7 @@ aboutEach ID bagID type resource parseType
368
381
mf:name " rdf-ns-prefix-confusion-test0003" ;
369
382
rdfs:comment """
370
383
RDF attributes that are required to have an rdf: prefix about
371
- aboutEach ID bagID type resource parseType
384
+ ID type resource parseType
372
385
""" ;
373
386
rdft:approval rdft:Approved;
374
387
mf:action <rdf-ns-prefix-confusion/test0003.rdf> ;
@@ -378,7 +391,7 @@ aboutEach ID bagID type resource parseType
378
391
mf:name " rdf-ns-prefix-confusion-test0004" ;
379
392
rdfs:comment """
380
393
RDF attributes that are required to have an rdf: prefix about
381
- aboutEach ID bagID type resource parseType
394
+ ID type resource parseType
382
395
""" ;
383
396
rdft:approval rdft:Approved;
384
397
mf:action <rdf-ns-prefix-confusion/test0004.rdf> ;
@@ -472,17 +485,15 @@ xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" attribute.
472
485
<#rdfms-abouteach-error001> a rdft:TestXMLNegativeSyntax;
473
486
mf:name " rdfms-abouteach-error001" ;
474
487
rdfs:comment """
475
- aboutEach removed from the RDF specifications. See URI above
476
- for further details.
488
+ aboutEach removed from the RDF specifications.
477
489
""" ;
478
490
rdft:approval rdft:Approved;
479
491
mf:action <rdfms-abouteach/error001.rdf> .
480
492
481
493
<#rdfms-abouteach-error002> a rdft:TestXMLNegativeSyntax;
482
494
mf:name " rdfms-abouteach-error002" ;
483
495
rdfs:comment """
484
- aboutEach removed from the RDF specifications. See URI above
485
- for further details.
496
+ aboutEach removed from the RDF specifications.
486
497
""" ;
487
498
rdft:approval rdft:Approved;
488
499
mf:action <rdfms-abouteach/error002.rdf> .
@@ -1432,6 +1443,15 @@ statements for all description elements.
1432
1443
mf:action <rdfms-reification-required/test001.rdf> ;
1433
1444
mf:result <rdfms-reification-required/test001.nt> .
1434
1445
1446
+ <#rdfms-reification-required-test002> a rdft:TestXMLEval;
1447
+ mf:name " rdfms-reification-required-test002" ;
1448
+ rdfs:comment """
1449
+ A parser must generate inside of other reifications
1450
+ """ ;
1451
+ rdft:approval rdft:Approved;
1452
+ mf:action <rdfms-reification-required/test002.rdf> ;
1453
+ mf:result <rdfms-reification-required/test002.nt> .
1454
+
1435
1455
<#rdfms-seq-representation-test001> a rdft:TestXMLEval;
1436
1456
mf:name " rdfms-seq-representation-test001" ;
1437
1457
rdfs:comment """
@@ -1442,6 +1462,15 @@ daml:collection.
1442
1462
mf:action <rdfms-seq-representation/test001.rdf> ;
1443
1463
mf:result <rdfms-seq-representation/test001.nt> .
1444
1464
1465
+ <#rdfms-seq-representation-test002> a rdft:TestXMLEval;
1466
+ mf:name " rdfms-seq-representation-test002" ;
1467
+ rdfs:comment """
1468
+ rdf:parseType="Collection" and rdf:ID.
1469
+ """ ;
1470
+ rdft:approval rdft:Approved;
1471
+ mf:action <rdfms-seq-representation/test002.rdf> ;
1472
+ mf:result <rdfms-seq-representation/test002.nt> .
1473
+
1445
1474
<#rdfms-syntax-incomplete-test001> a rdft:TestXMLEval;
1446
1475
mf:name " rdfms-syntax-incomplete-test001" ;
1447
1476
rdfs:comment """
@@ -1669,6 +1698,15 @@ ignored.
1669
1698
mf:action <xml-canon/test001.rdf> ;
1670
1699
mf:result <xml-canon/test001.nt> .
1671
1700
1701
+ <#xml-canon-test002> a rdft:TestXMLEval;
1702
+ mf:name " xml-canon-test002" ;
1703
+ rdfs:comment """
1704
+ Canonicalization of XMLLiterals with reification.
1705
+ """ ;
1706
+ rdft:approval rdft:Approved;
1707
+ mf:action <xml-canon/test002.rdf> ;
1708
+ mf:result <xml-canon/test002.nt> .
1709
+
1672
1710
<#xmlbase-test001> a rdft:TestXMLEval;
1673
1711
mf:name " xmlbase-test001" ;
1674
1712
rdfs:comment """
0 commit comments