File: html5-rdfa11-role-tests.ttl

package info (click to toggle)
librdf-rdfa-parser-perl 1.097-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,948 kB
  • sloc: perl: 6,582; makefile: 7; xml: 6; sh: 1
file content (103 lines) | stat: -rw-r--r-- 3,844 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dist: <http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/> .
@prefix earl: <http://www.w3.org/ns/earl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rrp: <tag:buzzword.org.uk,2012:RDF-RDFa-Parser:> .
@prefix test: <http://rdfa.info/vocabs/rdfa-test#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[] dc:date "2012-06-05T23:39:42Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		a earl:TestResult ;
		earl:outcome earl:passed
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0305.xhtml> .
[] dc:date "2012-06-05T23:39:43Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		a earl:TestResult ;
		earl:outcome earl:passed
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0306.xhtml> .
[] dc:date "2012-06-05T23:39:43Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		earl:outcome earl:passed ;
		a earl:TestResult
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0307.xhtml> .
[] dc:date "2012-06-05T23:39:43Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		earl:outcome earl:passed ;
		a earl:TestResult
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0308.xhtml> .
[] dc:date "2012-06-05T23:39:43Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		a earl:TestResult ;
		earl:outcome earl:passed
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0309.xhtml> .
[] dc:date "2012-06-05T23:39:43Z"^^xsd:dateTime ;
	a earl:Assertion ;
	earl:assertedBy rrp:xt ;
	earl:mode earl:automatic ;
	earl:result [
		a earl:TestResult ;
		earl:outcome earl:passed
	] ;
	earl:subject dist:v_1-097 ;
	earl:test <http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0310.xhtml> .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0305.xhtml> dc:identifier "0305" ;
	dc:title "role attribute with explicit id and term" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0306.xhtml> dc:identifier "0306" ;
	dc:title "role attribute with explicit base id and term" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0307.xhtml> dc:identifier "0307" ;
	dc:title "role attribute with term and no id" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0308.xhtml> dc:identifier "0308" ;
	dc:title "role attribute with explicit id and IRI as object" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0309.xhtml> dc:identifier "0309" ;
	dc:title "role attribute with explicit id and CURIE as object" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
<http://rdfa.info/test-suite/test-cases/rdfa1.1-role/html5/0310.xhtml> dc:identifier "0310" ;
	dc:title "role attribute with multiple values" ;
	test:hostLanguage "html5" ;
	test:rdfaVersion "1.1-role" ;
	a earl:TestCase .
rrp:xt a earl:Software ;
	foaf:name "RDF-RDFa-Parser Author Tests" ;
	foaf:page <https://bitbucket.org/tobyink/p5-rdf-rdfa-parser/src/tip/xt> .