http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5-invalid/manifest#0310
Definitions
github.com/rdfa/rdfa.github.io
Git Branch (master)
- Test Manifest File
- test-suite/test-cases/rdfa1.1-role/html5-invalid/manifest.ttl
- Name
- Test 0310: role attribute with multiple values
- Type
- PositiveEvaluationTest
- Description
-
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5-invalid/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#> . <#0310> a rdfatest:PositiveEvaluationTest ; rdfs:comment "The datatype permits multiple whitespace separated roles" ; mf:action <0310.html> ; mf:name "Test 0310: role attribute with multiple values" ; mf:result <0310.ttl> ; test:classification test:required ; test:specificationReference "\n http://www.w3.org/TR/role-attribute/#s_role_module_attributes\n says 'The role attribute takes as its value one or more whitespace separated TERMorCURIEorAbsIRIs'\n " .