http://rdfa.info/test-suite/test-cases/rdfa1.1/html5-invalid/manifest#0285
Definitions
github.com/rdfa/rdfa.github.io
Git Branch (master)
- Test Manifest File
- test-suite/test-cases/rdfa1.1/html5-invalid/manifest.ttl
- Name
- Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language
- Type
- PositiveEvaluationTest
- Description
-
resource.ttl
@base <http://rdfa.info/test-suite/test-cases/rdfa1.1/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#> . <#0285> a rdfatest:PositiveEvaluationTest ; rdfs:comment "If no @datatype is specified and the value does not match a xsd:dateTime, xsd:date, or xsd:time pattern, a plain literal must be generated with the associated language of the node, if available." ; mf:action <0285.html> ; mf:name "Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language" ; mf:result <0285.ttl> ; test:classification test:required ; test:specificationReference "HTML+RDFa 1.1 3.1" .