http://rdfa.info/test-suite/test-cases/rdfa1.1-lite/html5/manifest#0307
Definitions
github.com/rdfa/rdfa.github.io
Git Branch (master)
- Test Manifest File
- test-suite/test-cases/rdfa1.1-lite/html5/manifest.ttl
- Name
- Test 0307: role attribute with term and no id
- Type
- PositiveEvaluationTest
- Description
-
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1-lite/html5/manifest> . @prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . @prefix rdfatest: <http://rdfa.info/vocabs/rdfa-test#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix test: <http://www.w3.org/2006/03/test-description#> . <#0307> a rdfatest:PositiveEvaluationTest ; rdfs:comment "When role is specified along with an id the appropriate triple is created." ; mf:action <0307.html> ; mf:name "Test 0307: role attribute with term and no id" ; mf:result <0307.ttl> ; test:classification test:required ; test:specificationReference "\n http://www.w3.org/TR/role-attribute/#using-role-in-conjunction-with-rdfa\n says 'if @id is present, it is used to supply the subject...'\n " .