<!DOCTYPE html>
<html lang='en'>
<head>
<meta content='text/html;charset=utf-8' http-equiv='Content-Type' />
<title>
RDFa 1.1 Processor Conformance
</title>
<script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script>
<script type='text/javascript'>
//<![CDATA[
var respecConfig = {
// extend the bibliography entries
localBiblio: {
"HTML-RDFA": "Manu Sporny. <cite><a href=\"http://www.w3.org/TR/2013/WD-html-rdfa-20130207/\">HTML+RDFa 1.1: Support for RDFa in HTML4 and HTML5.</a></cite> W3C Working Draft 07 February 2013. URL: <a href=\"http://www.w3.org/TR/2013/WD-html-rdfa-20130207/\">http://www.w3.org/TR/2013/WD-html-rdfa-20130207/</a>",
DOAP: "Ed Dumbill. <cite><a href=\"https://github.com/edumbill/doap/wiki\">Turtle: Terse RDF Triple Language.</a></cite> Community Specification. URL: <a href=\"https://github.com/edumbill/doap/wiki\">https://github.com/edumbill/doap/wiki</a>",
},
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "IR",
copyrightStart: "2010",
doRDFa: "1.1",
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "rdfa-earl",
subtitle: "EARL results from the HTML+RDFa 1.1 Test Suite",
// if you wish the publication date to be other than today, set this
publishDate: "2013/05/30",
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
//previousPublishDate: "2011-10-23",
//previousMaturity: "ED",
//previousDiffURI: "http://json-ld.org/spec/ED/json-ld-syntax/20111023/index.html",
//diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://rdfa.info/earl-reports/earl.html",
// if this is a LCWD, uncomment and set the end of its review period
// lcEnd: "2009-08-05",
// if you want to have extra CSS, append them to this list
// it is recommended that the respec.css stylesheet be kept
extraCSS: [
"http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"
],
// editors, add as many as you like
// only "name" is required
editors: [
{ name: "Gregg Kellogg", url: "http://greggkellogg.net/",
company: "Kellogg Associates", companyURL: "http://kellogg-assoc.com/" },
],
// authors, add as many as you like.
// This is optional, uncomment if you have authors as well as editors.
// only "name" is required. Same format as editors.
authors: [
{ name: "Gregg Kellogg", url: "http://greggkellogg.net/",
company: "Kellogg Associates", companyURL: "http://kellogg-assoc.com/" },
{ name: "Iván Herman", url: "http://www.w3.org/People/Ivan/",
company: "W3C", companyURL: "http://www.w3.org" },
{ name: "Manu Sporny", url: "http://digitalbazaar.com/",
company: "Digital Bazaar", companyURL: "http://digitalbazaar.com/" }
],
// name of the WG
wg: "RDF Web Applications Working Group",
// URI of the public WG page
wgURI: "http://www.w3.org/2010/02/rdfa",
// name (with the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-rdfa",
// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
// This is important for Rec-track documents, do not copy a patent URI from a random
// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
// Team Contact.
wgPatentURI: "http://www.w3.org/2004/01/pp-impl/44350/status",
maxTocLevel: 4,
//alternateFormats: [ {uri: "diff-20120112.html", label: "diff to previous version"} ],
};
//]]>
</script>
<style type='text/css'>
/*<![CDATA[*/
span[property='dc:description'] { display: none; }
td.PASS { color: green; }
td.FAIL { color: red; }
table.report {
border-width: 1px;
border-spacing: 2px;
border-style: outset;
border-color: gray;
border-collapse: separate;
background-color: white;
}
table.report th {
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
}
table.report td {
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
}
tr.summary {font-weight: bold;}
td.passed-all {color: green;}
td.passed-most {color: darkorange;}
td.passed-some {color: red;}
/*]]>*/
</style>
</head>
<body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# rdfatest: http://rdfa.info/vocabs/rdfa-test# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest# qt: http://www.w3.org/2001/sw/DataAccess/tests/test-query#'>
<section about='http://rdfa.info/test-suite/' id='abstract' typeof='["earl:Software", "doap:Project"]'>
<p>
This document reports processor conformance for [[RDFA-CORE]] and related specifications
according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
</p>
<p>
This document describes
<span property='doap:name'>RDFa Test Suite</span>
running at
<a href='http://rdfa.info/' property='doap:homepage'>http://rdfa.info/</a>
.
according to the requirements of the Evaluation and Report Language (EARL) 1.0 Schema [[EARL10-SCHEMA]].
</p>
<p>
This report is also available in alternate formats:
<a href='earl.ttl'>
Turtle
</a>
and
<a href='earl.jsonld'>
JSON-LD
</a>
</p>
</section>
<section id='sodt'></section>
<section>
<h1>
Test Manifests
</h1>
<section href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest' inlist='inlist' property='mf:entries' typeof='earl:Report mf:Manifest'>
<h2>HTML4+RDFa 1.1</h2>
<p>RDFa Core 1.1 [[RDFA-CORE]] defines core processing rules for independent of host language, and provides default processing rules for XML-based host languages.</p>
<p>The HTML4 [[HTML40]] RDFa Host Language is defined in [[HTML-RDFA]]. HTML+RDFa extends RDFa Core 1.1 [[RDFA-CORE]] with host-language specific processing rules.</p>
<table class='report'>
<tr>
<th>
Test
</th>
<th>
<a href='#clj_rdfa'>clj-rdfa</a>
</th>
<th>
<a href='#EasyRdf'>EasyRdf</a>
</th>
<th>
<a href='#Green_Turtle'>Green Turtle</a>
</th>
<th>
<a href='#librdfa'>librdfa</a>
</th>
<th>
<a href='#pyRdfa'>pyRdfa</a>
</th>
<th>
<a href='#RDF_RDFa_Parser'>RDF-RDFa-Parser</a>
</th>
<th>
<a href='#RDF__RDFa'>RDF::RDFa</a>
</th>
<th>
<a href='#Semargl'>Semargl</a>
</th>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0001'>
Test 0001: Predicate establishment with @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0006'>
Test 0006: @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0007'>
Test 0007: @rel, @rev, @property, @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0008'>
Test 0008: empty string @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0009'>
Test 0009: @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0010'>
Test 0010: @rel, @rev, @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0014'>
Test 0014: @datatype, xsd:integer
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0015'>
Test 0015: meta and link
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0017'>
Test 0017: Related blanknodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0018'>
Test 0018: @rel for predicate
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0019'>
Test 0019: @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0020'>
Test 0020: Inheriting @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0021'>
Test 0021: Subject inheritance with no @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0023'>
Test 0023: @id does not generate subjects
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0025'>
Test 0025: simple chaining test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0026'>
Test 0026: @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0027'>
Test 0027: @content, ignore element content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0029'>
Test 0029: markup stripping with @datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0030'>
Test 0030: omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0031'>
Test 0031: simple @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0032'>
Test 0032: @resource overrides @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0033'>
Test 0033: simple chaining test with bNode
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0034'>
Test 0034: simple img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0035'>
Test 0035: @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0036'>
Test 0036: @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0037'>
Test 0037: @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0038'>
Test 0038: @rev - img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0039'>
Test 0039: @rev - @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0041'>
Test 0041: @rev - @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0048'>
Test 0048: @typeof with @about and @rel present, no @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0049'>
Test 0049: @typeof with @about, no @rel or @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0050'>
Test 0050: @typeof without anything else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0051'>
Test 0051: @typeof with a single @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0052'>
Test 0052: @typeof with @resource and nothing else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0053'>
Test 0053: @typeof with @resource and nothing else, with a subelement
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0054'>
Test 0054: multiple @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0055'>
Test 0055: multiple @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0056'>
Test 0056: @typeof applies to @about on same element with hanging rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0057'>
Test 0057: hanging @rel creates multiple triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0059'>
Test 0059: multiple hanging @rels with multiple children
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0060'>
Test 0060: UTF-8 conformance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0063'>
Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0064'>
Test 0064: @about with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0065'>
Test 0065: @rel with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0066'>
Test 0066: @about with @typeof in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0067'>
Test 0067: @property in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0068'>
Test 0068: Relative URI in @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0069'>
Test 0069: Relative URI in @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0070'>
Test 0070: Relative URI in @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0071'>
Test 0071: No explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0072'>
Test 0072: Relative URI in @about (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0073'>
Test 0073: Relative URI in @resource (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0074'>
Test 0074: Relative URI in @href (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0075'>
Test 0075: Reserved word 'license' in @rel with no explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0079'>
Test 0079: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0080'>
Test 0080: @about overrides @resource in incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0083'>
Test 0083: multiple ways of handling incomplete triples (merged)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0084'>
Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0085'>
Test 0085: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0087'>
Test 0087: All reserved XHTML @rel values (with :xxx)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0088'>
Test 0088: Interpretation of the CURIE "_:"
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0089'>
Test 0089: @src sets a new subject (@typeof)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0091'>
Test 0091: Non-reserved, un-prefixed CURIE in @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0093'>
Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0099'>
Test 0099: Preservation of white space in literals
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0104'>
Test 0104: rdf:value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0106'>
Test 0106: chaining with empty value in inner @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0107'>
Test 0107: no garbage collecting bnodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0109'>
Test 0109: Tests to ensure @xml:base is ignored
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0110'>
Test 0110: bNode generated even though no nested @about exists
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0111'>
Test 0111: two bNodes generated after three levels of nesting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0112'>
Test 0112: plain literal with datatype=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0114'>
Test 0114: Relative URI dot-segment removal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0115'>
Test 0115: XML Entities must be supported by RDFa parser
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0117'>
Test 0117: Fragment identifiers stripped from BASE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0118'>
Test 0118: empty string "" is not equivalent to NULL - @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0119'>
Test 0119: "[prefix:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0120'>
Test 0120: "[:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0122'>
Test 0122: resource="[]" does not set the object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0126'>
Test 0126: Multiple @typeof values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0131'>
Test 0131: Whitespace alternatives in attributes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0134'>
Test 0134: Uppercase reserved words
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0140'>
Test 0140: Blank nodes identifiers are not allowed as predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0147'>
Test 0147: xmlns prefix 'xmlzzz' (reserved)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0174'>
Test 0174: Support single character prefix in CURIEs
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0175'>
Test 0175: IRI for @property is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0176'>
Test 0176: IRI for @rel and @rev is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0177'>
Test 0177: Test @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0178'>
Test 0178: Test @prefix with multiple mappings
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0179'>
Test 0179: Test @prefix vs @xmlns priority
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0180'>
Test 0180: Test @prefix with empty mapping
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0181'>
Test 0181: Test default XHTML vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0182'>
Test 0182: Test prefix locality
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0183'>
Test 0183: Test @xmlns redefines @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0186'>
Test 0186: @vocab after subject declaration
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0187'>
Test 0187: @vocab redefinition
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0188'>
Test 0188: @vocab only affects predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0189'>
Test 0189: @vocab overrides default term
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0190'>
Test 0190: Test term case insensitivity
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0196'>
Test 0196: Test process explicit XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0197'>
Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0206'>
Test 0206: Usage of Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0207'>
Test 0207: Vevent using @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0213'>
Test 0213: Datatype generation for a literal with XML content, version 1.1
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0214'>
Test 0214: Root element has implicit @about=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0216'>
Test 0216: Proper character encoding detection in spite of large headers
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0217'>
Test 0217: @vocab causes rdfa:usesVocabulary triple to be added
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0218'>
Test 0218: @inlist to create empty list
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0219'>
Test 0219: @inlist with literal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0220'>
Test 0220: @inlist with IRI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0221'>
Test 0221: @inlist with hetrogenious membership
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0222'>
Test 0222: @inlist with multi-level elements
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0223'>
Test 0223: @inlist with non-list property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0224'>
Test 0224: @inlist hanging @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0225'>
Test 0225: @inlist on different elements with same subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0226'>
Test 0226: confusion between multiple implicit collections (resource)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0227'>
Test 0227: confusion between multiple implicit collections (about)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0228'>
Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0229'>
Test 0229: img[@src] test with omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0230'>
Test 0230: @src does not set a new subject (@rel/@href)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0231'>
Test 0231: Set image license information
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0232'>
Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0233'>
Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0234'>
Test 0234: All defined HTML link relation values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0246'>
Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0247'>
Test 0247: Multiple incomplete triples, RDFa 1.1version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0248'>
Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0249'>
Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0250'>
Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0251'>
Test 0251: lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0252'>
Test 0252: lang inheritance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0253'>
Test 0253: plain literal with datatype="" and lang preservation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0254'>
Test 0254: @datatype="" generates plain literal in presence of child nodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0255'>
Test 0255: lang="" clears language setting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0257'>
Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0258'>
Test 0258: The underscore character is not allowed as a prefix or in xmlns
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0259'>
Test 0259: XML+RDFa Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0261'>
Test 0261: White space preservation in XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0262'>
Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0263'>
Test 0263: @property appearing on the html element yields the base as the subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0264'>
Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0265'>
Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0266'>
Test 0266: @property without @content or @datatype, typed object set by @href and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0267'>
Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0268'>
Test 0268: @property without @content or @datatype, typed object set by @src and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0269'>
Test 0269: Use of @property in HEAD without explicit subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0271'>
Test 0271: Use of @property in HEAD with explicit parent subject via @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0289'>
Test 0289: @href becomes subject when @property and @content are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0290'>
Test 0290: @href becomes subject when @property and @datatype are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0291'>
Test 0291: @href as subject overridden by @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0292'>
Test 0292: @about overriding @href as subject is used as parent resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0293'>
Test 0293: Testing the ':' character usage in a CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0295'>
Test 0295: Benchmark test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0296'>
Test 0296: @property does set parent object without @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0297'>
Test 0297: @about=[] with @typeof does not create a new subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0298'>
Test 0298: @about=[] with @typeof does not create a new object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0299'>
Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0300'>
Test 0300: @resource=[] with @href or @src uses @href or @src (@property)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0301'>
Test 0301: @property with @typeof creates a typed_resource for chaining
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0302'>
Test 0302: @typeof with different content types
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0303'>
Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0311'>
Test 0311: Ensure no triples are generated when @property is empty
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0318'>
Test 0318: Setting @vocab to empty strings removes default vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0319'>
Test 0319: Relative @profile
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0320'>
Test 0320: @property binds to @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0329'>
Test 0329: Recursive triple generation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0330'>
Test 0330: @datatype overrides inherited @lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0331'>
Test 0331: @datatype overrides inherited @lang, with @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr class='summary'>
<td>
Percentage passed out of 168 Tests
</td>
<td class='passed-most'>
99.4%
</td>
<td class='passed-most'>
98.8%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-some'>
94.6%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-most'>
95.8%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
</tr>
</tr>
</table>
</section>
<section href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest' inlist='inlist' property='mf:entries' typeof='earl:Report mf:Manifest'>
<h2>HTML5+RDFa 1.1</h2>
<p>RDFa Core 1.1 [[RDFA-CORE]] defines core processing rules for independent of host language, and provides default processing rules for XML-based host languages.</p>
<p>The HTML5 [[HTML5]] RDFa Host Language is defined in [[HTML-RDFA]]. HTML+RDFa extends RDFa Core 1.1 [[RDFA-CORE]] with host-language specific processing rules.</p>
<table class='report'>
<tr>
<th>
Test
</th>
<th>
<a href='#clj_rdfa'>clj-rdfa</a>
</th>
<th>
<a href='#EasyRdf'>EasyRdf</a>
</th>
<th>
<a href='#Green_Turtle'>Green Turtle</a>
</th>
<th>
<a href='#librdfa'>librdfa</a>
</th>
<th>
<a href='#pyRdfa'>pyRdfa</a>
</th>
<th>
<a href='#RDF_RDFa_Parser'>RDF-RDFa-Parser</a>
</th>
<th>
<a href='#RDF__RDFa'>RDF::RDFa</a>
</th>
<th>
<a href='#Semargl'>Semargl</a>
</th>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0001'>
Test 0001: Predicate establishment with @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0006'>
Test 0006: @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0007'>
Test 0007: @rel, @rev, @property, @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0008'>
Test 0008: empty string @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0009'>
Test 0009: @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0010'>
Test 0010: @rel, @rev, @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0014'>
Test 0014: @datatype, xsd:integer
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0015'>
Test 0015: meta and link
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0017'>
Test 0017: Related blanknodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0018'>
Test 0018: @rel for predicate
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0019'>
Test 0019: @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0020'>
Test 0020: Inheriting @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0021'>
Test 0021: Subject inheritance with no @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0023'>
Test 0023: @id does not generate subjects
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0025'>
Test 0025: simple chaining test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0026'>
Test 0026: @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0027'>
Test 0027: @content, ignore element content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0029'>
Test 0029: markup stripping with @datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0030'>
Test 0030: omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0031'>
Test 0031: simple @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0032'>
Test 0032: @resource overrides @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0033'>
Test 0033: simple chaining test with bNode
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0034'>
Test 0034: simple img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0035'>
Test 0035: @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0036'>
Test 0036: @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0037'>
Test 0037: @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0038'>
Test 0038: @rev - img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0039'>
Test 0039: @rev - @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0041'>
Test 0041: @rev - @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0048'>
Test 0048: @typeof with @about and @rel present, no @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0049'>
Test 0049: @typeof with @about, no @rel or @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0050'>
Test 0050: @typeof without anything else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0051'>
Test 0051: @typeof with a single @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0052'>
Test 0052: @typeof with @resource and nothing else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0053'>
Test 0053: @typeof with @resource and nothing else, with a subelement
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0054'>
Test 0054: multiple @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0055'>
Test 0055: multiple @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0056'>
Test 0056: @typeof applies to @about on same element with hanging rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0057'>
Test 0057: hanging @rel creates multiple triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0059'>
Test 0059: multiple hanging @rels with multiple children
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0060'>
Test 0060: UTF-8 conformance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0063'>
Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0064'>
Test 0064: @about with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0065'>
Test 0065: @rel with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0066'>
Test 0066: @about with @typeof in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0067'>
Test 0067: @property in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0068'>
Test 0068: Relative URI in @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0069'>
Test 0069: Relative URI in @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0070'>
Test 0070: Relative URI in @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0071'>
Test 0071: No explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0072'>
Test 0072: Relative URI in @about (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0073'>
Test 0073: Relative URI in @resource (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0074'>
Test 0074: Relative URI in @href (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0075'>
Test 0075: Reserved word 'license' in @rel with no explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0079'>
Test 0079: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0080'>
Test 0080: @about overrides @resource in incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0083'>
Test 0083: multiple ways of handling incomplete triples (merged)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0084'>
Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0085'>
Test 0085: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0087'>
Test 0087: All reserved XHTML @rel values (with :xxx)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0088'>
Test 0088: Interpretation of the CURIE "_:"
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0089'>
Test 0089: @src sets a new subject (@typeof)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0091'>
Test 0091: Non-reserved, un-prefixed CURIE in @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0093'>
Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0099'>
Test 0099: Preservation of white space in literals
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0104'>
Test 0104: rdf:value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0106'>
Test 0106: chaining with empty value in inner @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0107'>
Test 0107: no garbage collecting bnodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0109'>
Test 0109: Tests to ensure @xml:base is ignored
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0110'>
Test 0110: bNode generated even though no nested @about exists
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0111'>
Test 0111: two bNodes generated after three levels of nesting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0112'>
Test 0112: plain literal with datatype=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0114'>
Test 0114: Relative URI dot-segment removal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0115'>
Test 0115: XML Entities must be supported by RDFa parser
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0117'>
Test 0117: Fragment identifiers stripped from BASE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0118'>
Test 0118: empty string "" is not equivalent to NULL - @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0119'>
Test 0119: "[prefix:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0120'>
Test 0120: "[:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0122'>
Test 0122: resource="[]" does not set the object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0126'>
Test 0126: Multiple @typeof values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0131'>
Test 0131: Whitespace alternatives in attributes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0134'>
Test 0134: Uppercase reserved words
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0140'>
Test 0140: Blank nodes identifiers are not allowed as predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0147'>
Test 0147: xmlns prefix 'xmlzzz' (reserved)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0174'>
Test 0174: Support single character prefix in CURIEs
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0175'>
Test 0175: IRI for @property is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0176'>
Test 0176: IRI for @rel and @rev is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0177'>
Test 0177: Test @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0178'>
Test 0178: Test @prefix with multiple mappings
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0179'>
Test 0179: Test @prefix vs @xmlns priority
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0180'>
Test 0180: Test @prefix with empty mapping
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0181'>
Test 0181: Test default XHTML vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0182'>
Test 0182: Test prefix locality
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0183'>
Test 0183: Test @xmlns redefines @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0186'>
Test 0186: @vocab after subject declaration
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0187'>
Test 0187: @vocab redefinition
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0188'>
Test 0188: @vocab only affects predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0189'>
Test 0189: @vocab overrides default term
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0190'>
Test 0190: Test term case insensitivity
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0196'>
Test 0196: Test process explicit XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0197'>
Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0206'>
Test 0206: Usage of Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0207'>
Test 0207: Vevent using @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0213'>
Test 0213: Datatype generation for a literal with XML content, version 1.1
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0214'>
Test 0214: Root element has implicit @about=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0216'>
Test 0216: Proper character encoding detection in spite of large headers
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0217'>
Test 0217: @vocab causes rdfa:usesVocabulary triple to be added
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0218'>
Test 0218: @inlist to create empty list
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0219'>
Test 0219: @inlist with literal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0220'>
Test 0220: @inlist with IRI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0221'>
Test 0221: @inlist with hetrogenious membership
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0222'>
Test 0222: @inlist with multi-level elements
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0223'>
Test 0223: @inlist with non-list property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0224'>
Test 0224: @inlist hanging @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0225'>
Test 0225: @inlist on different elements with same subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0226'>
Test 0226: confusion between multiple implicit collections (resource)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0227'>
Test 0227: confusion between multiple implicit collections (about)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0228'>
Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0229'>
Test 0229: img[@src] test with omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0230'>
Test 0230: @src does not set a new subject (@rel/@href)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0231'>
Test 0231: Set image license information
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0232'>
Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0233'>
Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0234'>
Test 0234: All defined HTML link relation values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0246'>
Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0247'>
Test 0247: Multiple incomplete triples, RDFa 1.1version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0248'>
Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0249'>
Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0250'>
Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0251'>
Test 0251: lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0252'>
Test 0252: lang inheritance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0253'>
Test 0253: plain literal with datatype="" and lang preservation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0254'>
Test 0254: @datatype="" generates plain literal in presence of child nodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0255'>
Test 0255: lang="" clears language setting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0257'>
Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0258'>
Test 0258: The underscore character is not allowed as a prefix or in xmlns
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0259'>
Test 0259: XML+RDFa Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0261'>
Test 0261: White space preservation in XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0262'>
Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0263'>
Test 0263: @property appearing on the html element yields the base as the subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0264'>
Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0265'>
Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0266'>
Test 0266: @property without @content or @datatype, typed object set by @href and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0267'>
Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0268'>
Test 0268: @property without @content or @datatype, typed object set by @src and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0269'>
Test 0269: Use of @property in HEAD without explicit subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0271'>
Test 0271: Use of @property in HEAD with explicit parent subject via @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0272'>
Test 0272: time element with @datetime an xsd:date
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0273'>
Test 0273: time element with @datetime an xsd:time
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0274'>
Test 0274: time element with @datetime an xsd:dateTime
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0275'>
Test 0275: time element with value an xsd:date
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0276'>
Test 0276: time element with value an xsd:time
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0277'>
Test 0277: time element with value an xsd:dateTime
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0278'>
Test 0278: @content overrides @datetime
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0279'>
Test 0279: @datatype used with @datetime overrides default datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0280'>
Test 0280: time element with @datetime an xsd:duration
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0281'>
Test 0281: time element with @datetime an xsd:gYear
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0282'>
Test 0282: time element with @datetime an xsd:gYearMonth
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0283'>
Test 0283: time element with @datetime an invalid datatype generates plain literal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0284'>
Test 0284: time element not matching datatype but with explicit @datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0285'>
Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0287'>
Test 0287: time element with @datetime an xsd:dateTime with TZ offset
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0289'>
Test 0289: @href becomes subject when @property and @content are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0290'>
Test 0290: @href becomes subject when @property and @datatype are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0291'>
Test 0291: @href as subject overridden by @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0292'>
Test 0292: @about overriding @href as subject is used as parent resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0293'>
Test 0293: Testing the ':' character usage in a CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0295'>
Test 0295: Benchmark test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0296'>
Test 0296: @property does set parent object without @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0297'>
Test 0297: @about=[] with @typeof does not create a new subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0298'>
Test 0298: @about=[] with @typeof does not create a new object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0299'>
Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0300'>
Test 0300: @resource=[] with @href or @src uses @href or @src (@property)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0301'>
Test 0301: @property with @typeof creates a typed_resource for chaining
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0302'>
Test 0302: @typeof with different content types
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0303'>
Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0311'>
Test 0311: Ensure no triples are generated when @property is empty
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0312'>
Test 0312: Mute plain @rel if @property is present
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0315'>
Test 0315: @property and @typeof with incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0316'>
Test 0316: @property and @typeof with incomplete triples (@href variant)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0317'>
Test 0317: @datatype inhibits new @property behavior
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0318'>
Test 0318: Setting @vocab to empty strings removes default vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0319'>
Test 0319: Relative @profile
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0320'>
Test 0320: @property binds to @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0321'>
Test 0321: rdfa:copy to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0322'>
Test 0322: rdfa:copy for additional property value
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0323'>
Test 0323: Multiple references to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0324'>
Test 0324: Multiple references to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0325'>
Test 0325: Multiple references to rdfa:Pattern creating a resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0326'>
Test 0326: rdfa:Pattern removed only if referenced
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0327'>
Test 0327: rdfa:Pattern chaining
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0328'>
Test 0328: @content overrides the content of the time element.
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0329'>
Test 0329: Recursive triple generation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0330'>
Test 0330: @datatype overrides inherited @lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0331'>
Test 0331: @datatype overrides inherited @lang, with @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr class='summary'>
<td>
Percentage passed out of 195 Tests
</td>
<td class='passed-some'>
94.9%
</td>
<td class='passed-most'>
95.4%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-some'>
85.1%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-some'>
91.8%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
</tr>
</tr>
</table>
</section>
<section href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest' inlist='inlist' property='mf:entries' typeof='earl:Report mf:Manifest'>
<h2>HTML5+RDFa 1.1 Processor Graph</h2>
<p>RDFa Core 1.1 [[RDFA-CORE]] <cite><a href="http://www.w3.org/TR/rdfa-core/#processor-status">Processor Status</a></cite> is an optional RDFa feature used to add triples for reporting on errors, warnings and other information. The processor adds a <code>@rdfagraph</code> attribute to indicate if the processor should return the <em>output graph</em>, <em>processor graph</em>, or both.</p>
<p>The HTML5 [[HTML5]] RDFa Host Language is defined in [[HTML-RDFA]]. HTML+RDFa extends RDFa Core 1.1 [[RDFA-CORE]] with host-language specific processing rules.</p>
<table class='report'>
<tr>
<th>
Test
</th>
<th>
<a href='#pyRdfa'>pyRdfa</a>
</th>
<th>
<a href='#RDF__RDFa'>RDF::RDFa</a>
</th>
<th>
<a href='#Semargl'>Semargl</a>
</th>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0235' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0235'>
Test 0235: rdfagraph='processor' does not generate standard triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0235' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0235' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0235' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0237' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0237'>
Test 0237: rdfagraph='processor' with invalid SafeCURIE generates rdfa:Warning
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0237' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0237' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0237' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0238' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0238'>
Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0238' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0238' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0238' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0239' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0239'>
Test 0239: rdfagraph='processor' with undefined prefix generates rdfa:Warning
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0239' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0239' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0239' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0313' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0313'>
Test 0313: rdfagraph='processor' redefining an initial context prefix generates rdfa:PrefixRedefinition warning
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0313' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0313' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0313' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr class='summary'>
<td>
Percentage passed out of 5 Tests
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
</tr>
</tr>
</table>
</section>
<section href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest' inlist='inlist' property='mf:entries' typeof='earl:Report mf:Manifest'>
<h2>HTML5+RDFa 1.1 Vocabulary</h2>
<p>RDFa Core 1.1 [[RDFA-CORE]] <cite><a href="http://www.w3.org/TR/rdfa-core/#s_vocab_expansion">Vocabulary Expansion</a></cite> is an optional RDFa extension used to perform limited OWL and RDFS expansion of terms associated with a Vocabulary.</p>
<p>The HTML5 [[HTML5]] RDFa Host Language is defined in [[HTML-RDFA]]. HTML+RDFa extends RDFa Core 1.1 [[RDFA-CORE]] with host-language specific processing rules.</p>
<table class='report'>
<tr>
<th>
Test
</th>
<th>
<a href='#clj_rdfa'>clj-rdfa</a>
</th>
<th>
<a href='#pyRdfa'>pyRdfa</a>
</th>
<th>
<a href='#RDF__RDFa'>RDF::RDFa</a>
</th>
<th>
<a href='#Semargl'>Semargl</a>
</th>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0240'>
Test 0240: vocab_expansion='true' expands sub-property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0241'>
Test 0241: vocab_expansion='true' expands equivalent-property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0242'>
Test 0242: vocab_expansion='true' expands referenced equivalent-property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0243'>
Test 0243: vocab_expansion='true' expands sub-class
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0244'>
Test 0244: vocab_expansion='true' expands equivalent-class
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0245'>
Test 0245: vocab_expansion='true' expands referenced equivalent-class
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr class='summary'>
<td>
Percentage passed out of 6 Tests
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
</tr>
</tr>
</table>
</section>
<section href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest' inlist='inlist' property='mf:entries' typeof='earl:Report mf:Manifest'>
<h2>XHTML5+RDFa 1.1</h2>
<p>RDFa Core 1.1 [[RDFA-CORE]] defines core processing rules for independent of host language, and provides default processing rules for XML-based host languages.</p>
<p>The HTML5 [[HTML5]] RDFa Host Language is defined in [[HTML-RDFA]]. HTML+RDFa extends RDFa Core 1.1 [[RDFA-CORE]] with host-language specific processing rules.</p>
<table class='report'>
<tr>
<th>
Test
</th>
<th>
<a href='#clj_rdfa'>clj-rdfa</a>
</th>
<th>
<a href='#EasyRdf'>EasyRdf</a>
</th>
<th>
<a href='#Green_Turtle'>Green Turtle</a>
</th>
<th>
<a href='#librdfa'>librdfa</a>
</th>
<th>
<a href='#pyRdfa'>pyRdfa</a>
</th>
<th>
<a href='#RDF_RDFa_Parser'>RDF-RDFa-Parser</a>
</th>
<th>
<a href='#RDF__RDFa'>RDF::RDFa</a>
</th>
<th>
<a href='#Semargl'>Semargl</a>
</th>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0001'>
Test 0001: Predicate establishment with @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0006'>
Test 0006: @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0007'>
Test 0007: @rel, @rev, @property, @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0008'>
Test 0008: empty string @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0009'>
Test 0009: @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0010'>
Test 0010: @rel, @rev, @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0014'>
Test 0014: @datatype, xsd:integer
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0015'>
Test 0015: meta and link
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0017'>
Test 0017: Related blanknodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0018'>
Test 0018: @rel for predicate
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0019'>
Test 0019: @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0020'>
Test 0020: Inheriting @about for subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0021'>
Test 0021: Subject inheritance with no @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0023'>
Test 0023: @id does not generate subjects
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0025'>
Test 0025: simple chaining test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0026'>
Test 0026: @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0027'>
Test 0027: @content, ignore element content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0029'>
Test 0029: markup stripping with @datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0030'>
Test 0030: omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0031'>
Test 0031: simple @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0032'>
Test 0032: @resource overrides @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0033'>
Test 0033: simple chaining test with bNode
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0034'>
Test 0034: simple img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0035'>
Test 0035: @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0036'>
Test 0036: @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0037'>
Test 0037: @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0038'>
Test 0038: @rev - img[@src] test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0039'>
Test 0039: @rev - @src/@href test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0041'>
Test 0041: @rev - @src/@href/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0048'>
Test 0048: @typeof with @about and @rel present, no @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0049'>
Test 0049: @typeof with @about, no @rel or @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0050'>
Test 0050: @typeof without anything else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0051'>
Test 0051: @typeof with a single @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0052'>
Test 0052: @typeof with @resource and nothing else
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0053'>
Test 0053: @typeof with @resource and nothing else, with a subelement
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0054'>
Test 0054: multiple @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0055'>
Test 0055: multiple @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0056'>
Test 0056: @typeof applies to @about on same element with hanging rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0057'>
Test 0057: hanging @rel creates multiple triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0059'>
Test 0059: multiple hanging @rels with multiple children
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0060'>
Test 0060: UTF-8 conformance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0063'>
Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0064'>
Test 0064: @about with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0065'>
Test 0065: @rel with safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0066'>
Test 0066: @about with @typeof in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0067'>
Test 0067: @property in the head
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0068'>
Test 0068: Relative URI in @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0069'>
Test 0069: Relative URI in @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0070'>
Test 0070: Relative URI in @resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0071'>
Test 0071: No explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0072'>
Test 0072: Relative URI in @about (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0073'>
Test 0073: Relative URI in @resource (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0074'>
Test 0074: Relative URI in @href (with XHTML base in head)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0075'>
Test 0075: Reserved word 'license' in @rel with no explicit @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0079'>
Test 0079: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0080'>
Test 0080: @about overrides @resource in incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0083'>
Test 0083: multiple ways of handling incomplete triples (merged)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0084'>
Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0085'>
Test 0085: @resource and @href in completing incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0087'>
Test 0087: All reserved XHTML @rel values (with :xxx)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0088'>
Test 0088: Interpretation of the CURIE "_:"
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0089'>
Test 0089: @src sets a new subject (@typeof)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0091'>
Test 0091: Non-reserved, un-prefixed CURIE in @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0093'>
Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0099'>
Test 0099: Preservation of white space in literals
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0104'>
Test 0104: rdf:value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0106'>
Test 0106: chaining with empty value in inner @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0107'>
Test 0107: no garbage collecting bnodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0110'>
Test 0110: bNode generated even though no nested @about exists
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0111'>
Test 0111: two bNodes generated after three levels of nesting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0112'>
Test 0112: plain literal with datatype=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0114'>
Test 0114: Relative URI dot-segment removal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0115'>
Test 0115: XML Entities must be supported by RDFa parser
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0117'>
Test 0117: Fragment identifiers stripped from BASE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0118'>
Test 0118: empty string "" is not equivalent to NULL - @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0119'>
Test 0119: "[prefix:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0120'>
Test 0120: "[:]" CURIE format is valid
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0121'>
Test 0121: "[]" is a valid safe CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0122'>
Test 0122: resource="[]" does not set the object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0126'>
Test 0126: Multiple @typeof values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0131'>
Test 0131: Whitespace alternatives in attributes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0134'>
Test 0134: Uppercase reserved words
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0140'>
Test 0140: Blank nodes identifiers are not allowed as predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0147'>
Test 0147: xmlns prefix 'xmlzzz' (reserved)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0174'>
Test 0174: Support single character prefix in CURIEs
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0175'>
Test 0175: IRI for @property is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0176'>
Test 0176: IRI for @rel and @rev is allowed
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0177'>
Test 0177: Test @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0178'>
Test 0178: Test @prefix with multiple mappings
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0179'>
Test 0179: Test @prefix vs @xmlns priority
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0180'>
Test 0180: Test @prefix with empty mapping
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0181'>
Test 0181: Test default XHTML vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0182'>
Test 0182: Test prefix locality
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0183'>
Test 0183: Test @xmlns redefines @prefix
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0186'>
Test 0186: @vocab after subject declaration
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0187'>
Test 0187: @vocab redefinition
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0188'>
Test 0188: @vocab only affects predicates
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0189'>
Test 0189: @vocab overrides default term
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0190'>
Test 0190: Test term case insensitivity
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0196'>
Test 0196: Test process explicit XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0197'>
Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0198'>
Test 0198: datatype XMLLiteral with other embedded RDFa
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0206'>
Test 0206: Usage of Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0207'>
Test 0207: Vevent using @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0213'>
Test 0213: Datatype generation for a literal with XML content, version 1.1
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0214'>
Test 0214: Root element has implicit @about=""
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0216'>
Test 0216: Proper character encoding detection in spite of large headers
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0217'>
Test 0217: @vocab causes rdfa:usesVocabulary triple to be added
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0218'>
Test 0218: @inlist to create empty list
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0219'>
Test 0219: @inlist with literal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0220'>
Test 0220: @inlist with IRI
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0221'>
Test 0221: @inlist with hetrogenious membership
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0222'>
Test 0222: @inlist with multi-level elements
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0223'>
Test 0223: @inlist with non-list property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0224'>
Test 0224: @inlist hanging @rel
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0225'>
Test 0225: @inlist on different elements with same subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0226'>
Test 0226: confusion between multiple implicit collections (resource)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0227'>
Test 0227: confusion between multiple implicit collections (about)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0228'>
Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0229'>
Test 0229: img[@src] test with omitted @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0230'>
Test 0230: @src does not set a new subject (@rel/@href)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0231'>
Test 0231: Set image license information
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0232'>
Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0233'>
Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0234'>
Test 0234: All defined HTML link relation values
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0246'>
Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0247'>
Test 0247: Multiple incomplete triples, RDFa 1.1version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0248'>
Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0249'>
Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0250'>
Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0251'>
Test 0251: lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0252'>
Test 0252: lang inheritance
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0253'>
Test 0253: plain literal with datatype="" and lang preservation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0254'>
Test 0254: @datatype="" generates plain literal in presence of child nodes
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0255'>
Test 0255: lang="" clears language setting
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0256'>
Test 0256: lang and xml:lang on the same element
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0257'>
Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0258'>
Test 0258: The underscore character is not allowed as a prefix or in xmlns
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0259'>
Test 0259: XML+RDFa Initial Context
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0261'>
Test 0261: White space preservation in XMLLiteral
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0262'>
Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0263'>
Test 0263: @property appearing on the html element yields the base as the subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0264'>
Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0265'>
Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0266'>
Test 0266: @property without @content or @datatype, typed object set by @href and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0267'>
Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0268'>
Test 0268: @property without @content or @datatype, typed object set by @src and @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0269'>
Test 0269: Use of @property in HEAD without explicit subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0271'>
Test 0271: Use of @property in HEAD with explicit parent subject via @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0272'>
Test 0272: time element with @datetime an xsd:date
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0273'>
Test 0273: time element with @datetime an xsd:time
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0274'>
Test 0274: time element with @datetime an xsd:dateTime
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0275'>
Test 0275: time element with value an xsd:date
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0276'>
Test 0276: time element with value an xsd:time
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0277'>
Test 0277: time element with value an xsd:dateTime
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0278'>
Test 0278: @content overrides @datetime
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0279'>
Test 0279: @datatype used with @datetime overrides default datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0280'>
Test 0280: time element with @datetime an xsd:duration
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0281'>
Test 0281: time element with @datetime an xsd:gYear
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0282'>
Test 0282: time element with @datetime an xsd:gYearMonth
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0283'>
Test 0283: time element with @datetime an invalid datatype generates plain literal
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0284'>
Test 0284: time element not matching datatype but with explicit @datatype
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0285'>
Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0287'>
Test 0287: time element with @datetime an xsd:dateTime with TZ offset
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0289'>
Test 0289: @href becomes subject when @property and @content are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0290'>
Test 0290: @href becomes subject when @property and @datatype are present
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0291'>
Test 0291: @href as subject overridden by @about
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0292'>
Test 0292: @about overriding @href as subject is used as parent resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0293'>
Test 0293: Testing the ':' character usage in a CURIE
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0295'>
Test 0295: Benchmark test
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0296'>
Test 0296: @property does set parent object without @typeof
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0297'>
Test 0297: @about=[] with @typeof does not create a new subject
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0298'>
Test 0298: @about=[] with @typeof does not create a new object
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0299'>
Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0300'>
Test 0300: @resource=[] with @href or @src uses @href or @src (@property)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0301'>
Test 0301: @property with @typeof creates a typed_resource for chaining
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0302'>
Test 0302: @typeof with different content types
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0303'>
Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0311'>
Test 0311: Ensure no triples are generated when @property is empty
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0312'>
Test 0312: Mute plain @rel if @property is present
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0315'>
Test 0315: @property and @typeof with incomplete triples
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0316'>
Test 0316: @property and @typeof with incomplete triples (@href variant)
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0317'>
Test 0317: @datatype inhibits new @property behavior
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0318'>
Test 0318: Setting @vocab to empty strings removes default vocabulary
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0319'>
Test 0319: Relative @profile
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0320'>
Test 0320: @property binds to @href
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0321'>
Test 0321: rdfa:copy to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0322'>
Test 0322: rdfa:copy for additional property value
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0323'>
Test 0323: Multiple references to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0324'>
Test 0324: Multiple references to rdfa:Pattern
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0325'>
Test 0325: Multiple references to rdfa:Pattern creating a resource
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0326'>
Test 0326: rdfa:Pattern removed only if referenced
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0327'>
Test 0327: rdfa:Pattern chaining
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0328'>
Test 0328: @content overrides the content of the time element.
</a>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0329'>
Test 0329: Recursive triple generation
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='FAIL' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:failed' typeof='earl:TestResult'>
FAIL
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0330'>
Test 0330: @datatype overrides inherited @lang
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr inlist='inlist' property='mf:entries' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' typeof='earl:TestCase mf:QueryEvaluationTest'>
<td>
<a href='#test_0331'>
Test 0331: @datatype overrides inherited @lang, with @content
</a>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='https://github.com/niklasl/clj-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='http://www.aelius.com/njh/easyrdf/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='https://code.google.com/p/green-turtle/' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='https://github.com/rdfa/librdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='http://www.w3.org/2012/pyRdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='http://rubygems.org/gems/rdf-rdfa' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
<td class='PASS' inlist='inlist' rel='earl:assertions' typeof='earl:Assertion'>
<link href='http://rdfa.info/test-suite/' property='earl:assertedBy' />
<link href='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331' property='earl:test' />
<link href='http://semarglproject.org' property='earl:subject' />
<link href='earl:automatic' property='earl:mode' />
<span property='earl:result' resource='earl:passed' typeof='earl:TestResult'>
PASS
</span>
</td>
</tr>
<tr class='summary'>
<td>
Percentage passed out of 197 Tests
</td>
<td class='passed-some'>
94.9%
</td>
<td class='passed-most'>
95.4%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-some'>
85.3%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-some'>
86.8%
</td>
<td class='passed-all'>
100.0%
</td>
<td class='passed-all'>
100.0%
</td>
</tr>
</tr>
</table>
</section>
</section>
<section class='appendix'>
<h2>
Processors
</h2>
<p>
This report was tested using the following processors:
</p>
</section>
<dl>
<dt about='https://github.com/niklasl/clj-rdfa' id='clj_rdfa' property='doap:name' typeof='earl:TestSubject doap:Project'>
clj-rdfa
</dt>
<dd about='https://github.com/niklasl/clj-rdfa'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>A Clojure library for parsing RDFa 1.1 embedded in XML or HTML</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>Clojure</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://neverspace.net/id#self' typeof='foaf:Person'>
<a href='http://neverspace.net/id#self'>
<span property='foaf:name'>Niklas Lindström</span>
</a>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='https://github.com/niklasl/clj-rdfa/wiki'>https://github.com/niklasl/clj-rdfa/wiki</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-most'>
167/168 (99.4%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-most'>
185/195 (94.9%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Vocabulary
</td>
<td class='passed-all'>
6/6 (100.0%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-most'>
187/197 (94.9%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='http://www.aelius.com/njh/easyrdf/' id='EasyRdf' property='doap:name' typeof='earl:TestSubject doap:Project'>
EasyRdf
</dt>
<dd about='http://www.aelius.com/njh/easyrdf/'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>EasyRdf is a PHP library designed to make it easy to consume and produce RDF.</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>PHP</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://njh.me/' typeof='foaf:Person'>
<a href='http://njh.me/'>
<span property='foaf:name'>Nicholas J Humfrey</span>
</a>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='http://www.aelius.com/njh/easyrdf/'>http://www.aelius.com/njh/easyrdf/</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-most'>
166/168 (98.8%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-most'>
186/195 (95.4%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-most'>
188/197 (95.4%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='https://code.google.com/p/green-turtle/' id='Green_Turtle' property='doap:name' typeof='earl:TestSubject doap:Project'>
Green Turtle
</dt>
<dd about='https://code.google.com/p/green-turtle/'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>Green Turtle support for RDFa 1.1</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>Javascript</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://www.milowski.com#alex' typeof='foaf:Person'>
<a href='http://www.milowski.com#alex'>
<span property='foaf:name'>Alex Milowski</span>
</a>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='https://code.google.com/p/green-turtle/'>https://code.google.com/p/green-turtle/</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-all'>
168/168 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-all'>
195/195 (100.0%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-all'>
197/197 (100.0%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='https://github.com/rdfa/librdfa' id='librdfa' property='doap:name' typeof='earl:TestSubject doap:Project'>
librdfa
</dt>
<dd about='https://github.com/rdfa/librdfa'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>SAX-based implementation of an RDFa Processor in C</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>C</dd>
<dt>Developer</dt>
<dd property='doap:developer' typeof='foaf:Person'>
<span property='foaf:name'>Manu Sporny</span>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='https://github.com/rdfa/librdfa/wiki'>https://github.com/rdfa/librdfa/wiki</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-most'>
159/168 (94.6%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-most'>
166/195 (85.1%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-most'>
168/197 (85.3%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='http://www.w3.org/2012/pyRdfa' id='pyRdfa' property='doap:name' typeof='earl:TestSubject doap:Project'>
pyRdfa
</dt>
<dd about='http://www.w3.org/2012/pyRdfa'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>pyRdfa is a distiller that generates RDF triples from an XML or HTML5 file annotated by RDFa in various RDF serialization formats. It can either be used directly from a command line or via a CGI service.</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>Python</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://www.ivan-herman.net/foaf#me' typeof='foaf:Person'>
<a href='http://www.ivan-herman.net/foaf#me'>
<span property='foaf:name'>Ivan Herman</span>
</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-all'>
168/168 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-all'>
195/195 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Processor Graph
</td>
<td class='passed-all'>
5/5 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Vocabulary
</td>
<td class='passed-all'>
6/6 (100.0%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-all'>
197/197 (100.0%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097' id='RDF_RDFa_Parser' property='doap:name' typeof='earl:TestSubject doap:Project'>
RDF-RDFa-Parser
</dt>
<dd about='http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Parser/v_1-097'>
<dl>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>Perl</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://tobyinkster.co.uk/#i' typeof='foaf:Person'>
<a href='http://tobyinkster.co.uk/#i'>
<span property='foaf:name'>Toby Inkster</span>
</a>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='https://metacpan.org/release/RDF-RDFa-Parser'>https://metacpan.org/release/RDF-RDFa-Parser</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-most'>
161/168 (95.8%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-most'>
179/195 (91.8%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-most'>
171/197 (86.8%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='http://rubygems.org/gems/rdf-rdfa' id='RDF__RDFa' property='doap:name' typeof='earl:TestSubject doap:Project'>
RDF::RDFa
</dt>
<dd about='http://rubygems.org/gems/rdf-rdfa'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>RDF::RDFa is an RDFa reader/writer for Ruby using the RDF.rb library suite.</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>Ruby</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'>
<a href='http://greggkellogg.net/foaf#me'>
<span property='foaf:name'>Gregg Kellogg</span>
</a>
</dd>
<dt>Home Page</dt>
<dd property='doap:homepage'>
<a href='http://github.com/gkellogg/rdf-rdfa'>http://github.com/gkellogg/rdf-rdfa</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-all'>
168/168 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-all'>
195/195 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Processor Graph
</td>
<td class='passed-all'>
5/5 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Vocabulary
</td>
<td class='passed-all'>
6/6 (100.0%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-all'>
197/197 (100.0%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
<dt about='http://semarglproject.org' id='Semargl' property='doap:name' typeof='earl:TestSubject doap:Project'>
Semargl
</dt>
<dd about='http://semarglproject.org'>
<dl>
<dt>Description</dt>
<dd property='doap:description'>Semargl is a modular framework for crawling
linked data from structured documents.
The main goal of project is to provide lightweight and performant tool without excess dependencies.</dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>java</dd>
<dt>Developer</dt>
<dd property='doap:developer' resource='http://levkhomich.ru/foaf#me' typeof='foaf:Person'>
<a href='http://levkhomich.ru/foaf#me'>
<span property='foaf:name'>Lev Khomich</span>
</a>
</dd>
<dt>
Test Suite Compliance
</dt>
<dd>
<table class='report'>
<tbody>
<tr>
<td>
HTML4+RDFa 1.1
</td>
<td class='passed-all'>
168/168 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1
</td>
<td class='passed-all'>
195/195 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Processor Graph
</td>
<td class='passed-all'>
5/5 (100.0%)
</td>
</tr>
<tr>
<td>
HTML5+RDFa 1.1 Vocabulary
</td>
<td class='passed-all'>
6/6 (100.0%)
</td>
</tr>
<tr>
<td>
XHTML5+RDFa 1.1
</td>
<td class='passed-all'>
197/197 (100.0%)
</td>
</tr>
</tbody>
</table>
</dd>
</dl>
</dd>
</dl>
<section class='appendix'>
<h2>
Test Definitions
</h2>
<p>
Tests are repeated for each RDFa version and Host Language as necessary, but are based on
common tests with minor rewriting based on host language specific attributes.
</p>
<p>
Input and SPARQL representations are shown for XHTML5, but will have some slight variation
for different host languages.
</p>
<dl>
<dt id='test_0001'>Test 0001: Predicate establishment with @property</dt>
<dd>
<p>Tests @property to establish the predicate; literal object is in the content of the element.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0001'>
<span content='Test 0001: Predicate establishment with @property' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0001.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0001.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0001</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0001.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0001.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0001'>
<span content='Test 0001: Predicate establishment with @property' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0001.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0001.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0001</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0001.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0001.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0001'>
<span content='Test 0001: Predicate establishment with @property' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0001.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0001.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0001</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0001.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0001.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0006'>Test 0006: @rel and @rev</dt>
<dd>
<p>Tests @rev and @rel together, with the object being specified by @href, ignoring content</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0006'>
<span content='Test 0006: @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests @rev and @rel together, with the object being specified by @href, ignoring content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0006.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0006.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0006</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0006.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0006.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}<br/><br/><br/> <br/> <br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0006'>
<span content='Test 0006: @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests @rev and @rel together, with the object being specified by @href, ignoring content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0006.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0006.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0006</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0006.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0006.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}<br/><br/><br/> <br/> <br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0006'>
<span content='Test 0006: @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests @rev and @rel together, with the object being specified by @href, ignoring content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0006.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0006.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0006</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0006.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0006.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}<br/><br/><br/> <br/> <br/></pre>
</div>
</span>
</dd>
<dt id='test_0007'>Test 0007: @rel, @rev, @property, @content</dt>
<dd>
<p>Tests @rel, @rev, @property, and @content together to generate several RDF triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0007'>
<span content='Test 0007: @rel, @rev, @property, @content' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, @property, and @content together to generate several RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0007.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0007.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0007</title><br/> </head><br/> <body><br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0007.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0007.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/title> "Portrait of Mark" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0007'>
<span content='Test 0007: @rel, @rev, @property, @content' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, @property, and @content together to generate several RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0007.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0007.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0007</title><br/> </head><br/> <body><br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0007.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0007.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/title> "Portrait of Mark" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0007'>
<span content='Test 0007: @rel, @rev, @property, @content' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, @property, and @content together to generate several RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0007.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0007.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0007</title><br/> </head><br/> <body><br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0007.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0007.sparql'>ASK WHERE {<br/> <http://www.blogger.com/profile/1109404> <http://xmlns.com/foaf/0.1/img> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/title> "Portrait of Mark" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0008'>Test 0008: empty string @about</dt>
<dd>
<p>Tests empty @about.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0008'>
<span content='Test 0008: empty string @about' property='dc:title mf:name'></span>
<span content='Tests empty @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0008</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0008'>
<span content='Test 0008: empty string @about' property='dc:title mf:name'></span>
<span content='Tests empty @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.html'><!DOCTYPE html><br/><html xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0008</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0008'>
<span content='Test 0008: empty string @about' property='dc:title mf:name'></span>
<span content='Tests empty @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0008</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.xhtml> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0009'>Test 0009: @rev</dt>
<dd>
<p>Tests @rev.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0009'>
<span content='Test 0009: @rev' property='dc:title mf:name'></span>
<span content='Tests @rev.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0009.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0009.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0009</title><br/> <link about="http://example.org/people#Person1"<br/> rev="foaf:knows" href="http://example.org/people#Person2" /><br/><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0009.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0009.sparql'>ASK WHERE {<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0009'>
<span content='Test 0009: @rev' property='dc:title mf:name'></span>
<span content='Tests @rev.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0009.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0009.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0009</title><br/> <link about="http://example.org/people#Person1"<br/> rev="foaf:knows" href="http://example.org/people#Person2" /><br/><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0009.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0009.sparql'>ASK WHERE {<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0009'>
<span content='Test 0009: @rev' property='dc:title mf:name'></span>
<span content='Tests @rev.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0009.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0009.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0009</title><br/> <link about="http://example.org/people#Person1"<br/> rev="foaf:knows" href="http://example.org/people#Person2" /><br/><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0009.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0009.sparql'>ASK WHERE {<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0010'>Test 0010: @rel, @rev, @href</dt>
<dd>
<p>Tests @rel, @rev, and @href to generate two RDF triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0010'>
<span content='Test 0010: @rel, @rev, @href' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, and @href to generate two RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0010.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0010.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0010</title><br/> <link about="http://example.org/people#Person1"<br/> rel="foaf:knows" rev="foaf:knows" href="http://example.org/people#Person2" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0010.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0010.sparql'>ASK WHERE {<br/> <http://example.org/people#Person1> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person2> .<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0010'>
<span content='Test 0010: @rel, @rev, @href' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, and @href to generate two RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0010.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0010.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0010</title><br/> <link about="http://example.org/people#Person1"<br/> rel="foaf:knows" rev="foaf:knows" href="http://example.org/people#Person2" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0010.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0010.sparql'>ASK WHERE {<br/> <http://example.org/people#Person1> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person2> .<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0010'>
<span content='Test 0010: @rel, @rev, @href' property='dc:title mf:name'></span>
<span content='Tests @rel, @rev, and @href to generate two RDF triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0010.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0010.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0010</title><br/> <link about="http://example.org/people#Person1"<br/> rel="foaf:knows" rev="foaf:knows" href="http://example.org/people#Person2" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0010.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0010.sparql'>ASK WHERE {<br/> <http://example.org/people#Person1> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person2> .<br/> <http://example.org/people#Person2> <http://xmlns.com/foaf/0.1/knows> <http://example.org/people#Person1> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0014'>Test 0014: @datatype, xsd:integer</dt>
<dd>
<p>Tests setting the @datatype to xsd:integer</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0014'>
<span content='Test 0014: @datatype, xsd:integer' property='dc:title mf:name'></span>
<span content='Tests setting the @datatype to xsd:integer' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0014.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0014.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://example.org/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0014</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0014.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0014.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0014'>
<span content='Test 0014: @datatype, xsd:integer' property='dc:title mf:name'></span>
<span content='Tests setting the @datatype to xsd:integer' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0014.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0014.html'><!DOCTYPE html><br/><html xmlns:ex="http://example.org/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0014</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0014.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0014.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0014'>
<span content='Test 0014: @datatype, xsd:integer' property='dc:title mf:name'></span>
<span content='Tests setting the @datatype to xsd:integer' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0014.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0014.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://example.org/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0014</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0014.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0014.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://example.org/bar> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0015'>Test 0015: meta and link</dt>
<dd>
<p>Tests meta and link with no parent @about</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0015'>
<span content='Test 0015: meta and link' property='dc:title mf:name'></span>
<span content='Tests meta and link with no parent @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0015</title><br/> <link rel="dc:source" href="urn:isbn:0140449132" /><br/> <meta property="dc:creator" content="Fyodor Dostoevsky" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html> <http://purl.org/dc/elements/1.1/creator> "Fyodor Dostoevsky" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html> <http://purl.org/dc/elements/1.1/source> <urn:isbn:0140449132> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0015'>
<span content='Test 0015: meta and link' property='dc:title mf:name'></span>
<span content='Tests meta and link with no parent @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0015</title><br/> <link rel="dc:source" href="urn:isbn:0140449132" /><br/> <meta property="dc:creator" content="Fyodor Dostoevsky" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html> <http://purl.org/dc/elements/1.1/creator> "Fyodor Dostoevsky" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html> <http://purl.org/dc/elements/1.1/source> <urn:isbn:0140449132> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0015'>
<span content='Test 0015: meta and link' property='dc:title mf:name'></span>
<span content='Tests meta and link with no parent @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0015</title><br/> <link rel="dc:source" href="urn:isbn:0140449132" /><br/> <meta property="dc:creator" content="Fyodor Dostoevsky" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml> <http://purl.org/dc/elements/1.1/creator> "Fyodor Dostoevsky" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml> <http://purl.org/dc/elements/1.1/source> <urn:isbn:0140449132> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0017'>Test 0017: Related blanknodes</dt>
<dd>
<p>Tests creation of statements involving explicitly created blank nodes.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0017'>
<span content='Test 0017: Related blanknodes' property='dc:title mf:name'></span>
<span content='Tests creation of statements involving explicitly created blank nodes.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0017.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0017.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0017</title> <br/> </head><br/> <body><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0017.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0017.sparql'>ASK WHERE {<br/> ?x <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> ?x <http://xmlns.com/foaf/0.1/knows> ?y .<br/> ?y <http://xmlns.com/foaf/0.1/name> "Ralph Swick" .<br/> FILTER (isBlank(?x) && isBlank(?y))<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0017'>
<span content='Test 0017: Related blanknodes' property='dc:title mf:name'></span>
<span content='Tests creation of statements involving explicitly created blank nodes.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0017.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0017.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0017</title> <br/> </head><br/> <body><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0017.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0017.sparql'>ASK WHERE {<br/> ?x <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> ?x <http://xmlns.com/foaf/0.1/knows> ?y .<br/> ?y <http://xmlns.com/foaf/0.1/name> "Ralph Swick" .<br/> FILTER (isBlank(?x) && isBlank(?y))<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0017'>
<span content='Test 0017: Related blanknodes' property='dc:title mf:name'></span>
<span content='Tests creation of statements involving explicitly created blank nodes.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0017.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0017.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0017</title> <br/> </head><br/> <body><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0017.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0017.sparql'>ASK WHERE {<br/> ?x <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> ?x <http://xmlns.com/foaf/0.1/knows> ?y .<br/> ?y <http://xmlns.com/foaf/0.1/name> "Ralph Swick" .<br/> FILTER (isBlank(?x) && isBlank(?y))<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0018'>Test 0018: @rel for predicate</dt>
<dd>
<p>Tests @rel to establish predicate.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0018'>
<span content='Test 0018: @rel for predicate' property='dc:title mf:name'></span>
<span content='Tests @rel to establish predicate.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0018.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0018.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0018</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0018.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0018.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0018'>
<span content='Test 0018: @rel for predicate' property='dc:title mf:name'></span>
<span content='Tests @rel to establish predicate.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0018.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0018.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0018</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0018.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0018.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0018'>
<span content='Test 0018: @rel for predicate' property='dc:title mf:name'></span>
<span content='Tests @rel to establish predicate.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0018.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0018.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0018</title><br/> </head><br/> <body><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0018.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0018.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> <http://www.blogger.com/profile/1109404> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0019'>Test 0019: @about for subject</dt>
<dd>
<p>Tests @about to establish subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0019'>
<span content='Test 0019: @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0019.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0019.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0019</title><br/> </head><br/> <body><br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0019.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0019.sparql'>ASK WHERE {<br/> <mailto:manu.sporny@digitalbazaar.com> <http://xmlns.com/foaf/0.1/knows> <mailto:michael.hausenblas@joanneum.at> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0019'>
<span content='Test 0019: @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0019.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0019.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0019</title><br/> </head><br/> <body><br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0019.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0019.sparql'>ASK WHERE {<br/> <mailto:manu.sporny@digitalbazaar.com> <http://xmlns.com/foaf/0.1/knows> <mailto:michael.hausenblas@joanneum.at> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0019'>
<span content='Test 0019: @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0019.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0019.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0019</title><br/> </head><br/> <body><br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0019.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0019.sparql'>ASK WHERE {<br/> <mailto:manu.sporny@digitalbazaar.com> <http://xmlns.com/foaf/0.1/knows> <mailto:michael.hausenblas@joanneum.at> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0020'>Test 0020: Inheriting @about for subject</dt>
<dd>
<p>Tests @about inheritance to establish subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0020'>
<span content='Test 0020: Inheriting @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about inheritance to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0020.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0020.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0020</title><br/> </head><br/> <body><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0020.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0020.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0020'>
<span content='Test 0020: Inheriting @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about inheritance to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0020.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0020.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0020</title><br/> </head><br/> <body><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0020.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0020.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0020'>
<span content='Test 0020: Inheriting @about for subject' property='dc:title mf:name'></span>
<span content='Tests @about inheritance to establish subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0020.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0020.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0020</title><br/> </head><br/> <body><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0020.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0020.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0021'>Test 0021: Subject inheritance with no @about</dt>
<dd>
<p>Tests inheritance of subject when no @about can be found</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0021'>
<span content='Test 0021: Subject inheritance with no @about' property='dc:title mf:name'></span>
<span content='Tests inheritance of subject when no @about can be found' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0021</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/></body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.html> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0021'>
<span content='Test 0021: Subject inheritance with no @about' property='dc:title mf:name'></span>
<span content='Tests inheritance of subject when no @about can be found' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0021</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/></body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.html> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0021'>
<span content='Test 0021: Subject inheritance with no @about' property='dc:title mf:name'></span>
<span content='Tests inheritance of subject when no @about can be found' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0021</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/></body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.xhtml> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0023'>Test 0023: @id does not generate subjects</dt>
<dd>
<p>Tests that @id does not generate subjects</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0023'>
<span content='Test 0023: @id does not generate subjects' property='dc:title mf:name'></span>
<span content='Tests that @id does not generate subjects' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0023</title><br/> </head><br/> <body><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.html> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0023'>
<span content='Test 0023: @id does not generate subjects' property='dc:title mf:name'></span>
<span content='Tests that @id does not generate subjects' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0023</title><br/> </head><br/> <body><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.html> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0023'>
<span content='Test 0023: @id does not generate subjects' property='dc:title mf:name'></span>
<span content='Tests that @id does not generate subjects' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0023</title><br/> </head><br/> <body><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.xhtml> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0025'>Test 0025: simple chaining test</dt>
<dd>
<p>Tests simple chaining with cascade of @resource and @property</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0025'>
<span content='Test 0025: simple chaining test' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of @resource and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0025</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html> <http://purl.org/dc/elements/1.1/creator> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html#me> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html#me> <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0025'>
<span content='Test 0025: simple chaining test' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of @resource and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0025</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html> <http://purl.org/dc/elements/1.1/creator> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html#me> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html#me> <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0025'>
<span content='Test 0025: simple chaining test' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of @resource and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0025</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml> <http://purl.org/dc/elements/1.1/creator> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml#me> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml#me> <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0026'>Test 0026: @content</dt>
<dd>
<p>Tests @content for literal object</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0026'>
<span content='Test 0026: @content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0026.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0026.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0026</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0026.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0026.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0026'>
<span content='Test 0026: @content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0026.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0026.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0026</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0026.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0026.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0026'>
<span content='Test 0026: @content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0026.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0026.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0026</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0026.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0026.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0027'>Test 0027: @content, ignore element content</dt>
<dd>
<p>Tests @content for literal object, overriding element content.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0027'>
<span content='Test 0027: @content, ignore element content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object, overriding element content.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0027.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0027.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0027</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0027.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0027.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0027'>
<span content='Test 0027: @content, ignore element content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object, overriding element content.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0027.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0027.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0027</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0027.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0027.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0027'>
<span content='Test 0027: @content, ignore element content' property='dc:title mf:name'></span>
<span content='Tests @content for literal object, overriding element content.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0027.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0027.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0027</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0027.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0027.sparql'>ASK WHERE {<br/> <http://internet-apps.blogspot.com/> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0029'>Test 0029: markup stripping with @datatype</dt>
<dd>
<p>Tests markup stripping from a span element with @datatype=xsd:string</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0029'>
<span content='Test 0029: markup stripping with @datatype' property='dc:title mf:name'></span>
<span content='Tests markup stripping from a span element with @datatype=xsd:string' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0029.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0029.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0029</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0029.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0029.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck"^^<http://www.w3.org/2001/XMLSchema#string> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0029'>
<span content='Test 0029: markup stripping with @datatype' property='dc:title mf:name'></span>
<span content='Tests markup stripping from a span element with @datatype=xsd:string' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0029.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0029.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0029</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0029.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0029.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck"^^<http://www.w3.org/2001/XMLSchema#string> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0029'>
<span content='Test 0029: markup stripping with @datatype' property='dc:title mf:name'></span>
<span content='Tests markup stripping from a span element with @datatype=xsd:string' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0029.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0029.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/> <head><br/> <title>Test 0029</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0029.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0029.sparql'>ASK WHERE {<br/> <http://example.org/foo> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck"^^<http://www.w3.org/2001/XMLSchema#string> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0030'>Test 0030: omitted @about</dt>
<dd>
<p>Tests omitted @about.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0030'>
<span content='Test 0030: omitted @about' property='dc:title mf:name'></span>
<span content='Tests omitted @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0030</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0030'>
<span content='Test 0030: omitted @about' property='dc:title mf:name'></span>
<span content='Tests omitted @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.html'><!DOCTYPE html><br/><html xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0030</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0030'>
<span content='Test 0030: omitted @about' property='dc:title mf:name'></span>
<span content='Tests omitted @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0030</title><br/> </head><br/> <body><br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.xhtml> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nc-nd/2.5/> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0031'>Test 0031: simple @resource</dt>
<dd>
<p>Tests if @resource sets URIref object correct.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0031'>
<span content='Test 0031: simple @resource' property='dc:title mf:name'></span>
<span content='Tests if @resource sets URIref object correct.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0031</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.html#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0031'>
<span content='Test 0031: simple @resource' property='dc:title mf:name'></span>
<span content='Tests if @resource sets URIref object correct.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0031</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.html#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0031'>
<span content='Test 0031: simple @resource' property='dc:title mf:name'></span>
<span content='Tests if @resource sets URIref object correct.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0031</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.xhtml#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0032'>Test 0032: @resource overrides @href</dt>
<dd>
<p>Tests if @resource overrides @href to set the URIref object.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0032'>
<span content='Test 0032: @resource overrides @href' property='dc:title mf:name'></span>
<span content='Tests if @resource overrides @href to set the URIref object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0032</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.html#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0032'>
<span content='Test 0032: @resource overrides @href' property='dc:title mf:name'></span>
<span content='Tests if @resource overrides @href to set the URIref object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0032</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.html#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0032'>
<span content='Test 0032: @resource overrides @href' property='dc:title mf:name'></span>
<span content='Tests if @resource overrides @href to set the URIref object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0032</title><br/> </head><br/> <body><br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.xhtml#wtw> <http://purl.org/dc/elements/1.1/identifier> <urn:ISBN:0752820907> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0033'>Test 0033: simple chaining test with bNode</dt>
<dd>
<p>Tests simple chaining with cascade of bNode and @property</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0033'>
<span content='Test 0033: simple chaining test with bNode' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of bNode and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0033</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.html> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0033'>
<span content='Test 0033: simple chaining test with bNode' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of bNode and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0033</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.html> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0033'>
<span content='Test 0033: simple chaining test with bNode' property='dc:title mf:name'></span>
<span content='Tests simple chaining with cascade of bNode and @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0033</title><br/> </head><br/> <body><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.xhtml> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ben Adida" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0034'>Test 0034: simple img[@src] test</dt>
<dd>
<p>Tests if a @src (in img element) correctly sets the URIref object</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0034'>
<span content='Test 0034: simple img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0034.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0034.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0034</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0034.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0034.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0034'>
<span content='Test 0034: simple img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0034.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0034.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0034</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0034.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0034.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0034'>
<span content='Test 0034: simple img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0034.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0034.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0034</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0034.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0034.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0035'>Test 0035: @src/@href test</dt>
<dd>
<p>Tests if @href overwrites @src</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0035'>
<span content='Test 0035: @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0035.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0035.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0035</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0035.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0035.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0035'>
<span content='Test 0035: @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0035.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0035.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0035</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0035.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0035.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0035'>
<span content='Test 0035: @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0035.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0035.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0035</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0035.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0035.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0036'>Test 0036: @src/@resource test</dt>
<dd>
<p>Tests if @resource overwrites @src</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0036'>
<span content='Test 0036: @src/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0036.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0036.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0036</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0036.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0036.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0036'>
<span content='Test 0036: @src/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0036.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0036.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0036</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0036.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0036.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0036'>
<span content='Test 0036: @src/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0036.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0036.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0036</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0036.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0036.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2006_03.jpg> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0037'>Test 0037: @src/@href/@resource test</dt>
<dd>
<p>Tests if @resource overwrites both @href and @src</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0037'>
<span content='Test 0037: @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0037.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0037.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0037</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0037.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0037.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/mic.xhtml#photo> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0037'>
<span content='Test 0037: @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0037.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0037.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0037</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0037.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0037.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/mic.xhtml#photo> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0037'>
<span content='Test 0037: @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0037.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0037.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0037</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0037.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0037.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#i> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/mic.xhtml#photo> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0038'>Test 0038: @rev - img[@src] test</dt>
<dd>
<p>Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0038'>
<span content='Test 0038: @rev - img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0038.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0038.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0038</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0038.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0038.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2007_01.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0038'>
<span content='Test 0038: @rev - img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0038.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0038.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0038</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0038.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0038.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2007_01.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0038'>
<span content='Test 0038: @rev - img[@src] test' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) correctly sets the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0038.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0038.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0038</title> <br/> </head><br/> <body><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0038.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0038.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2007_01.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0039'>Test 0039: @rev - @src/@href test</dt>
<dd>
<p>Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0039'>
<span content='Test 0039: @rev - @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0039.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0039.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0039</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0039.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0039.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0039'>
<span content='Test 0039: @rev - @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0039.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0039.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0039</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0039.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0039.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0039'>
<span content='Test 0039: @rev - @src/@href test' property='dc:title mf:name'></span>
<span content='Tests if @href overwrites @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0039.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0039.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0039</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0039.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0039.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0041'>Test 0041: @rev - @src/@href/@resource test</dt>
<dd>
<p>Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0041'>
<span content='Test 0041: @rev - @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0041.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0041.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0041</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0041.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0041.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#photo> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0041'>
<span content='Test 0041: @rev - @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0041.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0041.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0041</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0041.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0041.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#photo> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0041'>
<span content='Test 0041: @rev - @src/@href/@resource test' property='dc:title mf:name'></span>
<span content='Tests if @resource overwrites both @href and @src correctly to set the URIref subject (due to @rev)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0041.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0041.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0041</title> <br/> </head><br/> <body><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0041.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0041.sparql'>ASK WHERE {<br/> <http://sw-app.org/mic.xhtml#photo> <http://xmlns.com/foaf/0.1/depicts> <http://sw-app.org/mic.xhtml#i> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0048'>Test 0048: @typeof with @about and @rel present, no @resource</dt>
<dd>
<p>Tests @typeof with @about and @rel present, no @resource</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0048'>
<span content='Test 0048: @typeof with @about and @rel present, no @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about and @rel present, no @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0048.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0048.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0048</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0048.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0048.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0048'>
<span content='Test 0048: @typeof with @about and @rel present, no @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about and @rel present, no @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0048.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0048.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0048</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0048.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0048.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0048'>
<span content='Test 0048: @typeof with @about and @rel present, no @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about and @rel present, no @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0048.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0048.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0048</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0048.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0048.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0049'>Test 0049: @typeof with @about, no @rel or @resource</dt>
<dd>
<p>Tests @typeof with @about, no @rel or @resource</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0049'>
<span content='Test 0049: @typeof with @about, no @rel or @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about, no @rel or @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0049.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0049.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0049</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0049.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0049.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0049'>
<span content='Test 0049: @typeof with @about, no @rel or @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about, no @rel or @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0049.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0049.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0049</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0049.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0049.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0049'>
<span content='Test 0049: @typeof with @about, no @rel or @resource' property='dc:title mf:name'></span>
<span content='Tests @typeof with @about, no @rel or @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0049.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0049.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0049</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0049.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0049.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0050'>Test 0050: @typeof without anything else</dt>
<dd>
<p>Tests @typeof without anything else</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0050'>
<span content='Test 0050: @typeof without anything else' property='dc:title mf:name'></span>
<span content='Tests @typeof without anything else' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0050.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0050.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0050</title> <br/> </head><br/> <body><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0050.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0050.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0050'>
<span content='Test 0050: @typeof without anything else' property='dc:title mf:name'></span>
<span content='Tests @typeof without anything else' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0050.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0050.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0050</title> <br/> </head><br/> <body><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0050.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0050.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0050'>
<span content='Test 0050: @typeof without anything else' property='dc:title mf:name'></span>
<span content='Tests @typeof without anything else' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0050.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0050.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0050</title> <br/> </head><br/> <body><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0050.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0050.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0051'>Test 0051: @typeof with a single @property</dt>
<dd>
<p>Tests @typeof with a single @property</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0051'>
<span content='Test 0051: @typeof with a single @property' property='dc:title mf:name'></span>
<span content='Tests @typeof with a single @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0051</title> <br/> </head><br/> <body><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html> <http://xmlns.com/foaf/0.1/topic> "John Doe" . <br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0051'>
<span content='Test 0051: @typeof with a single @property' property='dc:title mf:name'></span>
<span content='Tests @typeof with a single @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0051</title> <br/> </head><br/> <body><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html> <http://xmlns.com/foaf/0.1/topic> "John Doe" . <br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0051'>
<span content='Test 0051: @typeof with a single @property' property='dc:title mf:name'></span>
<span content='Tests @typeof with a single @property' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0051</title> <br/> </head><br/> <body><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml> <http://xmlns.com/foaf/0.1/topic> "John Doe" . <br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0052'>Test 0052: @typeof with @resource and nothing else</dt>
<dd>
<p>Tests to ensure that @typeof does not apply to @resource</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0052'>
<span content='Test 0052: @typeof with @resource and nothing else' property='dc:title mf:name'></span>
<span content='Tests to ensure that @typeof does not apply to @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0052.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0052.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0052</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0052.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0052.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0052'>
<span content='Test 0052: @typeof with @resource and nothing else' property='dc:title mf:name'></span>
<span content='Tests to ensure that @typeof does not apply to @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0052.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0052.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0052</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0052.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0052.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0052'>
<span content='Test 0052: @typeof with @resource and nothing else' property='dc:title mf:name'></span>
<span content='Tests to ensure that @typeof does not apply to @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0052.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0052.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0052</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0052.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0052.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0053'>Test 0053: @typeof with @resource and nothing else, with a subelement</dt>
<dd>
<p>Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0053'>
<span content='Test 0053: @typeof with @resource and nothing else, with a subelement' property='dc:title mf:name'></span>
<span content='Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0053.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0053.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0053</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0053.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0053.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0053'>
<span content='Test 0053: @typeof with @resource and nothing else, with a subelement' property='dc:title mf:name'></span>
<span content='Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0053.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0053.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0053</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0053.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0053.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0053'>
<span content='Test 0053: @typeof with @resource and nothing else, with a subelement' property='dc:title mf:name'></span>
<span content='Tests to make sure that @typeof does not apply to @resource, but @resource sets the subject for the next triple to be generated' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0053.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0053.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0053</title> <br/> </head><br/> <body><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0053.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0053.sparql'>ASK WHERE {<br/> <http://www.example.org/#me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#me> <http://xmlns.com/foaf/0.1/name> "John Doe" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0054'>Test 0054: multiple @property</dt>
<dd>
<p>Tests multiple @property separated by white spaces</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0054'>
<span content='Test 0054: multiple @property' property='dc:title mf:name'></span>
<span content='Tests multiple @property separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0054</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html> <http://purl.org/dc/elements/1.1/creator> "Fabien Gandon" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html> <http://purl.org/dc/elements/1.1/publisher> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0054'>
<span content='Test 0054: multiple @property' property='dc:title mf:name'></span>
<span content='Tests multiple @property separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0054</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html> <http://purl.org/dc/elements/1.1/creator> "Fabien Gandon" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html> <http://purl.org/dc/elements/1.1/publisher> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0054'>
<span content='Test 0054: multiple @property' property='dc:title mf:name'></span>
<span content='Tests multiple @property separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0054</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml> <http://purl.org/dc/elements/1.1/creator> "Fabien Gandon" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml> <http://purl.org/dc/elements/1.1/publisher> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0055'>Test 0055: multiple @rel</dt>
<dd>
<p>Tests multiple @rel separated by white spaces</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0055'>
<span content='Test 0055: multiple @rel' property='dc:title mf:name'></span>
<span content='Tests multiple @rel separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0055</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html> <http://purl.org/dc/elements/1.1/creator> <http://www-sop.inria.fr/acacia/fabien/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html> <http://purl.org/dc/elements/1.1/publisher> <http://www-sop.inria.fr/acacia/fabien/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0055'>
<span content='Test 0055: multiple @rel' property='dc:title mf:name'></span>
<span content='Tests multiple @rel separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0055</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html> <http://purl.org/dc/elements/1.1/creator> <http://www-sop.inria.fr/acacia/fabien/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html> <http://purl.org/dc/elements/1.1/publisher> <http://www-sop.inria.fr/acacia/fabien/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0055'>
<span content='Test 0055: multiple @rel' property='dc:title mf:name'></span>
<span content='Tests multiple @rel separated by white spaces' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0055</title> <br/> </head><br/> <body><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml> <http://purl.org/dc/elements/1.1/creator> <http://www-sop.inria.fr/acacia/fabien/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml> <http://purl.org/dc/elements/1.1/publisher> <http://www-sop.inria.fr/acacia/fabien/> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0056'>Test 0056: @typeof applies to @about on same element with hanging rel</dt>
<dd>
<p>Tests if @typeof applies to @about on same element with hanging @rel</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0056'>
<span content='Test 0056: @typeof applies to @about on same element with hanging rel' property='dc:title mf:name'></span>
<span content='Tests if @typeof applies to @about on same element with hanging @rel' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0056.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0056.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0056</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0056.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0056.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0056'>
<span content='Test 0056: @typeof applies to @about on same element with hanging rel' property='dc:title mf:name'></span>
<span content='Tests if @typeof applies to @about on same element with hanging @rel' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0056.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0056.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0056</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0056.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0056.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0056'>
<span content='Test 0056: @typeof applies to @about on same element with hanging rel' property='dc:title mf:name'></span>
<span content='Tests if @typeof applies to @about on same element with hanging @rel' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0056.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0056.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0056</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0056.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0056.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0057'>Test 0057: hanging @rel creates multiple triples</dt>
<dd>
<p>Tests if hanging @rel creates multiple triples</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0057'>
<span content='Test 0057: hanging @rel creates multiple triples' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0057.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0057.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0057</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0057.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0057.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#ivan> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> <http://www.example.org/#ivan> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0057'>
<span content='Test 0057: hanging @rel creates multiple triples' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0057.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0057.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0057</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0057.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0057.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#ivan> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> <http://www.example.org/#ivan> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0057'>
<span content='Test 0057: hanging @rel creates multiple triples' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0057.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0057.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0057</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0057.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0057.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#mark> .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#ivan> .<br/> <http://www.example.org/#mark> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> <http://www.example.org/#ivan> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0059'>Test 0059: multiple hanging @rels with multiple children</dt>
<dd>
<p>Tests multiple hanging @rels with multiple children</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0059'>
<span content='Test 0059: multiple hanging @rels with multiple children' property='dc:title mf:name'></span>
<span content='Tests multiple hanging @rels with multiple children' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0059</title><br/> </head><br/> <body><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#fabien> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#fabien> .<br/> <http://www.example.org/#manu> <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> <http://www.example.org/#fabien> <http://xmlns.com/foaf/0.1/name> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0059'>
<span content='Test 0059: multiple hanging @rels with multiple children' property='dc:title mf:name'></span>
<span content='Tests multiple hanging @rels with multiple children' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0059</title><br/> </head><br/> <body><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#fabien> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#fabien> .<br/> <http://www.example.org/#manu> <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> <http://www.example.org/#fabien> <http://xmlns.com/foaf/0.1/name> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0059'>
<span content='Test 0059: multiple hanging @rels with multiple children' property='dc:title mf:name'></span>
<span content='Tests multiple hanging @rels with multiple children' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0059</title><br/> </head><br/> <body><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#manu> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/#fabien> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml> <http://purl.org/dc/elements/1.1/publisher> <http://www.example.org/#fabien> .<br/> <http://www.example.org/#manu> <http://xmlns.com/foaf/0.1/name> "Manu Sporny" .<br/> <http://www.example.org/#fabien> <http://xmlns.com/foaf/0.1/name> "Fabien Gandon" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0060'>Test 0060: UTF-8 conformance</dt>
<dd>
<p>Tests conformance with UTF-8 encoding</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0060'>
<span content='Test 0060: UTF-8 conformance' property='dc:title mf:name'></span>
<span content='Tests conformance with UTF-8 encoding' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0060.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0060.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0060</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0060.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0060.sparql'>ASK WHERE {<br/><http://www.example.org/#matsumoto-kimiko> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/><http://www.example.org/#matsumoto-kimiko> <http://xmlns.com/foaf/0.1/name> "松本 后子" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0060'>
<span content='Test 0060: UTF-8 conformance' property='dc:title mf:name'></span>
<span content='Tests conformance with UTF-8 encoding' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0060.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0060.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0060</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0060.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0060.sparql'>ASK WHERE {<br/><http://www.example.org/#matsumoto-kimiko> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/><http://www.example.org/#matsumoto-kimiko> <http://xmlns.com/foaf/0.1/name> "松本 后子" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0060'>
<span content='Test 0060: UTF-8 conformance' property='dc:title mf:name'></span>
<span content='Tests conformance with UTF-8 encoding' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0060.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0060.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0060</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0060.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0060.sparql'>ASK WHERE {<br/><http://www.example.org/#matsumoto-kimiko> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/><http://www.example.org/#matsumoto-kimiko> <http://xmlns.com/foaf/0.1/name> "松本 后子" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0063'>Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax</dt>
<dd>
<p>Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0063'>
<span content='Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:title mf:name'></span>
<span content='Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0063</title><br/> <link rel=":next" href="http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html" /><br/> </head><br/> <body><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0063'>
<span content='Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:title mf:name'></span>
<span content='Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0063</title><br/> <link rel=":next" href="http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html" /><br/> </head><br/> <body><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0063'>
<span content='Test 0063: @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:title mf:name'></span>
<span content='Tests @rel in head using reserved XHTML value and empty-prefix CURIE syntax' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0063</title><br/> <link rel=":next" href="http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml" /><br/> </head><br/> <body><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0064'>Test 0064: @about with safe CURIE</dt>
<dd>
<p>Tests if @about generates a proper triple when a safe CURIE is used</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0064'>
<span content='Test 0064: @about with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @about generates a proper triple when a safe CURIE is used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0064</title><br/> </head><br/> <body><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://digitalbazaar.com/people/manu> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0064'>
<span content='Test 0064: @about with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @about generates a proper triple when a safe CURIE is used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0064</title><br/> </head><br/> <body><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://digitalbazaar.com/people/manu> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0064'>
<span content='Test 0064: @about with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @about generates a proper triple when a safe CURIE is used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0064</title><br/> </head><br/> <body><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://digitalbazaar.com/people/manu> .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0065'>Test 0065: @rel with safe CURIE</dt>
<dd>
<p>Tests if @rel properly connects triples generated when safe CURIEs are used</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0065'>
<span content='Test 0065: @rel with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @rel properly connects triples generated when safe CURIEs are used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0065.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0065.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0065</title><br/> </head><br/> <body><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0065.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0065.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:michael.hausenblas@joanneum.at> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0065'>
<span content='Test 0065: @rel with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @rel properly connects triples generated when safe CURIEs are used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0065.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0065.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0065</title><br/> </head><br/> <body><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0065.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0065.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:michael.hausenblas@joanneum.at> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0065'>
<span content='Test 0065: @rel with safe CURIE' property='dc:title mf:name'></span>
<span content='Tests if @rel properly connects triples generated when safe CURIEs are used' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0065.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0065.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0065</title><br/> </head><br/> <body><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0065.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0065.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:michael.hausenblas@joanneum.at> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0066'>Test 0066: @about with @typeof in the head</dt>
<dd>
<p>Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0066'>
<span content='Test 0066: @about with @typeof in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head typeof="foaf:Document"><br/> <title>Test 0066</title><br/> </head><br/> <body><br/> <p>This is test #66.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0066'>
<span content='Test 0066: @about with @typeof in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head typeof="foaf:Document"><br/> <title>Test 0066</title><br/> </head><br/> <body><br/> <p>This is test #66.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.html> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0066'>
<span content='Test 0066: @about with @typeof in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @about (with current document) is implied in the head, and the proper triples are generated using @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head typeof="foaf:Document"><br/> <title>Test 0066</title><br/> </head><br/> <body><br/> <p>This is test #66.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.xhtml> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0067'>Test 0067: @property in the head</dt>
<dd>
<p>Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0067'>
<span content='Test 0067: @property in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title property="foaf:topic">Test 0067</title><br/> </head><br/> <body><br/> <p>This is test #67.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html> <http://xmlns.com/foaf/0.1/topic> "Test 0067" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0067'>
<span content='Test 0067: @property in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title property="foaf:topic">Test 0067</title><br/> </head><br/> <body><br/> <p>This is test #67.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html> <http://xmlns.com/foaf/0.1/topic> "Test 0067" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0067'>
<span content='Test 0067: @property in the head' property='dc:title mf:name'></span>
<span content='Test to make sure that @property in head uses the implied current document as the subject if no other subject is specified' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title property="foaf:topic">Test 0067</title><br/> </head><br/> <body><br/> <p>This is test #67.</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml> <http://xmlns.com/foaf/0.1/topic> "Test 0067" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0068'>Test 0068: Relative URI in @about</dt>
<dd>
<p>Tests to ensure that relative URI is resolved correctly when used in @about</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0068'>
<span content='Test 0068: Relative URI in @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0068.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0068.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0068</title><br/> </head><br/> <body><br/> <p about="0067.html"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0068.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0068.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html> <http://purl.org/dc/elements/1.1/title> "Test 0067" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0068'>
<span content='Test 0068: Relative URI in @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0068.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0068.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0068</title><br/> </head><br/> <body><br/> <p about="0067.html"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0068.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0068.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html> <http://purl.org/dc/elements/1.1/title> "Test 0067" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0068'>
<span content='Test 0068: Relative URI in @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0068.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0068.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0068</title><br/> </head><br/> <body><br/> <p about="0067.xhtml"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0068.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0068.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml> <http://purl.org/dc/elements/1.1/title> "Test 0067" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0069'>Test 0069: Relative URI in @href</dt>
<dd>
<p>Tests to ensure that relative URI is resolved correctly when used in @href</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0069'>
<span content='Test 0069: Relative URI in @href' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @href' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0069</title><br/> </head><br/> <body><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.html">Test 0070</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0069'>
<span content='Test 0069: Relative URI in @href' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @href' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html'><!DOCTYPE html><br/><html xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0069</title><br/> </head><br/> <body><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.html">Test 0070</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0069'>
<span content='Test 0069: Relative URI in @href' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @href' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0069</title><br/> </head><br/> <body><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.xhtml">Test 0070</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0070'>Test 0070: Relative URI in @resource</dt>
<dd>
<p>Tests to ensure that relative URI is resolved correctly when used in @resource</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0070'>
<span content='Test 0070: Relative URI in @resource' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0070</title><br/> </head><br/> <body><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.html">Test 0069</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html> <http://www.w3.org/1999/xhtml/vocab#prev> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0070'>
<span content='Test 0070: Relative URI in @resource' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html'><!DOCTYPE html><br/><html xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0070</title><br/> </head><br/> <body><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.html">Test 0069</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html> <http://www.w3.org/1999/xhtml/vocab#prev> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0070'>
<span content='Test 0070: Relative URI in @resource' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URI is resolved correctly when used in @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0070</title><br/> </head><br/> <body><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.xhtml">Test 0069</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml> <http://www.w3.org/1999/xhtml/vocab#prev> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0071'>Test 0071: No explicit @about</dt>
<dd>
<p>Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0071'>
<span content='Test 0071: No explicit @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0071</title><br/> </head><br/> <body><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0071'>
<span content='Test 0071: No explicit @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.html'><!DOCTYPE html><br/><html xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0071</title><br/> </head><br/> <body><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.html> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0071'>
<span content='Test 0071: No explicit @about' property='dc:title mf:name'></span>
<span content='Tests to ensure that a triple is generated even if @typeof and @about is not specified anywhere in the document' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#"><br/> <head><br/> <title>Test 0071</title><br/> </head><br/> <body><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.xhtml> <http://creativecommons.org/ns#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0072'>Test 0072: Relative URI in @about (with XHTML base in head)</dt>
<dd>
<p>Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0072'>
<span content='Test 0072: Relative URI in @about (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0072.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0072.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0072</title><br/> </head><br/> <body><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0072.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0072.sparql'>ASK WHERE {<br/> <http://www.example.org/faq> <http://purl.org/dc/elements/1.1/title> "Example FAQ" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0072'>
<span content='Test 0072: Relative URI in @about (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0072.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0072.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0072</title><br/> </head><br/> <body><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0072.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0072.sparql'>ASK WHERE {<br/> <http://www.example.org/faq> <http://purl.org/dc/elements/1.1/title> "Example FAQ" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0072'>
<span content='Test 0072: Relative URI in @about (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @about with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0072.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0072.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0072</title><br/> </head><br/> <body><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0072.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0072.sparql'>ASK WHERE {<br/> <http://www.example.org/faq> <http://purl.org/dc/elements/1.1/title> "Example FAQ" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0073'>Test 0073: Relative URI in @resource (with XHTML base in head)</dt>
<dd>
<p>Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0073'>
<span content='Test 0073: Relative URI in @resource (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0073.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0073.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0073</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0073.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0073.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0073'>
<span content='Test 0073: Relative URI in @resource (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0073.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0073.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0073</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0073.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0073.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0073'>
<span content='Test 0073: Relative URI in @resource (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @resource with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0073.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0073.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0073</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0073.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0073.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0074'>Test 0074: Relative URI in @href (with XHTML base in head)</dt>
<dd>
<p>Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0074'>
<span content='Test 0074: Relative URI in @href (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0074.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0074.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0074</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0074.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0074.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0074'>
<span content='Test 0074: Relative URI in @href (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0074.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0074.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0074</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0074.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0074.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0074'>
<span content='Test 0074: Relative URI in @href (with XHTML base in head)' property='dc:title mf:name'></span>
<span content='Tests to ensure that relative URIs are resolved correctly when used in @href with XHTML base set in head' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0074.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0074.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0074</title><br/> </head><br/> <body><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0074.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0074.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/creator> <http://www.example.org/jane> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0075'>Test 0075: Reserved word 'license' in @rel with no explicit @about</dt>
<dd>
<p>Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0075'>
<span content="Test 0075: Reserved word 'license' in @rel with no explicit @about" property='dc:title mf:name'></span>
<span content="Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0075.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0075.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0075</title><br/> </head><br/> <body><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0075.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0075.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0075'>
<span content="Test 0075: Reserved word 'license' in @rel with no explicit @about" property='dc:title mf:name'></span>
<span content="Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0075.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0075.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0075</title><br/> </head><br/> <body><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0075.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0075.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0075'>
<span content="Test 0075: Reserved word 'license' in @rel with no explicit @about" property='dc:title mf:name'></span>
<span content="Tests to ensure that the XHTML+RDFa reserved word 'license' when used in @rel (with no @about) generates the proper triple" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0075.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0075.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/"></base><br/> <title>Test 0075</title><br/> </head><br/> <body><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0075.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0075.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nd/3.0/> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0079'>Test 0079: @resource and @href in completing incomplete triples</dt>
<dd>
<p>Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0079'>
<span content='Test 0079: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0079.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0079.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0079</title> <br/> </head><br/> <body> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0079.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0079.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0079'>
<span content='Test 0079: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0079.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0079.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0079</title> <br/> </head><br/> <body> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0079.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0079.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0079'>
<span content='Test 0079: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests role of @resource and @href in completing incomplete triples (including their mutual priorities)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0079.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0079.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0079</title> <br/> </head><br/> <body> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0079.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0079.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0080'>Test 0080: @about overrides @resource in incomplete triples</dt>
<dd>
<p>Tests if @about has a higher priority than @resource in handling incomplete triples</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0080'>
<span content='Test 0080: @about overrides @resource in incomplete triples' property='dc:title mf:name'></span>
<span content='Tests if @about has a higher priority than @resource in handling incomplete triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0080.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0080.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0080</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0080.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0080.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0080'>
<span content='Test 0080: @about overrides @resource in incomplete triples' property='dc:title mf:name'></span>
<span content='Tests if @about has a higher priority than @resource in handling incomplete triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0080.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0080.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0080</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0080.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0080.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0080'>
<span content='Test 0080: @about overrides @resource in incomplete triples' property='dc:title mf:name'></span>
<span content='Tests if @about has a higher priority than @resource in handling incomplete triples' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0080.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0080.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0080</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0080.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0080.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0083'>Test 0083: multiple ways of handling incomplete triples (merged)</dt>
<dd>
<p>Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0083'>
<span content='Test 0083: multiple ways of handling incomplete triples (merged)' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0083.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0083.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0083</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0083.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0083.sparql'>ASK WHERE { <br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" . <br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0083'>
<span content='Test 0083: multiple ways of handling incomplete triples (merged)' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0083.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0083.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0083</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0083.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0083.sparql'>ASK WHERE { <br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" . <br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0083'>
<span content='Test 0083: multiple ways of handling incomplete triples (merged)' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bNode as subject ('merged'); the third case should use @about" property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0083.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0083.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0083</title> <br/> </head><br/> <body><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0083.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0083.sparql'>ASK WHERE { <br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" . <br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0084'>Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev</dt>
<dd>
<p>Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0084'>
<span content='Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0084.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0084.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0084</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0084.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0084.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a) <br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0084'>
<span content='Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0084.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0084.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0084</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0084.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0084.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a) <br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0084'>
<span content='Test 0084: multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev. There is an intermediate div that should be ignored by the process' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0084.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0084.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0084</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0084.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0084.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> <http://danbri.org/foaf.rdf#danbri> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> <http://danbri.org/foaf.rdf#danbri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> <http://danbri.org/foaf.rdf#danbri> <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a) <br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0085'>Test 0085: @resource and @href in completing incomplete triples</dt>
<dd>
<p>Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0085'>
<span content='Test 0085: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0085.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0085.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0085</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0085.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0085.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> _:a.<br/> _:a <http://xmlns.com/foaf/0.1/knows> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0085'>
<span content='Test 0085: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0085.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0085.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0085</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0085.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0085.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> _:a.<br/> _:a <http://xmlns.com/foaf/0.1/knows> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0085'>
<span content='Test 0085: @resource and @href in completing incomplete triples' property='dc:title mf:name'></span>
<span content='Tests the role of @resource and @href in completing incomplete triples (including their mutual priorities), but with an intermediate layer (ie, bNode) added' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0085.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0085.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0085</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0085.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0085.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> _:a.<br/> _:a <http://xmlns.com/foaf/0.1/knows> <http://www.ivan-herman.org/Ivan_Herman> ,<br/> <http://www.w3.org/People/Berners-Lee/card#i> ,<br/> <http://danbri.org/foaf.rdf#danbri> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0087'>Test 0087: All reserved XHTML @rel values (with :xxx)</dt>
<dd>
<p>Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0087'>
<span content='Test 0087: All reserved XHTML @rel values (with :xxx)' property='dc:title mf:name'></span>
<span content='Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0087</title><br/> </head><br/> <body><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.sparql'>ASK WHERE { <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#alternate><br/> <http://example.org/alternate> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#appendix><br/> <http://example.org/appendix> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#bookmark><br/> <http://example.org/bookmark> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#cite><br/> <http://example.org/cite> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#chapter><br/> <http://example.org/chapter> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#contents><br/> <http://example.org/contents> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#copyright><br/> <http://example.org/copyright> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#glossary><br/> <http://example.org/glossary> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#help><br/> <http://example.org/help> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#icon><br/> <http://example.org/icon> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#index><br/> <http://example.org/index> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#meta><br/> <http://example.org/meta> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#next><br/> <http://example.org/next> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#p3pv1><br/> <http://example.org/p3pv1> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#prev><br/> <http://example.org/prev> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#role><br/> <http://example.org/role> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#section><br/> <http://example.org/section> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#subsection><br/> <http://example.org/subsection> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#start><br/> <http://example.org/start> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://example.org/license> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#up><br/> <http://example.org/up> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#first><br/> <http://example.org/first> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#last><br/> <http://example.org/last> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#stylesheet><br/> <http://example.org/stylesheet> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0087'>
<span content='Test 0087: All reserved XHTML @rel values (with :xxx)' property='dc:title mf:name'></span>
<span content='Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0087</title><br/> </head><br/> <body><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.sparql'>ASK WHERE { <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#alternate><br/> <http://example.org/alternate> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#appendix><br/> <http://example.org/appendix> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#bookmark><br/> <http://example.org/bookmark> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#cite><br/> <http://example.org/cite> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#chapter><br/> <http://example.org/chapter> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#contents><br/> <http://example.org/contents> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#copyright><br/> <http://example.org/copyright> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#glossary><br/> <http://example.org/glossary> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#help><br/> <http://example.org/help> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#icon><br/> <http://example.org/icon> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#index><br/> <http://example.org/index> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#meta><br/> <http://example.org/meta> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#next><br/> <http://example.org/next> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#p3pv1><br/> <http://example.org/p3pv1> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#prev><br/> <http://example.org/prev> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#role><br/> <http://example.org/role> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#section><br/> <http://example.org/section> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#subsection><br/> <http://example.org/subsection> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#start><br/> <http://example.org/start> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://example.org/license> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#up><br/> <http://example.org/up> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#first><br/> <http://example.org/first> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#last><br/> <http://example.org/last> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html><br/> <http://www.w3.org/1999/xhtml/vocab#stylesheet><br/> <http://example.org/stylesheet> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0087'>
<span content='Test 0087: All reserved XHTML @rel values (with :xxx)' property='dc:title mf:name'></span>
<span content='Tests to ensure that all reserved XHTML words are supported in @rel (with :xxx)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0087</title><br/> </head><br/> <body><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.sparql'>ASK WHERE { <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#alternate><br/> <http://example.org/alternate> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#appendix><br/> <http://example.org/appendix> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#bookmark><br/> <http://example.org/bookmark> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#cite><br/> <http://example.org/cite> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#chapter><br/> <http://example.org/chapter> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#contents><br/> <http://example.org/contents> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#copyright><br/> <http://example.org/copyright> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#glossary><br/> <http://example.org/glossary> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#help><br/> <http://example.org/help> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#icon><br/> <http://example.org/icon> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#index><br/> <http://example.org/index> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#meta><br/> <http://example.org/meta> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#next><br/> <http://example.org/next> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#p3pv1><br/> <http://example.org/p3pv1> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#prev><br/> <http://example.org/prev> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#role><br/> <http://example.org/role> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#section><br/> <http://example.org/section> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#subsection><br/> <http://example.org/subsection> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#start><br/> <http://example.org/start> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://example.org/license> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#up><br/> <http://example.org/up> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#first><br/> <http://example.org/first> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#last><br/> <http://example.org/last> .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml><br/> <http://www.w3.org/1999/xhtml/vocab#stylesheet><br/> <http://example.org/stylesheet> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0088'>Test 0088: Interpretation of the CURIE "_:"</dt>
<dd>
<p>Test the interpretation of the CURIE "_:"</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0088'>
<span content='Test 0088: Interpretation of the CURIE "_:"' property='dc:title mf:name'></span>
<span content='Test the interpretation of the CURIE "_:"' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0088.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0088.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0088</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0088.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0088.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0088'>
<span content='Test 0088: Interpretation of the CURIE "_:"' property='dc:title mf:name'></span>
<span content='Test the interpretation of the CURIE "_:"' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0088.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0088.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0088</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0088.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0088.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0088'>
<span content='Test 0088: Interpretation of the CURIE "_:"' property='dc:title mf:name'></span>
<span content='Test the interpretation of the CURIE "_:"' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0088.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0088.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0088</title> <br/> </head><br/> <body><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0088.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0088.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Dan Brickley" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0089'>Test 0089: @src sets a new subject (@typeof)</dt>
<dd>
<p>Tests to ensure that @src sets a new subject (focuses on @typeof).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0089'>
<span content='Test 0089: @src sets a new subject (@typeof)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src sets a new subject (focuses on @typeof).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0089.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0089.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0089</title><br/> </head><br/> <body><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0089.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0089.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Image> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0089'>
<span content='Test 0089: @src sets a new subject (@typeof)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src sets a new subject (focuses on @typeof).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0089.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0089.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0089</title><br/> </head><br/> <body><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0089.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0089.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Image> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0089'>
<span content='Test 0089: @src sets a new subject (@typeof)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src sets a new subject (focuses on @typeof).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0089.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0089.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0089</title><br/> </head><br/> <body><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0089.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0089.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Image> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0091'>Test 0091: Non-reserved, un-prefixed CURIE in @property</dt>
<dd>
<p>Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0091'>
<span content='Test 0091: Non-reserved, un-prefixed CURIE in @property' property='dc:title mf:name'></span>
<span content='Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0091.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0091.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0091</title><br/> </head><br/> <body><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0091.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0091.sparql'>ASK WHERE {<br/> ?a <http://www.w3.org/1999/xhtml/vocab#definition> "a bi-pedal primate" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#note> "confused animal" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#foo> "Milky Way" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0091'>
<span content='Test 0091: Non-reserved, un-prefixed CURIE in @property' property='dc:title mf:name'></span>
<span content='Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0091.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0091.html'><!DOCTYPE html><br/><html><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0091</title><br/> </head><br/> <body><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0091.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0091.sparql'>ASK WHERE {<br/> ?a <http://www.w3.org/1999/xhtml/vocab#definition> "a bi-pedal primate" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#note> "confused animal" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#foo> "Milky Way" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0091'>
<span content='Test 0091: Non-reserved, un-prefixed CURIE in @property' property='dc:title mf:name'></span>
<span content='Tests to ensure that non-reserved, un-prefixed CURIEs, when used in @property, generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0091.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0091.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0091</title><br/> </head><br/> <body><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0091.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0091.sparql'>ASK WHERE {<br/> ?a <http://www.w3.org/1999/xhtml/vocab#definition> "a bi-pedal primate" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#note> "confused animal" .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#foo> "Milky Way" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0093'>Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)</dt>
<dd>
<p>Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0093'>
<span content='Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)' property='dc:title mf:name'></span>
<span content='Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:ex="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0093</title><br/> </head><br/> <body><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html> <http://purl.org/dc/elements/1.1/creator> "Albert Einstein" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time"^^<http://www.example.org/XMLLiteral> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0093'>
<span content='Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)' property='dc:title mf:name'></span>
<span content='Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:ex="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0093</title><br/> </head><br/> <body><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html> <http://purl.org/dc/elements/1.1/creator> "Albert Einstein" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time"^^<http://www.example.org/XMLLiteral> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0093'>
<span content='Test 0093: Tests XMLLiteral content with explicit @datatype (user-data-typed literal)' property='dc:title mf:name'></span>
<span content='Tests the explicit specification of an RDF XMLLiteral with @datatype using a non-RDF namespace, yielding a user-data-typed literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:ex="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0093</title><br/> </head><br/> <body><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml> <http://purl.org/dc/elements/1.1/creator> "Albert Einstein" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time"^^<http://www.example.org/XMLLiteral> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0099'>Test 0099: Preservation of white space in literals</dt>
<dd>
<p>Tests the preservation of white space in literals.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0099'>
<span content='Test 0099: Preservation of white space in literals' property='dc:title mf:name'></span>
<span content='Tests the preservation of white space in literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0099.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0099.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0099</title><br/> </head><br/> <body><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0099.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0099.sparql'>ASK WHERE {<br/><http://www.cwi.nl/~steven/> <http://www.example.org/likes> """<br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching""" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0099'>
<span content='Test 0099: Preservation of white space in literals' property='dc:title mf:name'></span>
<span content='Tests the preservation of white space in literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0099.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0099.html'><!DOCTYPE html><br/><html xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0099</title><br/> </head><br/> <body><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0099.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0099.sparql'>ASK WHERE {<br/><http://www.cwi.nl/~steven/> <http://www.example.org/likes> """<br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching""" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0099'>
<span content='Test 0099: Preservation of white space in literals' property='dc:title mf:name'></span>
<span content='Tests the preservation of white space in literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0099.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0099.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0099</title><br/> </head><br/> <body><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0099.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0099.sparql'>ASK WHERE {<br/><http://www.cwi.nl/~steven/> <http://www.example.org/likes> """<br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching""" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0104'>Test 0104: rdf:value</dt>
<dd>
<p>Tests rdf:value with blank nodes to give a value with a unit</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0104'>
<span content='Test 0104: rdf:value' property='dc:title mf:name'></span>
<span content='Tests rdf:value with blank nodes to give a value with a unit' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0104</title><br/> </head><br/> <body><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.html#interfenestration> <http://www.example.org/size> _:a . <br/> _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "17" .<br/> _:a <http://www.example.org/unit> "character" .<br/> }<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0104'>
<span content='Test 0104: rdf:value' property='dc:title mf:name'></span>
<span content='Tests rdf:value with blank nodes to give a value with a unit' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.html'><!DOCTYPE html><br/><html xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0104</title><br/> </head><br/> <body><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.html#interfenestration> <http://www.example.org/size> _:a . <br/> _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "17" .<br/> _:a <http://www.example.org/unit> "character" .<br/> }<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0104'>
<span content='Test 0104: rdf:value' property='dc:title mf:name'></span>
<span content='Tests rdf:value with blank nodes to give a value with a unit' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:example="http://www.example.org/"><br/> <head profile="http://www.w3.org/1999/xhtml/vocab"><br/> <title>Test 0104</title><br/> </head><br/> <body><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.xhtml#interfenestration> <http://www.example.org/size> _:a . <br/> _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> "17" .<br/> _:a <http://www.example.org/unit> "character" .<br/> }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0106'>Test 0106: chaining with empty value in inner @rel</dt>
<dd>
<p>Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0106'>
<span content='Test 0106: chaining with empty value in inner @rel' property='dc:title mf:name'></span>
<span content='Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0106</title><br/> </head><br/> <body><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.html> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> OPTIONAL {<br/> ?x ?y <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manu.html> .<br/> }<br/> FILTER (isBlank(?a) && !BOUND(?x) && !BOUND(?y))<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0106'>
<span content='Test 0106: chaining with empty value in inner @rel' property='dc:title mf:name'></span>
<span content='Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0106</title><br/> </head><br/> <body><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.html> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> OPTIONAL {<br/> ?x ?y <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manu.html> .<br/> }<br/> FILTER (isBlank(?a) && !BOUND(?x) && !BOUND(?y))<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0106'>
<span content='Test 0106: chaining with empty value in inner @rel' property='dc:title mf:name'></span>
<span content='Tests the behavior of triple generation in the case where the inner @rel is defined, but is blank, which halts chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0106</title><br/> </head><br/> <body><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.xhtml> <http://purl.org/dc/elements/1.1/creator> ?a .<br/> OPTIONAL {<br/> ?x ?y <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manu.html> .<br/> }<br/> FILTER (isBlank(?a) && !BOUND(?x) && !BOUND(?y))<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0107'>Test 0107: no garbage collecting bnodes</dt>
<dd>
<p>Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0107'>
<span content='Test 0107: no garbage collecting bnodes' property='dc:title mf:name'></span>
<span content="Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated." property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0107</title><br/> </head><br/> <body><br/> <div rel="next"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.sparql'># This test should result in a 'NO', i.e. no triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> }</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0107'>
<span content='Test 0107: no garbage collecting bnodes' property='dc:title mf:name'></span>
<span content="Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated." property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.html'><!DOCTYPE html><br/><html xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0107</title><br/> </head><br/> <body><br/> <div rel="next"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.sparql'># This test should result in a 'NO', i.e. no triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> }</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0107'>
<span content='Test 0107: no garbage collecting bnodes' property='dc:title mf:name'></span>
<span content="Checks to make sure that that while we shouldn't garbage collect bnodes no triples are generated." property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0107</title><br/> </head><br/> <body><br/> <div rel="next"></div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.sparql'># This test should result in a 'NO', i.e. no triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> }</pre>
</div>
</span>
</dd>
<dt id='test_0109'>Test 0109: Tests to ensure @xml:base is ignored</dt>
<dd>
<p>Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0109'>
<span content='Test 0109: Tests to ensure @xml:base is ignored' property='dc:title mf:name'></span>
<span content='Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xml:base="http://example.org/invalid/"><br/> <head><br/> <title>Test 0109</title><br/> </head><br/> <body><br/> <!-- This a NOT a valid XHTML document (due to @xml:base) --><br/> <div xml:base="http://example.org/invalid/"><br/> <p about="">This is <span property="dc:title">Test 0109</span>.</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.html> <http://purl.org/dc/elements/1.1/title> "Test 0109" .<br/> }<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0109'>
<span content='Test 0109: Tests to ensure @xml:base is ignored' property='dc:title mf:name'></span>
<span content='Tests to make sure that @xml:base is ignored in XHTML+RDFa 1.0. The input test document is invalid XHTML.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xml:base="http://example.org/invalid/"><br/> <head><br/> <title>Test 0109</title><br/> </head><br/> <body><br/> <!-- This a NOT a valid XHTML document (due to @xml:base) --><br/> <div xml:base="http://example.org/invalid/"><br/> <p about="">This is <span property="dc:title">Test 0109</span>.</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.html> <http://purl.org/dc/elements/1.1/title> "Test 0109" .<br/> }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0110'>Test 0110: bNode generated even though no nested @about exists</dt>
<dd>
<p>Tests to make sure that a bNode is generated even though no nested @about exists.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0110'>
<span content='Test 0110: bNode generated even though no nested @about exists' property='dc:title mf:name'></span>
<span content='Tests to make sure that a bNode is generated even though no nested @about exists.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0110</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0110'>
<span content='Test 0110: bNode generated even though no nested @about exists' property='dc:title mf:name'></span>
<span content='Tests to make sure that a bNode is generated even though no nested @about exists.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.html'><!DOCTYPE html><br/><html xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0110</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0110'>
<span content='Test 0110: bNode generated even though no nested @about exists' property='dc:title mf:name'></span>
<span content='Tests to make sure that a bNode is generated even though no nested @about exists.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0110</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> FILTER isBlank(?a)<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0111'>Test 0111: two bNodes generated after three levels of nesting</dt>
<dd>
<p>Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0111'>
<span content='Test 0111: two bNodes generated after three levels of nesting' property='dc:title mf:name'></span>
<span content='Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0111</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#next> ?b .<br/> FILTER (isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0111'>
<span content='Test 0111: two bNodes generated after three levels of nesting' property='dc:title mf:name'></span>
<span content='Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.html'><!DOCTYPE html><br/><html xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0111</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.html> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#next> ?b .<br/> FILTER (isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0111'>
<span content='Test 0111: two bNodes generated after three levels of nesting' property='dc:title mf:name'></span>
<span content='Tests to make sure that two bNodes are generated after three levels of nesting and that the last div does not generate a triple.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/> <head><br/> <title>Test 0111</title><br/> </head><br/> <body><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> ?a .<br/> ?a <http://www.w3.org/1999/xhtml/vocab#next> ?b .<br/> FILTER (isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0112'>Test 0112: plain literal with datatype=""</dt>
<dd>
<p>Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0112'>
<span content='Test 0112: plain literal with datatype=""' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0112.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0112.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0112</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0112.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0112.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "not an XML Literal,\nwhitespace preserved\n" .<br/> }<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0112'>
<span content='Test 0112: plain literal with datatype=""' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0112.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0112.html'><!DOCTYPE html><br/><html xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0112</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0112.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0112.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "not an XML Literal,\nwhitespace preserved\n" .<br/> }<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0112'>
<span content='Test 0112: plain literal with datatype=""' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0112.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0112.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://example.org/"><br/> <head><br/> <title>Test 0112</title><br/> </head><br/> <body><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0112.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0112.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "not an XML Literal,\nwhitespace preserved\n" .<br/> }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0114'>Test 0114: Relative URI dot-segment removal</dt>
<dd>
<p>Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0114'>
<span content='Test 0114: Relative URI dot-segment removal' property='dc:title mf:name'></span>
<span content='Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"><br/> <head><br/> <title>Test 0114</title><br/> </head><br/> <body><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.html">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX cc: <http://creativecommons.org/ns#><br/>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html><br/> xhv:index <http://rdfa.info/test-suite/#>;<br/> xhv:next <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html>;<br/> xhv:up <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/>;<br/> cc:attributionURL <http://rdfa.info/>;<br/> rdfatest:cornerCase1 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/>;<br/> rdfatest:cornerCase3 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/...>;<br/> rdfatest:cornerCase4 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html?foo=bar../baz>;<br/> rdfatest:cornerCase5 <http://rdfa.info/test-suite/test-cases/.../.htaccess>.<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0114'>
<span content='Test 0114: Relative URI dot-segment removal' property='dc:title mf:name'></span>
<span content='Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html'><!DOCTYPE html><br/><html xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"><br/> <head><br/> <title>Test 0114</title><br/> </head><br/> <body><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.html">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX cc: <http://creativecommons.org/ns#><br/>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html><br/> xhv:index <http://rdfa.info/test-suite/#>;<br/> xhv:next <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html>;<br/> xhv:up <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/>;<br/> cc:attributionURL <http://rdfa.info/>;<br/> rdfatest:cornerCase1 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/>;<br/> rdfatest:cornerCase3 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/...>;<br/> rdfatest:cornerCase4 <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html?foo=bar../baz>;<br/> rdfatest:cornerCase5 <http://rdfa.info/test-suite/test-cases/.../.htaccess>.<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0114'>
<span content='Test 0114: Relative URI dot-segment removal' property='dc:title mf:name'></span>
<span content='Checks to make sure that a relative URI is resolved correctly according to RFC3986, section 5 (even when the relative URI is invalid, in this case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"><br/> <head><br/> <title>Test 0114</title><br/> </head><br/> <body><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.xhtml">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX cc: <http://creativecommons.org/ns#><br/>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml><br/> xhv:index <http://rdfa.info/test-suite/#>;<br/> xhv:next <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml>;<br/> xhv:up <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/>;<br/> cc:attributionURL <http://rdfa.info/>;<br/> rdfatest:cornerCase1 <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/>;<br/> rdfatest:cornerCase3 <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/...>;<br/> rdfatest:cornerCase4 <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml?foo=bar../baz>;<br/> rdfatest:cornerCase5 <http://rdfa.info/test-suite/test-cases/.../.htaccess>.<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0115'>Test 0115: XML Entities must be supported by RDFa parser</dt>
<dd>
<p>Checks to make sure that XML Entities are treated properly by the RDFa parser.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0115'>
<span content='Test 0115: XML Entities must be supported by RDFa parser' property='dc:title mf:name'></span>
<span content='Checks to make sure that XML Entities are treated properly by the RDFa parser.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://www.example.com/"><br/> <head><br/> <title>Test 0115</title><br/> </head><br/> <body><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html><br/> <http://www.example.com/entity1><br/> ">" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html><br/> <http://www.example.com/entity2><br/> "Ben & Co." .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html><br/> <http://www.example.com/entity3><br/> "@" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html><br/> <http://www.example.com/entity4><br/> "@" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0115'>
<span content='Test 0115: XML Entities must be supported by RDFa parser' property='dc:title mf:name'></span>
<span content='Checks to make sure that XML Entities are treated properly by the RDFa parser.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html'><!DOCTYPE html><br/><html xmlns:ex="http://www.example.com/"><br/> <head><br/> <title>Test 0115</title><br/> </head><br/> <body><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html><br/> <http://www.example.com/entity1><br/> ">" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html><br/> <http://www.example.com/entity2><br/> "Ben & Co." .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html><br/> <http://www.example.com/entity3><br/> "@" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html><br/> <http://www.example.com/entity4><br/> "@" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0115'>
<span content='Test 0115: XML Entities must be supported by RDFa parser' property='dc:title mf:name'></span>
<span content='Checks to make sure that XML Entities are treated properly by the RDFa parser.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://www.example.com/"><br/> <head><br/> <title>Test 0115</title><br/> </head><br/> <body><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml><br/> <http://www.example.com/entity1><br/> ">" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml><br/> <http://www.example.com/entity2><br/> "Ben & Co." .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml><br/> <http://www.example.com/entity3><br/> "@" .<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml><br/> <http://www.example.com/entity4><br/> "@" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0117'>Test 0117: Fragment identifiers stripped from BASE</dt>
<dd>
<p>Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0117'>
<span content='Test 0117: Fragment identifiers stripped from BASE' property='dc:title mf:name'></span>
<span content='Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0117.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0117.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/tc117.xhtml#fragment"></base><br/> <title property="dc:title">Test 0117</title><br/> </head><br/> <body><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0117.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0117.sparql'>ASK WHERE {<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/title> "Test 0117" .<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/contributor> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0117'>
<span content='Test 0117: Fragment identifiers stripped from BASE' property='dc:title mf:name'></span>
<span content='Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0117.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0117.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/tc117.xhtml#fragment"></base><br/> <title property="dc:title">Test 0117</title><br/> </head><br/> <body><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0117.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0117.sparql'>ASK WHERE {<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/title> "Test 0117" .<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/contributor> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0117'>
<span content='Test 0117: Fragment identifiers stripped from BASE' property='dc:title mf:name'></span>
<span content='Checks to make sure that fragment identifiers are stripped from [base] when used to generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0117.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0117.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <base href="http://www.example.org/tc117.xhtml#fragment"></base><br/> <title property="dc:title">Test 0117</title><br/> </head><br/> <body><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0117.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0117.sparql'>ASK WHERE {<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/title> "Test 0117" .<br/><http://www.example.org/tc117.xhtml> <http://purl.org/dc/elements/1.1/contributor> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0118'>Test 0118: empty string "" is not equivalent to NULL - @about</dt>
<dd>
<p>Checks to make sure that the empty string "" isn't considered as NULL in languages such as Javascript when generating triples. This test sets the subject in a chain using @href and then immediately changes the subject using @about and generates a triple. A buggy parser may use the @href subject (http://example.org/javascript.html) instead of the one defined by @about.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0118'>
<span content='Test 0118: empty string "" is not equivalent to NULL - @about' property='dc:title mf:name'></span>
<span content='Checks to make sure that the empty string "" isn't considered as NULL in languages such as Javascript when generating triples. This test sets the subject in a chain using @href and then immediately changes the subject using @about and generates a triple. A buggy parser may use the @href subject (http://example.org/javascript.html) instead of the one defined by @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0118</title><br/> </head><br/> <body><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.html><br/> <http://purl.org/dc/elements/1.1/creator><br/> "Ben" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0118'>
<span content='Test 0118: empty string "" is not equivalent to NULL - @about' property='dc:title mf:name'></span>
<span content='Checks to make sure that the empty string "" isn't considered as NULL in languages such as Javascript when generating triples. This test sets the subject in a chain using @href and then immediately changes the subject using @about and generates a triple. A buggy parser may use the @href subject (http://example.org/javascript.html) instead of the one defined by @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0118</title><br/> </head><br/> <body><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.html><br/> <http://purl.org/dc/elements/1.1/creator><br/> "Ben" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0118'>
<span content='Test 0118: empty string "" is not equivalent to NULL - @about' property='dc:title mf:name'></span>
<span content='Checks to make sure that the empty string "" isn't considered as NULL in languages such as Javascript when generating triples. This test sets the subject in a chain using @href and then immediately changes the subject using @about and generates a triple. A buggy parser may use the @href subject (http://example.org/javascript.html) instead of the one defined by @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0118</title><br/> </head><br/> <body><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.sparql'>ASK WHERE {<br/><http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.xhtml><br/> <http://purl.org/dc/elements/1.1/creator><br/> "Ben" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0119'>Test 0119: "[prefix:]" CURIE format is valid</dt>
<dd>
<p>Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a colon if a prefix is properly defined using xmlns.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0119'>
<span content='Test 0119: "[prefix:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a colon if a prefix is properly defined using xmlns.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0119.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0119.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0119</title><br/> </head><br/> <body><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0119.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0119.sparql'>ASK WHERE {<br/><http://example.org/><br/> <http://purl.org/dc/elements/1.1/title><br/> "Example Website" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0119'>
<span content='Test 0119: "[prefix:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a colon if a prefix is properly defined using xmlns.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0119.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0119.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0119</title><br/> </head><br/> <body><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0119.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0119.sparql'>ASK WHERE {<br/><http://example.org/><br/> <http://purl.org/dc/elements/1.1/title><br/> "Example Website" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0119'>
<span content='Test 0119: "[prefix:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a prefix and a colon if a prefix is properly defined using xmlns.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0119.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0119.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0119</title><br/> </head><br/> <body><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0119.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0119.sparql'>ASK WHERE {<br/><http://example.org/><br/> <http://purl.org/dc/elements/1.1/title><br/> "Example Website" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0120'>Test 0120: "[:]" CURIE format is valid</dt>
<dd>
<p>Checks to make sure that an RDFa processor expands CURIEs having only a colon to the default prefix "http://www.w3.org/1999/test-cases/vocab#".</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0120'>
<span content='Test 0120: "[:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a colon to the default prefix "http://www.w3.org/1999/test-cases/vocab#".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0120.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0120.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0120</title><br/> </head><br/> <body><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0120.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0120.sparql'>ASK WHERE {<br/><http://www.w3.org/1999/xhtml/vocab#><br/> <http://purl.org/dc/elements/1.1/title><br/> "The XHTML Vocabulary Document" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0120'>
<span content='Test 0120: "[:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a colon to the default prefix "http://www.w3.org/1999/test-cases/vocab#".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0120.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0120.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0120</title><br/> </head><br/> <body><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0120.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0120.sparql'>ASK WHERE {<br/><http://www.w3.org/1999/xhtml/vocab#><br/> <http://purl.org/dc/elements/1.1/title><br/> "The XHTML Vocabulary Document" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0120'>
<span content='Test 0120: "[:]" CURIE format is valid' property='dc:title mf:name'></span>
<span content='Checks to make sure that an RDFa processor expands CURIEs having only a colon to the default prefix "http://www.w3.org/1999/test-cases/vocab#".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0120.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0120.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"<br/>xmlns:example="http://example.org/"><br/> <head><br/> <title>Test 0120</title><br/> </head><br/> <body><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0120.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0120.sparql'>ASK WHERE {<br/><http://www.w3.org/1999/xhtml/vocab#><br/> <http://purl.org/dc/elements/1.1/title><br/> "The XHTML Vocabulary Document" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0121'>Test 0121: "[]" is a valid safe CURIE</dt>
<dd>
<p>Checks to make sure RDFa processors resolve the empty CURIE correctly. Note that this is not valid HTML due to recursive <p> elements.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0121'>
<span content='Test 0121: "[]" is a valid safe CURIE' property='dc:title mf:name'></span>
<span content='Checks to make sure RDFa processors resolve the empty CURIE correctly. Note that this is not valid HTML due to recursive <p> elements.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0121.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0121.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0121</title><br/> </head><br/> <body><br/> <div><br/> <p about="http://example.org/"><br/> <span about="[]" property="dc:title">Test Case 0121</span><br/> checks to make sure RDFa processors resolve the empty CURIE correctly.<br/> <p resource="[]"><br/> <span property="dc:contributor">Shane McCarron</span><br/> contributed to this test.<br/> </p><br/> </p><br/> </div><br/> </body><br/><br/><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0121.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0121.sparql'>ASK WHERE {<br/> <http://example.org/> <http://purl.org/dc/elements/1.1/title> "Test Case 0121" .<br/> <http://example.org/> <http://purl.org/dc/elements/1.1/contributor> "Shane McCarron" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0122'>Test 0122: resource="[]" does not set the object</dt>
<dd>
<p>Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0122'>
<span content='Test 0122: resource="[]" does not set the object' property='dc:title mf:name'></span>
<span content='Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0122.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0122.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0122</title><br/> </head><br/> <body><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> </body><br/><br/><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0122.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0122.sparql'># This is a negative test. No triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://www.example.org/section1.html> <http://www.w3.org/1999/xhtml/vocab#up> ?obj .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0122'>
<span content='Test 0122: resource="[]" does not set the object' property='dc:title mf:name'></span>
<span content='Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0122.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0122.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0122</title><br/> </head><br/> <body><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> </body><br/><br/><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0122.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0122.sparql'># This is a negative test. No triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://www.example.org/section1.html> <http://www.w3.org/1999/xhtml/vocab#up> ?obj .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0122'>
<span content='Test 0122: resource="[]" does not set the object' property='dc:title mf:name'></span>
<span content='Checks to make sure that resource="[]" does not set the object since RDFa does not allow non-prefixed CURIEs.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0122.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0122.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0122</title><br/> </head><br/> <body><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> </body><br/><br/><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0122.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0122.sparql'># This is a negative test. No triples should be generated from the XHTML+RDFa input document.<br/>ASK WHERE {<br/> <http://www.example.org/section1.html> <http://www.w3.org/1999/xhtml/vocab#up> ?obj .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0126'>Test 0126: Multiple @typeof values</dt>
<dd>
<p>Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0126'>
<span content='Test 0126: Multiple @typeof values' property='dc:title mf:name'></span>
<span content='Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0126.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0126.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0126</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0126.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0126.sparql'>ASK WHERE {<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/sioc/ns#Post> .<br/><http://www.example.org/#article> <http://purl.org/dc/terms/title> "My article" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0126'>
<span content='Test 0126: Multiple @typeof values' property='dc:title mf:name'></span>
<span content='Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0126.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0126.html'><!DOCTYPE html><br/><html xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0126</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0126.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0126.sparql'>ASK WHERE {<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/sioc/ns#Post> .<br/><http://www.example.org/#article> <http://purl.org/dc/terms/title> "My article" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0126'>
<span content='Test 0126: Multiple @typeof values' property='dc:title mf:name'></span>
<span content='Checks to ensure that multiple (white space separated) values in @typeof trigger multiple rdf:type triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0126.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0126.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0126</title><br/> </head><br/> <body><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0126.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0126.sparql'>ASK WHERE {<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Document> .<br/><http://www.example.org/#article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://rdfs.org/sioc/ns#Post> .<br/><http://www.example.org/#article> <http://purl.org/dc/terms/title> "My article" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0131'>Test 0131: Whitespace alternatives in attributes</dt>
<dd>
<p>Ensures that multiple whitespace alternatives in attributes are allowed.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0131'>
<span content='Test 0131: Whitespace alternatives in attributes' property='dc:title mf:name'></span>
<span content='Ensures that multiple whitespace alternatives in attributes are allowed.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/><head><br/> <title>Test</title><br/> <link rel="xhv:next&#x20;xhv:prev&#x09;xhv:first&#x0a;xhv:last&#x0d;xhv:subsection" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html> <http://www.w3.org/1999/xhtml/vocab#prev> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html> <http://www.w3.org/1999/xhtml/vocab#first> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html> <http://www.w3.org/1999/xhtml/vocab#last> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html> <http://www.w3.org/1999/xhtml/vocab#subsection> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0131'>
<span content='Test 0131: Whitespace alternatives in attributes' property='dc:title mf:name'></span>
<span content='Ensures that multiple whitespace alternatives in attributes are allowed.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html'><!DOCTYPE html><br/><html xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/><head><br/> <title>Test</title><br/> <link rel="xhv:next&#x20;xhv:prev&#x09;xhv:first&#x0a;xhv:last&#x0d;xhv:subsection" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html> <http://www.w3.org/1999/xhtml/vocab#next> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html> <http://www.w3.org/1999/xhtml/vocab#prev> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html> <http://www.w3.org/1999/xhtml/vocab#first> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html> <http://www.w3.org/1999/xhtml/vocab#last> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html> <http://www.w3.org/1999/xhtml/vocab#subsection> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0131'>
<span content='Test 0131: Whitespace alternatives in attributes' property='dc:title mf:name'></span>
<span content='Ensures that multiple whitespace alternatives in attributes are allowed.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"><br/><head><br/> <title>Test</title><br/> <link rel="xhv:next&#x20;xhv:prev&#x09;xhv:first&#x0a;xhv:last&#x0d;xhv:subsection" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml> <http://www.w3.org/1999/xhtml/vocab#next> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml> <http://www.w3.org/1999/xhtml/vocab#prev> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml> <http://www.w3.org/1999/xhtml/vocab#first> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml> <http://www.w3.org/1999/xhtml/vocab#last> <http://example.org/test.css> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml> <http://www.w3.org/1999/xhtml/vocab#subsection> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0134'>Test 0134: Uppercase reserved words</dt>
<dd>
<p>Ensures that mixed-case reserved words generate triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0134'>
<span content='Test 0134: Uppercase reserved words' property='dc:title mf:name'></span>
<span content='Ensures that mixed-case reserved words generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test</title><br/> <link rel="LICENSE" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.html> <http://www.w3.org/1999/xhtml/vocab#license> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0134'>
<span content='Test 0134: Uppercase reserved words' property='dc:title mf:name'></span>
<span content='Ensures that mixed-case reserved words generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test</title><br/> <link rel="LICENSE" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.html> <http://www.w3.org/1999/xhtml/vocab#license> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0134'>
<span content='Test 0134: Uppercase reserved words' property='dc:title mf:name'></span>
<span content='Ensures that mixed-case reserved words generate triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test</title><br/> <link rel="LICENSE" href="http://example.org/test.css" /><br/></head><br/><body><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.xhtml> <http://www.w3.org/1999/xhtml/vocab#license> <http://example.org/test.css> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0140'>Test 0140: Blank nodes identifiers are not allowed as predicates</dt>
<dd>
<p>The RDF data model does not allow blank node identifiers in predicates. This test ensures that RDFa processors do not emit invalid triples.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0140'>
<span content='Test 0140: Blank nodes identifiers are not allowed as predicates' property='dc:title mf:name'></span>
<span content='The RDF data model does not allow blank node identifiers in predicates. This test ensures that RDFa processors do not emit invalid triples.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Blank-node as Predicate Test</title><br/></head><br/><body><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.sparql'># This is a negative test, no triples containing "Test" should be generated. <br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.html> ?p "Test".<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0140'>
<span content='Test 0140: Blank nodes identifiers are not allowed as predicates' property='dc:title mf:name'></span>
<span content='The RDF data model does not allow blank node identifiers in predicates. This test ensures that RDFa processors do not emit invalid triples.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Blank-node as Predicate Test</title><br/></head><br/><body><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.sparql'># This is a negative test, no triples containing "Test" should be generated. <br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.html> ?p "Test".<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0140'>
<span content='Test 0140: Blank nodes identifiers are not allowed as predicates' property='dc:title mf:name'></span>
<span content='The RDF data model does not allow blank node identifiers in predicates. This test ensures that RDFa processors do not emit invalid triples.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Blank-node as Predicate Test</title><br/></head><br/><body><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.sparql'># This is a negative test, no triples containing "Test" should be generated. <br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.xhtml> ?p "Test".<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0147'>Test 0147: xmlns prefix 'xmlzzz' (reserved)</dt>
<dd>
<p>Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0147'>
<span content="Test 0147: xmlns prefix 'xmlzzz' (reserved)" property='dc:title mf:name'></span>
<span content="Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test</title><br/></head><br/><body><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.html> <http://example.org/test> "Test".<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0147'>
<span content="Test 0147: xmlns prefix 'xmlzzz' (reserved)" property='dc:title mf:name'></span>
<span content="Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test</title><br/></head><br/><body><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.html> <http://example.org/test> "Test".<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0147'>
<span content="Test 0147: xmlns prefix 'xmlzzz' (reserved)" property='dc:title mf:name'></span>
<span content="Ensures that RDFa processors allow the prefix 'xmlzzz', even though it is a reserved prefix in XML." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test</title><br/></head><br/><body><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.xhtml> <http://example.org/test> "Test".<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0174'>Test 0174: Support single character prefix in CURIEs</dt>
<dd>
<p>Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0174'>
<span content='Test 0174: Support single character prefix in CURIEs' property='dc:title mf:name'></span>
<span content='Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0174.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0174.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:v="http://www.w3.org/2006/vcard/ns#"><br/><head> <br/> <title>Test 0174</title> <br/></head> <br/><body> <br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0174.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0174.sparql'>ASK WHERE {<br/> <http://example.org/jd> <http://www.w3.org/2006/vcard/ns#fn> "John Doe" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0174'>
<span content='Test 0174: Support single character prefix in CURIEs' property='dc:title mf:name'></span>
<span content='Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0174.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0174.html'><!DOCTYPE html><br/><html xmlns:v="http://www.w3.org/2006/vcard/ns#"><br/><head> <br/> <title>Test 0174</title> <br/></head> <br/><body> <br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0174.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0174.sparql'>ASK WHERE {<br/> <http://example.org/jd> <http://www.w3.org/2006/vcard/ns#fn> "John Doe" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0174'>
<span content='Test 0174: Support single character prefix in CURIEs' property='dc:title mf:name'></span>
<span content='Checks to ensure that the RDFa processor correctly processes single character prefixes when processing CURIEs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0174.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0174.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="http://www.w3.org/2006/vcard/ns#"><br/><head> <br/> <title>Test 0174</title> <br/></head> <br/><body> <br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0174.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0174.sparql'>ASK WHERE {<br/> <http://example.org/jd> <http://www.w3.org/2006/vcard/ns#fn> "John Doe" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0175'>Test 0175: IRI for @property is allowed</dt>
<dd>
<p>Checks to make sure that a URI may be used as a @property value</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0175'>
<span content='Test 0175: IRI for @property is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as a @property value' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0175.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0175.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0175</title><br/> </head><br/> <body><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0175.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0175.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0175'>
<span content='Test 0175: IRI for @property is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as a @property value' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0175.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0175.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0175</title><br/> </head><br/> <body><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0175.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0175.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0175'>
<span content='Test 0175: IRI for @property is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as a @property value' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0175.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0175.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0175</title><br/> </head><br/> <body><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0175.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0175.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> FILTER isBlank(?a)<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0176'>Test 0176: IRI for @rel and @rev is allowed</dt>
<dd>
<p>Checks to make sure that a URI may be used as @rel and @rev values</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0176'>
<span content='Test 0176: IRI for @rel and @rev is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as @rel and @rev values' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0176.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0176.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0176</title><br/> </head><br/> <body><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0176.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0176.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:gregg@kellogg-assoc.com> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?b <http://xmlns.com/foaf/0.1/knows> ?a .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0176'>
<span content='Test 0176: IRI for @rel and @rev is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as @rel and @rev values' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0176.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0176.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0176</title><br/> </head><br/> <body><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0176.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0176.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:gregg@kellogg-assoc.com> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?b <http://xmlns.com/foaf/0.1/knows> ?a .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0176'>
<span content='Test 0176: IRI for @rel and @rev is allowed' property='dc:title mf:name'></span>
<span content='Checks to make sure that a URI may be used as @rel and @rev values' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0176.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0176.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0176</title><br/> </head><br/> <body><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> </body><br/><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0176.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0176.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/mbox> <mailto:manu.sporny@digitalbazaar.com> .<br/> ?b <http://xmlns.com/foaf/0.1/mbox> <mailto:gregg@kellogg-assoc.com> .<br/> ?a <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?b <http://xmlns.com/foaf/0.1/knows> ?a .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0177'>Test 0177: Test @prefix</dt>
<dd>
<p>Checks to make sure @prefix with a single entry creates a URI mapping</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0177'>
<span content='Test 0177: Test @prefix' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with a single entry creates a URI mapping' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0177.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0177.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0177</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0177.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0177.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0177'>
<span content='Test 0177: Test @prefix' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with a single entry creates a URI mapping' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0177.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0177.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0177</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0177.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0177.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0177'>
<span content='Test 0177: Test @prefix' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with a single entry creates a URI mapping' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0177.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0177.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0177</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0177.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0177.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0178'>Test 0178: Test @prefix with multiple mappings</dt>
<dd>
<p>Checks to make sure @prefix with multiple entires creates multiple URI mappings</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0178'>
<span content='Test 0178: Test @prefix with multiple mappings' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with multiple entires creates multiple URI mappings' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0178.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0178.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0178</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0178.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0178.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0178'>
<span content='Test 0178: Test @prefix with multiple mappings' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with multiple entires creates multiple URI mappings' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0178.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0178.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0178</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0178.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0178.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0178'>
<span content='Test 0178: Test @prefix with multiple mappings' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with multiple entires creates multiple URI mappings' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0178.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0178.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0178</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0178.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0178.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0179'>Test 0179: Test @prefix vs @xmlns priority</dt>
<dd>
<p>Checks to make sure @prefix has a higher priority than @xmlns</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0179'>
<span content='Test 0179: Test @prefix vs @xmlns priority' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix has a higher priority than @xmlns' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0179.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0179.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0179</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0179.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0179.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0179'>
<span content='Test 0179: Test @prefix vs @xmlns priority' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix has a higher priority than @xmlns' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0179.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0179.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0179</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0179.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0179.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0179'>
<span content='Test 0179: Test @prefix vs @xmlns priority' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix has a higher priority than @xmlns' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0179.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0179.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0179</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0179.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0179.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0180'>Test 0180: Test @prefix with empty mapping</dt>
<dd>
<p>Checks to make sure @prefix with empty prefix does not create a mapping.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0180'>
<span content='Test 0180: Test @prefix with empty mapping' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with empty prefix does not create a mapping.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0180.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0180.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0180</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0180.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0180.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0180'>
<span content='Test 0180: Test @prefix with empty mapping' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with empty prefix does not create a mapping.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0180.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0180.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0180</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0180.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0180.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0180'>
<span content='Test 0180: Test @prefix with empty mapping' property='dc:title mf:name'></span>
<span content='Checks to make sure @prefix with empty prefix does not create a mapping.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0180.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0180.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0180</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0180.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0180.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0181'>Test 0181: Test default XHTML vocabulary</dt>
<dd>
<p>Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0181'>
<span content='Test 0181: Test default XHTML vocabulary' property='dc:title mf:name'></span>
<span content='Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0181.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0181.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0181</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0181.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0181.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0181'>
<span content='Test 0181: Test default XHTML vocabulary' property='dc:title mf:name'></span>
<span content='Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0181.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0181.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0181</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0181.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0181.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0181'>
<span content='Test 0181: Test default XHTML vocabulary' property='dc:title mf:name'></span>
<span content='Checks Tests a CURIE with default namespace uses XHTML Vocabulary namespace.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0181.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0181.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0181</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0181.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0181.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0182'>Test 0182: Test prefix locality</dt>
<dd>
<p>Checks to be sure that prefixes are defined within the element hierarchy.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0182'>
<span content='Test 0182: Test prefix locality' property='dc:title mf:name'></span>
<span content='Checks to be sure that prefixes are defined within the element hierarchy.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0182.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0182.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0182</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0182.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0182.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0182'>
<span content='Test 0182: Test prefix locality' property='dc:title mf:name'></span>
<span content='Checks to be sure that prefixes are defined within the element hierarchy.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0182.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0182.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0182</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0182.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0182.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0182'>
<span content='Test 0182: Test prefix locality' property='dc:title mf:name'></span>
<span content='Checks to be sure that prefixes are defined within the element hierarchy.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0182.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0182.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0182</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0182.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0182.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0183'>Test 0183: Test @xmlns redefines @prefix</dt>
<dd>
<p>A new @xmlns definition should override a previous @prefix definition at this element.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0183'>
<span content='Test 0183: Test @xmlns redefines @prefix' property='dc:title mf:name'></span>
<span content='A new @xmlns definition should override a previous @prefix definition at this element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0183.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0183.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0183</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0183.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0183.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0183'>
<span content='Test 0183: Test @xmlns redefines @prefix' property='dc:title mf:name'></span>
<span content='A new @xmlns definition should override a previous @prefix definition at this element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0183.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0183.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0183</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0183.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0183.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0183'>
<span content='Test 0183: Test @xmlns redefines @prefix' property='dc:title mf:name'></span>
<span content='A new @xmlns definition should override a previous @prefix definition at this element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0183.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0183.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0183</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0183.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0183.sparql'>ASK WHERE {<br/> <http://example.org/#this> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/dc/terms/Agent> .<br/> <http://example.org/#this> <http://xmlns.com/foaf/0.1/name> "A particular agent"<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0186'>Test 0186: @vocab after subject declaration</dt>
<dd>
<p>Check that @vocab establishes a new default vocabulary when declared on the same element as a subject declaration via @about.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0186'>
<span content='Test 0186: @vocab after subject declaration' property='dc:title mf:name'></span>
<span content='Check that @vocab establishes a new default vocabulary when declared on the same element as a subject declaration via @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0186.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0186.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0186</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0186.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0186.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0186'>
<span content='Test 0186: @vocab after subject declaration' property='dc:title mf:name'></span>
<span content='Check that @vocab establishes a new default vocabulary when declared on the same element as a subject declaration via @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0186.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0186.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0186</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0186.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0186.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0186'>
<span content='Test 0186: @vocab after subject declaration' property='dc:title mf:name'></span>
<span content='Check that @vocab establishes a new default vocabulary when declared on the same element as a subject declaration via @about.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0186.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0186.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0186</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0186.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0186.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0187'>Test 0187: @vocab redefinition</dt>
<dd>
<p>Check that a more deeply nested @vocab attribute overloads a previous @vocab definition.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0187'>
<span content='Test 0187: @vocab redefinition' property='dc:title mf:name'></span>
<span content='Check that a more deeply nested @vocab attribute overloads a previous @vocab definition.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0187.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0187.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0187</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0187.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0187.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0187'>
<span content='Test 0187: @vocab redefinition' property='dc:title mf:name'></span>
<span content='Check that a more deeply nested @vocab attribute overloads a previous @vocab definition.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0187.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0187.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0187</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0187.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0187.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0187'>
<span content='Test 0187: @vocab redefinition' property='dc:title mf:name'></span>
<span content='Check that a more deeply nested @vocab attribute overloads a previous @vocab definition.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0187.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0187.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0187</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0187.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0187.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0188'>Test 0188: @vocab only affects predicates</dt>
<dd>
<p>Check that @vocab definitions on parent elements only affect predicate establishment.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0188'>
<span content='Test 0188: @vocab only affects predicates' property='dc:title mf:name'></span>
<span content='Check that @vocab definitions on parent elements only affect predicate establishment.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0188.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0188.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0188</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0188.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0188.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0188'>
<span content='Test 0188: @vocab only affects predicates' property='dc:title mf:name'></span>
<span content='Check that @vocab definitions on parent elements only affect predicate establishment.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0188.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0188.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0188</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0188.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0188.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0188'>
<span content='Test 0188: @vocab only affects predicates' property='dc:title mf:name'></span>
<span content='Check that @vocab definitions on parent elements only affect predicate establishment.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0188.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0188.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0188</title><br/> <base href="http://example.org/"/><br/> </head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0188.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0188.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0189'>Test 0189: @vocab overrides default term</dt>
<dd>
<p>Check that @vocab changes a default term from XHV. Lookup checks default vocabulary before local term mappings.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0189'>
<span content='Test 0189: @vocab overrides default term' property='dc:title mf:name'></span>
<span content='Check that @vocab changes a default term from XHV. Lookup checks default vocabulary before local term mappings.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0189.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0189.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0189</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0189.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0189.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.example.org/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0189'>
<span content='Test 0189: @vocab overrides default term' property='dc:title mf:name'></span>
<span content='Check that @vocab changes a default term from XHV. Lookup checks default vocabulary before local term mappings.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0189.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0189.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0189</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0189.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0189.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.example.org/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0189'>
<span content='Test 0189: @vocab overrides default term' property='dc:title mf:name'></span>
<span content='Check that @vocab changes a default term from XHV. Lookup checks default vocabulary before local term mappings.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0189.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0189.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0189</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0189.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0189.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.example.org/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0190'>Test 0190: Test term case insensitivity</dt>
<dd>
<p>Check to ensure a mixed case term matches a case insensitive definition</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0190'>
<span content='Test 0190: Test term case insensitivity' property='dc:title mf:name'></span>
<span content='Check to ensure a mixed case term matches a case insensitive definition' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0190.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0190.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0190</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0190.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0190.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0190'>
<span content='Test 0190: Test term case insensitivity' property='dc:title mf:name'></span>
<span content='Check to ensure a mixed case term matches a case insensitive definition' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0190.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0190.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0190</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0190.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0190.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0190'>
<span content='Test 0190: Test term case insensitivity' property='dc:title mf:name'></span>
<span content='Check to ensure a mixed case term matches a case insensitive definition' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0190.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0190.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0190</title><br/> </head><br/> <body><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0190.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0190.sparql'>ASK WHERE {<br/> <http://www.example.org/software><br/> <http://www.w3.org/1999/xhtml/vocab#license><br/> <http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0196'>Test 0196: Test process explicit XMLLiteral</dt>
<dd>
<p>XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0196'>
<span content='Test 0196: Test process explicit XMLLiteral' property='dc:title mf:name'></span>
<span content='XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0196.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0196.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0196</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0196.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0196.sparql'># Some parsers may generate XML Literals that differ from the ones<br/># shown below. The only requirement for XML Literal tests is that<br/># the RDF graph that is generated is equivalent to the one expressed<br/># in the XHTML (preservation of whitespace and namespaces that are<br/># utilized in the XML Literal).<br/><br/>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> "This is an XMLLiteral"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/> <http://www.example.org> <http://example.org/rdf/plainlit> "This is a plain literal" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0196'>
<span content='Test 0196: Test process explicit XMLLiteral' property='dc:title mf:name'></span>
<span content='XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0196.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0196.html'><!DOCTYPE html><br/><html xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0196</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0196.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0196.sparql'># Some parsers may generate XML Literals that differ from the ones<br/># shown below. The only requirement for XML Literal tests is that<br/># the RDF graph that is generated is equivalent to the one expressed<br/># in the XHTML (preservation of whitespace and namespaces that are<br/># utilized in the XML Literal).<br/><br/>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> "This is an XMLLiteral"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/> <http://www.example.org> <http://example.org/rdf/plainlit> "This is a plain literal" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0196'>
<span content='Test 0196: Test process explicit XMLLiteral' property='dc:title mf:name'></span>
<span content='XMLLiteral must be explicitly specified, otherwise a normal untyped literal is created' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0196.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0196.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0196</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0196.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0196.sparql'># Some parsers may generate XML Literals that differ from the ones<br/># shown below. The only requirement for XML Literal tests is that<br/># the RDF graph that is generated is equivalent to the one expressed<br/># in the XHTML (preservation of whitespace and namespaces that are<br/># utilized in the XML Literal).<br/><br/>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> "This is an XMLLiteral"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/> <http://www.example.org> <http://example.org/rdf/plainlit> "This is a plain literal" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0197'>Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI</dt>
<dd>
<p>TERMorCURIEorAbsURI requires an absolute URI</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0197'>
<span content='Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI' property='dc:title mf:name'></span>
<span content='TERMorCURIEorAbsURI requires an absolute URI' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0197.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0197.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0197</title><br/> <base href="http://www.example.org/me" /><br/></head><br/><body><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0197.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0197.sparql'>ASK WHERE {<br/> <http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0197'>
<span content='Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI' property='dc:title mf:name'></span>
<span content='TERMorCURIEorAbsURI requires an absolute URI' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0197.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0197.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0197</title><br/> <base href="http://www.example.org/me" /><br/></head><br/><body><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0197.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0197.sparql'>ASK WHERE {<br/> <http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0197'>
<span content='Test 0197: Test TERMorCURIEorAbsURI requires an absolute URI' property='dc:title mf:name'></span>
<span content='TERMorCURIEorAbsURI requires an absolute URI' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0197.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0197.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0197</title><br/> <base href="http://www.example.org/me" /><br/></head><br/><body><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0197.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0197.sparql'>ASK WHERE {<br/> <http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0198'>Test 0198: datatype XMLLiteral with other embedded RDFa</dt>
<dd>
<p>Checks to ensure that when datatype is the default the parser generates triples for embedded content.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0198'>
<span content='Test 0198: datatype XMLLiteral with other embedded RDFa' property='dc:title mf:name'></span>
<span content='Checks to ensure that when datatype is the default the parser generates triples for embedded content.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0198.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0198.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0198</title><br/> <base href="http://www.example.org/me" /><br/></head><br/><body><br/> <div id="mark" about="#mark" typeof="foaf:Person"><br/> <h2 property="foaf:name" datatype="rdf:XMLLiteral"><span <br/>property="foaf:firstName">Mark</span> <span <br/>property="foaf:surname">Birbeck</span></h2><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0198.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0198.sparql'>ASK WHERE {<br/> <http://www.example.org/me#mark> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> <http://www.example.org/me#mark> <http://xmlns.com/foaf/0.1/name><br/> "<span property=\"foaf:firstName\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">Mark</span> <span property=\"foaf:surname\" xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:foaf=\"http://xmlns.com/foaf/0.1/\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\">Birbeck</span>"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/> <http://www.example.org/me#mark> <http://xmlns.com/foaf/0.1/firstName> "Mark" .<br/> <http://www.example.org/me#mark> <http://xmlns.com/foaf/0.1/surname> "Birbeck" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0206'>Test 0206: Usage of Initial Context</dt>
<dd>
<p>Tests whether the default RDFa 1.1 context (which contains prefix definitions, among others, to the Semantic Web Standard vocabularies) is properly handled.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0206'>
<span content='Test 0206: Usage of Initial Context' property='dc:title mf:name'></span>
<span content='Tests whether the default RDFa 1.1 context (which contains prefix definitions, among others, to the Semantic Web Standard vocabularies) is properly handled.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0206.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0206.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Default context test 0206</title><br/></head><br/><body><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0206.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0206.sparql'>ASK WHERE {<br/> <http://www.w3.org/2001/XMLSchema#maxExclusive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0206'>
<span content='Test 0206: Usage of Initial Context' property='dc:title mf:name'></span>
<span content='Tests whether the default RDFa 1.1 context (which contains prefix definitions, among others, to the Semantic Web Standard vocabularies) is properly handled.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0206.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0206.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Default context test 0206</title><br/></head><br/><body><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0206.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0206.sparql'>ASK WHERE {<br/> <http://www.w3.org/2001/XMLSchema#maxExclusive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0206'>
<span content='Test 0206: Usage of Initial Context' property='dc:title mf:name'></span>
<span content='Tests whether the default RDFa 1.1 context (which contains prefix definitions, among others, to the Semantic Web Standard vocabularies) is properly handled.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0206.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0206.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Default context test 0206</title><br/></head><br/><body><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0206.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0206.sparql'>ASK WHERE {<br/> <http://www.w3.org/2001/XMLSchema#maxExclusive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0207'>Test 0207: Vevent using @typeof</dt>
<dd>
<p>Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0207'>
<span content='Test 0207: Vevent using @typeof' property='dc:title mf:name'></span>
<span content='Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0207</title> <br/></head><br/> <body><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/12/cal/icaltzd#Vevent> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#summary> "Weekend off in Iona" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtstart> "2006-10-21"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtend> "2006-10-23"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#url> <http://freetime.example.org/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#location> "Iona, UK" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0207'>
<span content='Test 0207: Vevent using @typeof' property='dc:title mf:name'></span>
<span content='Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html'><!DOCTYPE html><br/><html xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0207</title> <br/></head><br/> <body><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/12/cal/icaltzd#Vevent> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#summary> "Weekend off in Iona" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtstart> "2006-10-21"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtend> "2006-10-23"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#url> <http://freetime.example.org/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1> <http://www.w3.org/2002/12/cal/icaltzd#location> "Iona, UK" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0207'>
<span content='Test 0207: Vevent using @typeof' property='dc:title mf:name'></span>
<span content='Tests Vevent using @typeof (inlc. dtstart, dtend, etc.)' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0207</title> <br/></head><br/> <body><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/12/cal/icaltzd#Vevent> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#summary> "Weekend off in Iona" .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtstart> "2006-10-21"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#dtend> "2006-10-23"^^<http://www.w3.org/2001/XMLSchema#date> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#url> <http://freetime.example.org/> .<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1> <http://www.w3.org/2002/12/cal/icaltzd#location> "Iona, UK" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0213'>Test 0213: Datatype generation for a literal with XML content, version 1.1</dt>
<dd>
<p>In RDFa 1.1, even if a literal contains XML elements, and no explicit datatype is set, the result is plain literal</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0213'>
<span content='Test 0213: Datatype generation for a literal with XML content, version 1.1' property='dc:title mf:name'></span>
<span content='In RDFa 1.1, even if a literal contains XML elements, and no explicit datatype is set, the result is plain literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0213.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0213.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0213</title><br/> </head><br/> <body><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0213.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0213.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0213'>
<span content='Test 0213: Datatype generation for a literal with XML content, version 1.1' property='dc:title mf:name'></span>
<span content='In RDFa 1.1, even if a literal contains XML elements, and no explicit datatype is set, the result is plain literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0213.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0213.html'><!DOCTYPE html><br/><html prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0213</title><br/> </head><br/> <body><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0213.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0213.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0213'>
<span content='Test 0213: Datatype generation for a literal with XML content, version 1.1' property='dc:title mf:name'></span>
<span content='In RDFa 1.1, even if a literal contains XML elements, and no explicit datatype is set, the result is plain literal' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0213.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0213.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0213</title><br/> </head><br/> <body><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> </body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0213.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0213.sparql'>ASK WHERE {<br/> <http://www.example.org/> <http://purl.org/dc/elements/1.1/title> "E = mc2: The Most Urgent Problem of Our Time" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0214'>Test 0214: Root element has implicit @about=""</dt>
<dd>
<p>All documents have an implicit @about=""</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0214'>
<span content='Test 0214: Root element has implicit @about=""' property='dc:title mf:name'></span>
<span content='All documents have an implicit @about=""' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" typeof="foaf:Document"><br/><head><br/> <title property="dc:title">Test 0214</title><br/></head><br/><body><br/> <p>This document has a title.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.html> a <http://xmlns.com/foaf/0.1/Document>;<br/> <http://purl.org/dc/terms/title> "Test 0214" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0214'>
<span content='Test 0214: Root element has implicit @about=""' property='dc:title mf:name'></span>
<span content='All documents have an implicit @about=""' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.html'><!DOCTYPE html><br/><html typeof="foaf:Document"><br/><head><br/> <title property="dc:title">Test 0214</title><br/></head><br/><body><br/> <p>This document has a title.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.html> a <http://xmlns.com/foaf/0.1/Document>;<br/> <http://purl.org/dc/terms/title> "Test 0214" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0214'>
<span content='Test 0214: Root element has implicit @about=""' property='dc:title mf:name'></span>
<span content='All documents have an implicit @about=""' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" typeof="foaf:Document"><br/><head><br/> <title property="dc:title">Test 0214</title><br/></head><br/><body><br/> <p>This document has a title.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.xhtml> a <http://xmlns.com/foaf/0.1/Document>;<br/> <http://purl.org/dc/terms/title> "Test 0214" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0216'>Test 0216: Proper character encoding detection in spite of large headers</dt>
<dd>
<p>Character encoding should work even in view of a large set of characters as attributes in the header, ie, when content sniffing may not work to establish encoding.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0216'>
<span content='Test 0216: Proper character encoding detection in spite of large headers' property='dc:title mf:name'></span>
<span content='Character encoding should work even in view of a large set of characters as attributes in the header, ie, when content sniffing may not work to establish encoding.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0216.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0216.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix = "<br/>air: http://www.daml.org/2001/10/html/airport-ont#<br/>bio: http://vocab.org/bio/0.1/<br/>contact: http://www.w3.org/2000/10/swap/pim/contact#<br/>dc: http://purl.org/dc/terms/<br/>foaf: http://xmlns.com/foaf/0.1/<br/>ical: http://www.w3.org/2002/12/cal/icaltzd#<br/>owl: http://www.w3.org/2002/07/owl#<br/>rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#<br/>rdfs: http://www.w3.org/2000/01/rdf-schema#<br/>rel: http://vocab.org/relationship/<br/>openid: http://xmlns.openid.net/auth#<br/>rss: http://web.resource.org/rss/1.0/<br/>sioc: http://rdfs.org/sioc/ns#<br/>xsd: http://www.w3.org/2001/XMLSchema#<br/>google: http://rdf.data-vocabulary.org/#<br/>rsa: http://www.w3.org/ns/auth/rsa#<br/>cert: http://www.w3.org/ns/auth/cert#<br/>wot: http://xmlns.com/wot/0.1/<br/>"><br/><head><br/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /><br/></head><br/><body><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0216.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0216.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> <http://xmlns.com/foaf/0.1/name> "Iván" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0216'>
<span content='Test 0216: Proper character encoding detection in spite of large headers' property='dc:title mf:name'></span>
<span content='Character encoding should work even in view of a large set of characters as attributes in the header, ie, when content sniffing may not work to establish encoding.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0216.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0216.html'><!DOCTYPE html><br/><html prefix = "<br/>air: http://www.daml.org/2001/10/html/airport-ont#<br/>bio: http://vocab.org/bio/0.1/<br/>contact: http://www.w3.org/2000/10/swap/pim/contact#<br/>dc: http://purl.org/dc/terms/<br/>foaf: http://xmlns.com/foaf/0.1/<br/>ical: http://www.w3.org/2002/12/cal/icaltzd#<br/>owl: http://www.w3.org/2002/07/owl#<br/>rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#<br/>rdfs: http://www.w3.org/2000/01/rdf-schema#<br/>rel: http://vocab.org/relationship/<br/>openid: http://xmlns.openid.net/auth#<br/>rss: http://web.resource.org/rss/1.0/<br/>sioc: http://rdfs.org/sioc/ns#<br/>xsd: http://www.w3.org/2001/XMLSchema#<br/>google: http://rdf.data-vocabulary.org/#<br/>rsa: http://www.w3.org/ns/auth/rsa#<br/>cert: http://www.w3.org/ns/auth/cert#<br/>wot: http://xmlns.com/wot/0.1/<br/>"><br/><head><br/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /><br/></head><br/><body><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0216.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0216.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> <http://xmlns.com/foaf/0.1/name> "Iván" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0216'>
<span content='Test 0216: Proper character encoding detection in spite of large headers' property='dc:title mf:name'></span>
<span content='Character encoding should work even in view of a large set of characters as attributes in the header, ie, when content sniffing may not work to establish encoding.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0216.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0216.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix = "<br/>air: http://www.daml.org/2001/10/html/airport-ont#<br/>bio: http://vocab.org/bio/0.1/<br/>contact: http://www.w3.org/2000/10/swap/pim/contact#<br/>dc: http://purl.org/dc/terms/<br/>foaf: http://xmlns.com/foaf/0.1/<br/>ical: http://www.w3.org/2002/12/cal/icaltzd#<br/>owl: http://www.w3.org/2002/07/owl#<br/>rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#<br/>rdfs: http://www.w3.org/2000/01/rdf-schema#<br/>rel: http://vocab.org/relationship/<br/>openid: http://xmlns.openid.net/auth#<br/>rss: http://web.resource.org/rss/1.0/<br/>sioc: http://rdfs.org/sioc/ns#<br/>xsd: http://www.w3.org/2001/XMLSchema#<br/>google: http://rdf.data-vocabulary.org/#<br/>rsa: http://www.w3.org/ns/auth/rsa#<br/>cert: http://www.w3.org/ns/auth/cert#<br/>wot: http://xmlns.com/wot/0.1/<br/>"><br/><head><br/> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /><br/></head><br/><body><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0216.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0216.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> <http://xmlns.com/foaf/0.1/name> "Iván" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0217'>Test 0217: @vocab causes rdfa:usesVocabulary triple to be added</dt>
<dd>
<p>When encountering @vocab, a processor generates a triple with the base URI, rdfa:usesVocabulary and the IRI of the added vocabulary.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0217'>
<span content='Test 0217: @vocab causes rdfa:usesVocabulary triple to be added' property='dc:title mf:name'></span>
<span content='When encountering @vocab, a processor generates a triple with the base URI, rdfa:usesVocabulary and the IRI of the added vocabulary.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0217.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0217.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0217</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0217.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0217.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> <http://example.org/> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://xmlns.com/foaf/0.1/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0217'>
<span content='Test 0217: @vocab causes rdfa:usesVocabulary triple to be added' property='dc:title mf:name'></span>
<span content='When encountering @vocab, a processor generates a triple with the base URI, rdfa:usesVocabulary and the IRI of the added vocabulary.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0217.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0217.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0217</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0217.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0217.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> <http://example.org/> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://xmlns.com/foaf/0.1/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0217'>
<span content='Test 0217: @vocab causes rdfa:usesVocabulary triple to be added' property='dc:title mf:name'></span>
<span content='When encountering @vocab, a processor generates a triple with the base URI, rdfa:usesVocabulary and the IRI of the added vocabulary.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0217.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0217.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0217</title><br/> <base href="http://example.org/"/><br/></head><br/><body><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0217.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0217.sparql'>ASK WHERE {<br/> <http://example.org/#me> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .<br/> <http://example.org/> <http://www.w3.org/ns/rdfa#usesVocabulary> <http://xmlns.com/foaf/0.1/> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0218'>Test 0218: @inlist to create empty list</dt>
<dd>
<p>@inlist on @rel with no incomplete triples creates an empty list.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0218'>
<span content='Test 0218: @inlist to create empty list' property='dc:title mf:name'></span>
<span content='@inlist on @rel with no incomplete triples creates an empty list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0218.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0218.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0218</title><br/></head><br/><body><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0218.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0218.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0218'>
<span content='Test 0218: @inlist to create empty list' property='dc:title mf:name'></span>
<span content='@inlist on @rel with no incomplete triples creates an empty list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0218.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0218.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0218</title><br/></head><br/><body><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0218.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0218.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0218'>
<span content='Test 0218: @inlist to create empty list' property='dc:title mf:name'></span>
<span content='@inlist on @rel with no incomplete triples creates an empty list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0218.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0218.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0218</title><br/></head><br/><body><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0218.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0218.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0219'>Test 0219: @inlist with literal</dt>
<dd>
<p>@inlist with @property creates a list having a literal as a single element.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0219'>
<span content='Test 0219: @inlist with literal' property='dc:title mf:name'></span>
<span content='@inlist with @property creates a list having a literal as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0219.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0219.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0219</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0219.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0219.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0219'>
<span content='Test 0219: @inlist with literal' property='dc:title mf:name'></span>
<span content='@inlist with @property creates a list having a literal as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0219.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0219.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0219</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0219.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0219.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0219'>
<span content='Test 0219: @inlist with literal' property='dc:title mf:name'></span>
<span content='@inlist with @property creates a list having a literal as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0219.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0219.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0219</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0219.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0219.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo") .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0220'>Test 0220: @inlist with IRI</dt>
<dd>
<p>@inlist with @rel and @href creates a list having an IRI as a single element.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0220'>
<span content='Test 0220: @inlist with IRI' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @href creates a list having an IRI as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0220</title><br/></head><br/><body><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0220'>
<span content='Test 0220: @inlist with IRI' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @href creates a list having an IRI as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0220</title><br/></head><br/><body><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0220'>
<span content='Test 0220: @inlist with IRI' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @href creates a list having an IRI as a single element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0220</title><br/></head><br/><body><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.xhtml><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo>) .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0221'>Test 0221: @inlist with hetrogenious membership</dt>
<dd>
<p>@inlist with @rel and @property creates a list with both IRI and Literal elements.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0221'>
<span content='Test 0221: @inlist with hetrogenious membership' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @property creates a list with both IRI and Literal elements.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0221</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" <foo>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0221'>
<span content='Test 0221: @inlist with hetrogenious membership' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @property creates a list with both IRI and Literal elements.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0221</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" <foo>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0221'>
<span content='Test 0221: @inlist with hetrogenious membership' property='dc:title mf:name'></span>
<span content='@inlist with @rel and @property creates a list with both IRI and Literal elements.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0221</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.xhtml><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" <foo>) .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0222'>Test 0222: @inlist with multi-level elements</dt>
<dd>
<p>@inlist with @property at different levels of descendence creates single list.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0222'>
<span content='Test 0222: @inlist with multi-level elements' property='dc:title mf:name'></span>
<span content='@inlist with @property at different levels of descendence creates single list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0222</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0222'>
<span content='Test 0222: @inlist with multi-level elements' property='dc:title mf:name'></span>
<span content='@inlist with @property at different levels of descendence creates single list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0222</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0222'>
<span content='Test 0222: @inlist with multi-level elements' property='dc:title mf:name'></span>
<span content='@inlist with @property at different levels of descendence creates single list.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0222</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.xhtml><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar") .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0223'>Test 0223: @inlist with non-list property</dt>
<dd>
<p>Use of predicate with @inlist and without @inlist creates both list and non-list triples.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0223'>
<span content='Test 0223: @inlist with non-list property' property='dc:title mf:name'></span>
<span content='Use of predicate with @inlist and without @inlist creates both list and non-list triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0223</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar"), "Baz" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0223'>
<span content='Test 0223: @inlist with non-list property' property='dc:title mf:name'></span>
<span content='Use of predicate with @inlist and without @inlist creates both list and non-list triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0223</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar"), "Baz" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0223'>
<span content='Test 0223: @inlist with non-list property' property='dc:title mf:name'></span>
<span content='Use of predicate with @inlist and without @inlist creates both list and non-list triples.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0223</title><br/></head><br/><body><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.xhtml><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo" "Bar"), "Baz" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0224'>Test 0224: @inlist hanging @rel</dt>
<dd>
<p>Use of @rel and @inlist with decendent IRI elements creates list</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0224'>
<span content='Test 0224: @inlist hanging @rel' property='dc:title mf:name'></span>
<span content='Use of @rel and @inlist with decendent IRI elements creates list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0224</title><br/></head><br/><body><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo> <bar>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0224'>
<span content='Test 0224: @inlist hanging @rel' property='dc:title mf:name'></span>
<span content='Use of @rel and @inlist with decendent IRI elements creates list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0224</title><br/></head><br/><body><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.html><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo> <bar>) .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0224'>
<span content='Test 0224: @inlist hanging @rel' property='dc:title mf:name'></span>
<span content='Use of @rel and @inlist with decendent IRI elements creates list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0224</title><br/></head><br/><body><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.xhtml><br/>ASK WHERE {<br/> <> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> (<foo> <bar>) .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0225'>Test 0225: @inlist on different elements with same subject</dt>
<dd>
<p>@inlist with same property and subject on different elements creates multiple lists</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0225'>
<span content='Test 0225: @inlist on different elements with same subject' property='dc:title mf:name'></span>
<span content='@inlist with same property and subject on different elements creates multiple lists' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0225</title><br/></head><br/><body><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.html><br/>ASK WHERE {<br/> <foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo"), ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0225'>
<span content='Test 0225: @inlist on different elements with same subject' property='dc:title mf:name'></span>
<span content='@inlist with same property and subject on different elements creates multiple lists' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0225</title><br/></head><br/><body><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.html><br/>ASK WHERE {<br/> <foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo"), ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0225'>
<span content='Test 0225: @inlist on different elements with same subject' property='dc:title mf:name'></span>
<span content='@inlist with same property and subject on different elements creates multiple lists' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0225</title><br/></head><br/><body><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.xhtml><br/>ASK WHERE {<br/> <foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#value> ("Foo"), ("Bar") .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0226'>Test 0226: confusion between multiple implicit collections (resource)</dt>
<dd>
<p>Use of @inlist with implicit subject uses different list</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0226'>
<span content='Test 0226: confusion between multiple implicit collections (resource)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0226</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.html><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0226'>
<span content='Test 0226: confusion between multiple implicit collections (resource)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0226</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.html><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0226'>
<span content='Test 0226: confusion between multiple implicit collections (resource)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0226</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.xhtml><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0227'>Test 0227: confusion between multiple implicit collections (about)</dt>
<dd>
<p>Use of @inlist with implicit subject uses different list</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0227'>
<span content='Test 0227: confusion between multiple implicit collections (about)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0227</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.html><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0227'>
<span content='Test 0227: confusion between multiple implicit collections (about)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0227</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.html><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0227'>
<span content='Test 0227: confusion between multiple implicit collections (about)' property='dc:title mf:name'></span>
<span content='Use of @inlist with implicit subject uses different list' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0227</title><br/></head><br/><body prefix="ex: http://www.example.org/"><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="ex:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.xhtml><br/>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX ex: <http://www.example.org/> <br/>ASK WHERE {<br/> <> rdf:value ("Foo");<br/> ex:inlist <res> .<br/> <res> rdf:value ("Bar") .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0228'>Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test</dt>
<dd>
<p>@src is a lower priority than @resource</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0228'>
<span content='Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test' property='dc:title mf:name'></span>
<span content='@src is a lower priority than @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0228</title><br/> <!-- Based on 1.1 semantics for 0040 --><br/> </head><br/> <body><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://www.w3.org/1999/xhtml/vocab#alternate> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0228'>
<span content='Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test' property='dc:title mf:name'></span>
<span content='@src is a lower priority than @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0228</title><br/> <!-- Based on 1.1 semantics for 0040 --><br/> </head><br/> <body><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://www.w3.org/1999/xhtml/vocab#alternate> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.html> .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0228'>
<span content='Test 0228: 1.1 alternate for test 0040: @rev - @src/@resource test' property='dc:title mf:name'></span>
<span content='@src is a lower priority than @resource' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0228</title><br/> <!-- Based on 1.1 semantics for 0040 --><br/> </head><br/> <body><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.sparql'>ASK WHERE {<br/> <http://sw-app.org/img/mic_2006_03.jpg> <http://www.w3.org/1999/xhtml/vocab#alternate> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.xhtml> .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0229'>Test 0229: img[@src] test with omitted @about</dt>
<dd>
<p>Tests if a @src (in img element) does not set the URIref object (with omitted @about) -- from 0042</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0229'>
<span content='Test 0229: img[@src] test with omitted @about' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) does not set the URIref object (with omitted @about) -- from 0042' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0042</title> <br/> </head><br/> <body><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.html> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0229'>
<span content='Test 0229: img[@src] test with omitted @about' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) does not set the URIref object (with omitted @about) -- from 0042' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0042</title> <br/> </head><br/> <body><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.html> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0229'>
<span content='Test 0229: img[@src] test with omitted @about' property='dc:title mf:name'></span>
<span content='Tests if a @src (in img element) does not set the URIref object (with omitted @about) -- from 0042' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0042</title> <br/> </head><br/> <body><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.xhtml> <http://xmlns.com/foaf/0.1/img> <http://sw-app.org/img/mic_2007_01.jpg> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0230'>Test 0230: @src does not set a new subject (@rel/@href)</dt>
<dd>
<p>Tests to ensure that @src does not set a new subject (oposite of 0090 for 1.0).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0230'>
<span content='Test 0230: @src does not set a new subject (@rel/@href)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src does not set a new subject (oposite of 0090 for 1.0).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0230</title><br/></head><br/><body><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.html> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0230'>
<span content='Test 0230: @src does not set a new subject (@rel/@href)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src does not set a new subject (oposite of 0090 for 1.0).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0230</title><br/></head><br/><body><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.html> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0230'>
<span content='Test 0230: @src does not set a new subject (@rel/@href)' property='dc:title mf:name'></span>
<span content='Tests to ensure that @src does not set a new subject (oposite of 0090 for 1.0).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0230</title><br/></head><br/><body><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.xhtml> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0231'>Test 0231: Set image license information</dt>
<dd>
<p>Tests new behavior of @src in 1.1</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0231'>
<span content='Test 0231: Set image license information' property='dc:title mf:name'></span>
<span content='Tests new behavior of @src in 1.1' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0231.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0231.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0231</title><br/></head><br/><body><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0231.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0231.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0231'>
<span content='Test 0231: Set image license information' property='dc:title mf:name'></span>
<span content='Tests new behavior of @src in 1.1' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0231.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0231.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0231</title><br/></head><br/><body><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0231.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0231.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0231'>
<span content='Test 0231: Set image license information' property='dc:title mf:name'></span>
<span content='Tests new behavior of @src in 1.1' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0231.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0231.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0231</title><br/></head><br/><body><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0231.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0231.sparql'>ASK WHERE {<br/> <http://example.org/example.png> <http://www.w3.org/1999/xhtml/vocab#license> <http://creativecommons.org/licenses/by-nc-sa/2.0/> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0232'>Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);</dt>
<dd>
<p>Tests @typeof with @rel present, no @href, @resource, or @about creates a BNode object</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0232'>
<span content='Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel present, no @href, @resource, or @about creates a BNode object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0232</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.html><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker ?a .<br/> ?a a foaf:Person;<br/> foaf:name "John Doe" .<br/> FILTER ( isBlank(?a) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0232'>
<span content='Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel present, no @href, @resource, or @about creates a BNode object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0232</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.html><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker ?a .<br/> ?a a foaf:Person;<br/> foaf:name "John Doe" .<br/> FILTER ( isBlank(?a) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0232'>
<span content='Test 0232: @typeof with @rel present, no @href, @resource, or @about (1.1 behavior of 0046);' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel present, no @href, @resource, or @about creates a BNode object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0232</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.xhtml><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker ?a .<br/> ?a a foaf:Person;<br/> foaf:name "John Doe" .<br/> FILTER ( isBlank(?a) )<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0233'>Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)</dt>
<dd>
<p>Tests @typeof with @rel and @resource present, no @about adds type to object</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0233'>
<span content='Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel and @resource present, no @about adds type to object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0233</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.html><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker <http://www.example.org/#me> .<br/> <http://www.example.org/#me> a foaf:Person;<br/> foaf:name "John Doe" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0233'>
<span content='Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel and @resource present, no @about adds type to object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0233</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.html><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker <http://www.example.org/#me> .<br/> <http://www.example.org/#me> a foaf:Person;<br/> foaf:name "John Doe" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0233'>
<span content='Test 0233: @typeof with @rel and @resource present, no @about (1.1 behavior of 0047)' property='dc:title mf:name'></span>
<span content='Tests @typeof with @rel and @resource present, no @about adds type to object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/> <head><br/> <title>Test 0233</title> <br/> </head><br/> <body><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.sparql'>BASE <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.xhtml><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/> <> foaf:maker <http://www.example.org/#me> .<br/> <http://www.example.org/#me> a foaf:Person;<br/> foaf:name "John Doe" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0234'>Test 0234: All defined HTML link relation values</dt>
<dd>
<p>Tests to ensure that all defined linked relations expand</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0234'>
<span content='Test 0234: All defined HTML link relation values' property='dc:title mf:name'></span>
<span content='Tests to ensure that all defined linked relations expand' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0234.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0234.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0234</title><br/> </head><br/> <body><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0234.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0234.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX powder: <http://www.w3.org/2007/05/powder-s#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> ?s powder:describedby ex:describedby;<br/> xhv:license ex:license;<br/> xhv:role ex:role<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0234'>
<span content='Test 0234: All defined HTML link relation values' property='dc:title mf:name'></span>
<span content='Tests to ensure that all defined linked relations expand' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0234.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0234.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0234</title><br/> </head><br/> <body><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0234.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0234.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX powder: <http://www.w3.org/2007/05/powder-s#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> ?s powder:describedby ex:describedby;<br/> xhv:license ex:license;<br/> xhv:role ex:role<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0234'>
<span content='Test 0234: All defined HTML link relation values' property='dc:title mf:name'></span>
<span content='Tests to ensure that all defined linked relations expand' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0234.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0234.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0234</title><br/> </head><br/> <body><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0234.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0234.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>PREFIX powder: <http://www.w3.org/2007/05/powder-s#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> ?s powder:describedby ex:describedby;<br/> xhv:license ex:license;<br/> xhv:role ex:role<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0235'>Test 0235: rdfagraph='processor' does not generate standard triples</dt>
<dd>
<p>Setting rdfagraph query parameter to 'processor' does not output standard triples</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0235'>
<span content="Test 0235: rdfagraph='processor' does not generate standard triples" property='dc:title mf:name'></span>
<span content="Setting rdfagraph query parameter to 'processor' does not output standard triples" property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Processor Graph:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0235.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0235.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0235</title><br/> </head><br/> <body><br/> <p><br/> The <span property="dc:title">rdfagraph</span> should not generate triples when<br/> looking only at the processor graph.<br/> </p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0235.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0235.sparql'>PREFIX dc: <http://purl.org/dc/terms/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5> dc:title "rdfagraph" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0237'>Test 0237: rdfagraph='processor' with invalid SafeCURIE generates rdfa:Warning</dt>
<dd>
<p>Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a SafeCURIE with an invalid prefix.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0237'>
<span content="Test 0237: rdfagraph='processor' with invalid SafeCURIE generates rdfa:Warning" property='dc:title mf:name'></span>
<span content="Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a SafeCURIE with an invalid prefix." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Processor Graph:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0237.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0237.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0237</title><br/></head><br/><body prefix="$malformed http://example.com"<br/> property="rdf:value"<br/> resource="[$malformed:curie]"><br/> Malformed Prefix<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0237.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0237.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>ASK WHERE { ?s a rdfa:UnresolvedCURIE }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0238'>Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning</dt>
<dd>
<p>Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a missing Term definition.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0238'>
<span content="Test 0238: rdfagraph='processor' with missing Term definition generates rdfa:Warning" property='dc:title mf:name'></span>
<span content="Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a missing Term definition." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Processor Graph:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0238.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0238.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0238</title><br/></head><br/><body property="undefined_term"><br/> Undefined Term<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0238.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0238.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>ASK WHERE { ?s a rdfa:UnresolvedTerm }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0239'>Test 0239: rdfagraph='processor' with undefined prefix generates rdfa:Warning</dt>
<dd>
<p>Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a SafeCURIE with an undefined prefix.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0239'>
<span content="Test 0239: rdfagraph='processor' with undefined prefix generates rdfa:Warning" property='dc:title mf:name'></span>
<span content="Setting rdfagraph query parameter to 'processor' generates an rdf:Warning when given a SafeCURIE with an undefined prefix." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Processor Graph:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0239.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0239.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0239</title><br/></head><br/><body property="rdf:value"<br/> resource="[undefined:curie]"><br/> Undefined Prefix<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0239.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0239.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>ASK WHERE { ?s a rdfa:UnresolvedCURIE }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0240'>Test 0240: vocab_expansion='true' expands sub-property</dt>
<dd>
<p>A property having an rdfs:subPropertyOf relationship defined in an in-use vocabulary causes triples to be added to the referenced property.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0240'>
<span content="Test 0240: vocab_expansion='true' expands sub-property" property='dc:title mf:name'></span>
<span content='A property having an rdfs:subPropertyOf relationship defined in an in-use vocabulary causes triples to be added to the referenced property.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0240.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0240.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0240</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the property <code property="subProp" resource="rdfatest:subProp">subProp</code><br/> should cause a triple with <code>baseProp</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0240.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0240.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s rdfatest:subProp rdfatest:subProp;<br/> rdfatest:baseProp rdfatest:subProp<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0241'>Test 0241: vocab_expansion='true' expands equivalent-property</dt>
<dd>
<p>A property having an owl:equivalentProperty relationship defined in an in-use vocabulary causes triples to be added to the referenced property.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0241'>
<span content="Test 0241: vocab_expansion='true' expands equivalent-property" property='dc:title mf:name'></span>
<span content='A property having an owl:equivalentProperty relationship defined in an in-use vocabulary causes triples to be added to the referenced property.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0241.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0241.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0241</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the property <code property="eqProp" resource="rdfatest:eqProp">eqProp</code><br/> should cause a triple with <code>baseProp</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0241.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0241.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s rdfatest:eqProp rdfatest:eqProp;<br/> rdfatest:baseProp rdfatest:eqProp<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0242'>Test 0242: vocab_expansion='true' expands referenced equivalent-property</dt>
<dd>
<p>A property which is the target of another property having an owl:equivalentProperty relationship defined in an in-use vocabulary causes triples to be added to the defining property.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0242'>
<span content="Test 0242: vocab_expansion='true' expands referenced equivalent-property" property='dc:title mf:name'></span>
<span content='A property which is the target of another property having an owl:equivalentProperty relationship defined in an in-use vocabulary causes triples to be added to the defining property.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0242.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0242.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0242</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the property <code property="baseProp" resource="rdfatest:eqProp">eqProp</code><br/> should cause a triple with <code>eqProp</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0242.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0242.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s rdfatest:eqProp rdfatest:eqProp;<br/> rdfatest:baseProp rdfatest:eqProp<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0243'>Test 0243: vocab_expansion='true' expands sub-class</dt>
<dd>
<p>A property having an rdfs:subClassOf relationship defined in an in-use vocabulary causes triples to be added to the referenced class.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0243'>
<span content="Test 0243: vocab_expansion='true' expands sub-class" property='dc:title mf:name'></span>
<span content='A property having an rdfs:subClassOf relationship defined in an in-use vocabulary causes triples to be added to the referenced class.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0243.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0243.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0243</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the type <code about="_:a" typeof="SubClass">SubClass</code><br/> should cause a triple with <code>BaseClass</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0243.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0243.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s a rdfatest:SubClass, rdfatest:BaseClass<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0244'>Test 0244: vocab_expansion='true' expands equivalent-class</dt>
<dd>
<p>A class having an owl:equivalentClass relationship defined in an in-use vocabulary causes triples to be added to the referenced class.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0244'>
<span content="Test 0244: vocab_expansion='true' expands equivalent-class" property='dc:title mf:name'></span>
<span content='A class having an owl:equivalentClass relationship defined in an in-use vocabulary causes triples to be added to the referenced class.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0244.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0244.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0244</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the type <code about="_:a" typeof="EqClass">EqClass</code><br/> should cause a triple with <code>BaseClass</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0244.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0244.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s a rdfatest:EqClass, rdfatest:BaseClass<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0245'>Test 0245: vocab_expansion='true' expands referenced equivalent-class</dt>
<dd>
<p>A class which is the target of another class having an owl:equivalentClass relationship defined in an in-use vocabulary causes triples to be added to the defining class.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/manifest#0245'>
<span content="Test 0245: vocab_expansion='true' expands referenced equivalent-class" property='dc:title mf:name'></span>
<span content='A class which is the target of another class having an owl:equivalentClass relationship defined in an in-use vocabulary causes triples to be added to the defining class.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Vocabulary:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0245.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0245.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0245</title><br/></head><br/><body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"><br/> Using the type <code about="_:a" typeof="BaseClass">BaseClass</code><br/> should cause a triple with <code>EqClass</code> to be added.<br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0245.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-vocab/html5/0245.sparql'>PREFIX rdfatest: <http://rdfa.info/vocabs/rdfa-test#><br/>ASK WHERE {<br/> ?s a rdfatest:EqClass, rdfatest:BaseClass<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0246'>Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version</dt>
<dd>
<p>Tests if hanging @rel creates multiple triples with @typeof permutation</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0246'>
<span content='Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples with @typeof permutation' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0246.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0246.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0246</title><br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0246.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0246.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0246'>
<span content='Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples with @typeof permutation' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0246.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0246.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0246</title><br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0246.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0246.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0246'>
<span content='Test 0246: hanging @rel creates multiple triples, @typeof permutation; RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests if hanging @rel creates multiple triples with @typeof permutation' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0246.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0246.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0246</title><br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0246.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0246.sparql'>ASK WHERE {<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#ben> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0247'>Test 0247: Multiple incomplete triples, RDFa 1.1version</dt>
<dd>
<p>Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0247'>
<span content='Test 0247: Multiple incomplete triples, RDFa 1.1version' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0247.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0247.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0247</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0247.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0247.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> [ <http://xmlns.com/foaf/0.1/name> "Ivan Herman"; <br/> <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> ],<br/> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0247'>
<span content='Test 0247: Multiple incomplete triples, RDFa 1.1version' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0247.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0247.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0247</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0247.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0247.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> [ <http://xmlns.com/foaf/0.1/name> "Ivan Herman"; <br/> <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> ],<br/> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0247'>
<span content='Test 0247: Multiple incomplete triples, RDFa 1.1version' property='dc:title mf:name'></span>
<span content="Tests multiple ways of handling incomplete triples; the first two triples should use the same bnode as subject ('merged'). The third should have a separate bNode." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0247.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0247.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0247</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"> <br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0247.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0247.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows><br/> [ <http://xmlns.com/foaf/0.1/name> "Ivan Herman"; <br/> <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> ],<br/> [ <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" ] .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0248'>Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version</dt>
<dd>
<p>Tests multiple ways of handling incomplete triples, this time with @rev</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0248'>
<span content='Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0248.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0248.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0248</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0248.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0248.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0248'>
<span content='Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0248.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0248.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0248</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0248.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0248.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0248'>
<span content='Test 0248: multiple ways of handling incomplete triples (with @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0248.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0248.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0248</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0248.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0248.sparql'>ASK WHERE {<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" .<br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0249'>Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version</dt>
<dd>
<p>Tests multiple ways of handling incomplete triples, this time with both @rel and @rev</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0249'>
<span content='Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0249.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0249.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0249</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0249.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0249.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" . <br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0249'>
<span content='Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0249.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0249.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0249</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0249.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0249.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" . <br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0249'>
<span content='Test 0249: multiple ways of handling incomplete triples (with @rel and @rev); RDFa 1.1 version' property='dc:title mf:name'></span>
<span content='Tests multiple ways of handling incomplete triples, this time with both @rel and @rev' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0249.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0249.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0249</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0249.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0249.sparql'>ASK WHERE {<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?a .<br/> <http://www.example.org/#somebody> <http://xmlns.com/foaf/0.1/knows> ?b .<br/> ?a <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?a <http://xmlns.com/foaf/0.1/mailbox> <mailto:ivan@w3.org> .<br/> ?a <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> ?b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .<br/> ?b <http://xmlns.com/foaf/0.1/knows> <http://www.example.org/#somebody> .<br/> ?b <http://xmlns.com/foaf/0.1/name> "Mark Birbeck" . <br/> FILTER ( isBlank(?a) && isBlank(?b) )<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0250'>Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property</dt>
<dd>
<p>Tests that @typeof is clearly bound to @about, and @property therefore creates a Literal object</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0250'>
<span content='Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property' property='dc:title mf:name'></span>
<span content='Tests that @typeof is clearly bound to @about, and @property therefore creates a Literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0250.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0250.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head><br/> <title>Test 0250</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <p about ="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0250.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0250.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> a <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0250'>
<span content='Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property' property='dc:title mf:name'></span>
<span content='Tests that @typeof is clearly bound to @about, and @property therefore creates a Literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0250.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0250.html'><!DOCTYPE html><br/><html><br/> <head><br/> <title>Test 0250</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <p about ="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0250.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0250.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> a <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0250'>
<span content='Test 0250: Checking the right behaviour of @typeof with @about, in presence of @property' property='dc:title mf:name'></span>
<span content='Tests that @typeof is clearly bound to @about, and @property therefore creates a Literal object' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0250.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0250.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head><br/> <title>Test 0250</title> <br/> </head><br/> <body prefix="foaf: http://xmlns.com/foaf/0.1/"><br/> <p about ="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0250.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0250.sparql'>ASK WHERE {<br/> <http://www.ivan-herman.net/foaf#me> a <http://xmlns.com/foaf/0.1/Person>;<br/> <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0251'>Test 0251: lang</dt>
<dd>
<p>Tests lang</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0251'>
<span content='Test 0251: lang' property='dc:title mf:name'></span>
<span content='Tests lang' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0251.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0251.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="ex: http://example.org/"><br/> <head about=""><br/> <title>Test 251</title><br/> <meta about="http://example.org/node" property="ex:property" lang="fr" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0251.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0251.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0251'>
<span content='Test 0251: lang' property='dc:title mf:name'></span>
<span content='Tests lang' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0251.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0251.html'><!DOCTYPE html><br/><html prefix="ex: http://example.org/"><br/> <head about=""><br/> <title>Test 251</title><br/> <meta about="http://example.org/node" property="ex:property" lang="fr" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0251.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0251.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0251'>
<span content='Test 0251: lang' property='dc:title mf:name'></span>
<span content='Tests lang' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0251.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0251.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/"><br/> <head about=""><br/> <title>Test 251</title><br/> <meta about="http://example.org/node" property="ex:property" lang="fr" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0251.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0251.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0252'>Test 0252: lang inheritance</dt>
<dd>
<p>Tests lang inheritance</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0252'>
<span content='Test 0252: lang inheritance' property='dc:title mf:name'></span>
<span content='Tests lang inheritance' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0252.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0252.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="ex: http://example.org/"><br/> <head about="" lang="fr"><br/> <title lang="en">Test 0252</title><br/> <meta about="http://example.org/node" property="ex:property" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0252.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0252.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0252'>
<span content='Test 0252: lang inheritance' property='dc:title mf:name'></span>
<span content='Tests lang inheritance' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0252.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0252.html'><!DOCTYPE html><br/><html prefix="ex: http://example.org/"><br/> <head about="" lang="fr"><br/> <title lang="en">Test 0252</title><br/> <meta about="http://example.org/node" property="ex:property" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0252.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0252.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0252'>
<span content='Test 0252: lang inheritance' property='dc:title mf:name'></span>
<span content='Tests lang inheritance' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0252.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0252.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/"><br/> <head about="" lang="fr"><br/> <title lang="en">Test 0252</title><br/> <meta about="http://example.org/node" property="ex:property" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0252.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0252.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0253'>Test 0253: plain literal with datatype="" and lang preservation</dt>
<dd>
<p>Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek white space ".</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0253'>
<span content='Test 0253: plain literal with datatype="" and lang preservation' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek white space ".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0253.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0253.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="ex: http://example.org/"><br/> <head><br/> <title>Test 0108</title><br/> </head><br/> <body><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0253.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0253.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "ελληνικό\nάσπρο διάστημα\n"@el .<br/> }</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0253'>
<span content='Test 0253: plain literal with datatype="" and lang preservation' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek white space ".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0253.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0253.html'><!DOCTYPE html><br/><html prefix="ex: http://example.org/"><br/> <head><br/> <title>Test 0108</title><br/> </head><br/> <body><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0253.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0253.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "ελληνικό\nάσπρο διάστημα\n"@el .<br/> }</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0253'>
<span content='Test 0253: plain literal with datatype="" and lang preservation' property='dc:title mf:name'></span>
<span content='Checks to make sure that the RDFa parser emits a plain literal when the datatype is specified as "" and preserves the xml:lang value. The text, with control characters and whitespace preserved, reads "Greek white space ".' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0253.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0253.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/"><br/> <head><br/> <title>Test 0108</title><br/> </head><br/> <body><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0253.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0253.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "ελληνικό\nάσπρο διάστημα\n"@el .<br/> }</pre>
</div>
</span>
</dd>
<dt id='test_0254'>Test 0254: @datatype="" generates plain literal in presence of child nodes</dt>
<dd>
<p>Checks to ensure that when @datatype="" is used on an element that contains child nodes, that the literal that is generated is a plain literal.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0254'>
<span content='Test 0254: @datatype="" generates plain literal in presence of child nodes' property='dc:title mf:name'></span>
<span content='Checks to ensure that when @datatype="" is used on an element that contains child nodes, that the literal that is generated is a plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0254.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0254.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0254</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" datatype="">A <strong>plain literal</strong> with a lang tag.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0254.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0254.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "A plain literal with a lang tag."@en .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0254'>
<span content='Test 0254: @datatype="" generates plain literal in presence of child nodes' property='dc:title mf:name'></span>
<span content='Checks to ensure that when @datatype="" is used on an element that contains child nodes, that the literal that is generated is a plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0254.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0254.html'><!DOCTYPE html><br/><html prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0254</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" datatype="">A <strong>plain literal</strong> with a lang tag.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0254.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0254.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "A plain literal with a lang tag."@en .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0254'>
<span content='Test 0254: @datatype="" generates plain literal in presence of child nodes' property='dc:title mf:name'></span>
<span content='Checks to ensure that when @datatype="" is used on an element that contains child nodes, that the literal that is generated is a plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0254.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0254.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0254</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" datatype="">A <strong>plain literal</strong> with a lang tag.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0254.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0254.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "A plain literal with a lang tag."@en .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0255'>Test 0255: lang="" clears language setting</dt>
<dd>
<p>Checks to ensure that when lang="" is used that any parent element language setting is cleared and a language-less literal is generated.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0255'>
<span content='Test 0255: lang="" clears language setting' property='dc:title mf:name'></span>
<span content='Checks to ensure that when lang="" is used that any parent element language setting is cleared and a language-less literal is generated.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0255.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0255.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0255</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" lang="">Just a plain literal.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0255.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0255.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "Just a plain literal." .<br/> <http://example.org/> <http://example.org/terms#prop> ?plain .<br/> FILTER(lang(?plain) = "")<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0255'>
<span content='Test 0255: lang="" clears language setting' property='dc:title mf:name'></span>
<span content='Checks to ensure that when lang="" is used that any parent element language setting is cleared and a language-less literal is generated.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0255.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0255.html'><!DOCTYPE html><br/><html prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0255</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" lang="">Just a plain literal.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0255.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0255.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "Just a plain literal." .<br/> <http://example.org/> <http://example.org/terms#prop> ?plain .<br/> FILTER(lang(?plain) = "")<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0255'>
<span content='Test 0255: lang="" clears language setting' property='dc:title mf:name'></span>
<span content='Checks to ensure that when lang="" is used that any parent element language setting is cleared and a language-less literal is generated.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0255.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0255.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/terms#"><br/><head> <br/> <title>Test 0255</title> <br/> <base href="http://example.org/"/> <br/></head> <br/><body lang="en"> <br/> <p property="ex:prop" lang="">Just a plain literal.</p> <br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0255.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0255.sparql'>ASK WHERE {<br/> <http://example.org/> <http://example.org/terms#prop> "Just a plain literal." .<br/> <http://example.org/> <http://example.org/terms#prop> ?plain .<br/> FILTER(lang(?plain) = "")<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0256'>Test 0256: lang and xml:lang on the same element</dt>
<dd>
<p>Tests @xml:lang and @lang on the same element with different values; @xml:lang should prevail.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0256'>
<span content='Test 0256: lang and xml:lang on the same element' property='dc:title mf:name'></span>
<span content='Tests @xml:lang and @lang on the same element with different values; @xml:lang should prevail.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0256.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0256.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="ex: http://example.org/"><br/> <head about=""><br/> <title>Test 0256</title><br/> <meta about="http://example.org/node" property="ex:property" xml:lang="fr" lang="hu" content="chat" /><br/> </head><br/> <body><br/> <p></p><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0256.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0256.sparql'>ASK WHERE {<br/> <http://example.org/node> <http://example.org/property> "chat"@fr .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0257'>Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)</dt>
<dd>
<p>Checks to make sure that an element with @property and no child nodes generates empty plain literal.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0257'>
<span content='Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)' property='dc:title mf:name'></span>
<span content='Checks to make sure that an element with @property and no child nodes generates empty plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0257</title><br/> </head><br/> <body><br/> <span about="#a" property="dc:title"></span><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.html#a> <http://purl.org/dc/elements/1.1/title> "" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0257'>
<span content='Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)' property='dc:title mf:name'></span>
<span content='Checks to make sure that an element with @property and no child nodes generates empty plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.html'><!DOCTYPE html><br/><html prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0257</title><br/> </head><br/> <body><br/> <span about="#a" property="dc:title"></span><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.html#a> <http://purl.org/dc/elements/1.1/title> "" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0257'>
<span content='Test 0257: element with @property and no child nodes generates empty plain literal (HTML5 version of 0113)' property='dc:title mf:name'></span>
<span content='Checks to make sure that an element with @property and no child nodes generates empty plain literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" prefix="dc: http://purl.org/dc/elements/1.1/"><br/> <head><br/> <title>Test 0257</title><br/> </head><br/> <body><br/> <span about="#a" property="dc:title"></span><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.xhtml#a> <http://purl.org/dc/elements/1.1/title> "" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0258'>Test 0258: The underscore character is not allowed as a prefix or in xmlns</dt>
<dd>
<p>Ensures that a prefix cannot start with an underscore character when specified using xmlns or prefix.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0258'>
<span content='Test 0258: The underscore character is not allowed as a prefix or in xmlns' property='dc:title mf:name'></span>
<span content='Ensures that a prefix cannot start with an underscore character when specified using xmlns or prefix.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Undescore Prefix is Ignored Test</title><br/></head><br/><body><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.sparql'># This is a negative test, the triple shown below should not be generated.<br/>PREFIX earl: <http://www.w3.org/ns/earl#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.html> ?p ex:test .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0258'>
<span content='Test 0258: The underscore character is not allowed as a prefix or in xmlns' property='dc:title mf:name'></span>
<span content='Ensures that a prefix cannot start with an underscore character when specified using xmlns or prefix.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Undescore Prefix is Ignored Test</title><br/></head><br/><body><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.sparql'># This is a negative test, the triple shown below should not be generated.<br/>PREFIX earl: <http://www.w3.org/ns/earl#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.html> ?p ex:test .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0258'>
<span content='Test 0258: The underscore character is not allowed as a prefix or in xmlns' property='dc:title mf:name'></span>
<span content='Ensures that a prefix cannot start with an underscore character when specified using xmlns or prefix.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Undescore Prefix is Ignored Test</title><br/></head><br/><body><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.sparql'># This is a negative test, the triple shown below should not be generated.<br/>PREFIX earl: <http://www.w3.org/ns/earl#><br/>PREFIX ex: <http://example.org/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.xhtml> ?p ex:test .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0259'>Test 0259: XML+RDFa Initial Context</dt>
<dd>
<p>All processors must load the RDFa Core Initial Context.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0259'>
<span content='Test 0259: XML+RDFa Initial Context' property='dc:title mf:name'></span>
<span content='All processors must load the RDFa Core Initial Context.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0259.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0259.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0259</title><br/></head><br/><body><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0259.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0259.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/2003/g/data-view#> "GRDDL";<br/> <http://www.w3.org/ns/ma-ont#> "MA";<br/> <http://www.w3.org/2002/07/owl#> "OWL";<br/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#> "RDF";<br/> <http://www.w3.org/ns/rdfa#> "RDFa";<br/> <http://www.w3.org/2000/01/rdf-schema#> "RDFS";<br/> <http://www.w3.org/2007/rif#> "RIF";<br/> <http://www.w3.org/2004/02/skos/core#> "SKOS";<br/> <http://www.w3.org/2008/05/skos-xl#> "SKOS-XL";<br/> <http://www.w3.org/2007/05/powder#> "WDR";<br/> <http://rdfs.org/ns/void#> "VOID";<br/> <http://www.w3.org/2007/05/powder-s#> "WDRS";<br/> <http://www.w3.org/1999/xhtml/vocab#> "XHV";<br/> <http://www.w3.org/XML/1998/namespace> "XML";<br/> <http://www.w3.org/2001/XMLSchema#> "XSD";<br/><br/> # Widely Used prefixes<br/> <http://creativecommons.org/ns#> "CC";<br/> <http://commontag.org/ns#> "CTAG";<br/> <http://purl.org/dc/terms/> "DC", "DCTERMS";<br/> <http://xmlns.com/foaf/0.1/> "FOAF";<br/> <http://purl.org/goodrelations/v1#> "GR";<br/> <http://www.w3.org/2002/12/cal/icaltzd#> "ICAL";<br/> <http://ogp.me/ns#> "OG";<br/> <http://purl.org/stuff/rev#> "REV";<br/> <http://rdfs.org/sioc/ns#> "SIOC";<br/> <http://rdf.data-vocabulary.org/#> "V";<br/> <http://www.w3.org/2006/vcard/ns#> "VCARD";<br/> <http://schema.org/> "Schema";<br/><br/> # Vocabulary Terms<br/> <http://www.w3.org/2007/05/powder-s#describedby> "DescribedBy";<br/> <http://www.w3.org/1999/xhtml/vocab#license> "License";<br/> <http://www.w3.org/1999/xhtml/vocab#role> "Role";<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0259'>
<span content='Test 0259: XML+RDFa Initial Context' property='dc:title mf:name'></span>
<span content='All processors must load the RDFa Core Initial Context.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0259.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0259.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0259</title><br/></head><br/><body><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0259.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0259.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/2003/g/data-view#> "GRDDL";<br/> <http://www.w3.org/ns/ma-ont#> "MA";<br/> <http://www.w3.org/2002/07/owl#> "OWL";<br/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#> "RDF";<br/> <http://www.w3.org/ns/rdfa#> "RDFa";<br/> <http://www.w3.org/2000/01/rdf-schema#> "RDFS";<br/> <http://www.w3.org/2007/rif#> "RIF";<br/> <http://www.w3.org/2004/02/skos/core#> "SKOS";<br/> <http://www.w3.org/2008/05/skos-xl#> "SKOS-XL";<br/> <http://www.w3.org/2007/05/powder#> "WDR";<br/> <http://rdfs.org/ns/void#> "VOID";<br/> <http://www.w3.org/2007/05/powder-s#> "WDRS";<br/> <http://www.w3.org/1999/xhtml/vocab#> "XHV";<br/> <http://www.w3.org/XML/1998/namespace> "XML";<br/> <http://www.w3.org/2001/XMLSchema#> "XSD";<br/><br/> # Widely Used prefixes<br/> <http://creativecommons.org/ns#> "CC";<br/> <http://commontag.org/ns#> "CTAG";<br/> <http://purl.org/dc/terms/> "DC", "DCTERMS";<br/> <http://xmlns.com/foaf/0.1/> "FOAF";<br/> <http://purl.org/goodrelations/v1#> "GR";<br/> <http://www.w3.org/2002/12/cal/icaltzd#> "ICAL";<br/> <http://ogp.me/ns#> "OG";<br/> <http://purl.org/stuff/rev#> "REV";<br/> <http://rdfs.org/sioc/ns#> "SIOC";<br/> <http://rdf.data-vocabulary.org/#> "V";<br/> <http://www.w3.org/2006/vcard/ns#> "VCARD";<br/> <http://schema.org/> "Schema";<br/><br/> # Vocabulary Terms<br/> <http://www.w3.org/2007/05/powder-s#describedby> "DescribedBy";<br/> <http://www.w3.org/1999/xhtml/vocab#license> "License";<br/> <http://www.w3.org/1999/xhtml/vocab#role> "Role";<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0259'>
<span content='Test 0259: XML+RDFa Initial Context' property='dc:title mf:name'></span>
<span content='All processors must load the RDFa Core Initial Context.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0259.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0259.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0259</title><br/></head><br/><body><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0259.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0259.sparql'>ASK WHERE {<br/> ?s <http://www.w3.org/2003/g/data-view#> "GRDDL";<br/> <http://www.w3.org/ns/ma-ont#> "MA";<br/> <http://www.w3.org/2002/07/owl#> "OWL";<br/> <http://www.w3.org/1999/02/22-rdf-syntax-ns#> "RDF";<br/> <http://www.w3.org/ns/rdfa#> "RDFa";<br/> <http://www.w3.org/2000/01/rdf-schema#> "RDFS";<br/> <http://www.w3.org/2007/rif#> "RIF";<br/> <http://www.w3.org/2004/02/skos/core#> "SKOS";<br/> <http://www.w3.org/2008/05/skos-xl#> "SKOS-XL";<br/> <http://www.w3.org/2007/05/powder#> "WDR";<br/> <http://rdfs.org/ns/void#> "VOID";<br/> <http://www.w3.org/2007/05/powder-s#> "WDRS";<br/> <http://www.w3.org/1999/xhtml/vocab#> "XHV";<br/> <http://www.w3.org/XML/1998/namespace> "XML";<br/> <http://www.w3.org/2001/XMLSchema#> "XSD";<br/><br/> # Widely Used prefixes<br/> <http://creativecommons.org/ns#> "CC";<br/> <http://commontag.org/ns#> "CTAG";<br/> <http://purl.org/dc/terms/> "DC", "DCTERMS";<br/> <http://xmlns.com/foaf/0.1/> "FOAF";<br/> <http://purl.org/goodrelations/v1#> "GR";<br/> <http://www.w3.org/2002/12/cal/icaltzd#> "ICAL";<br/> <http://ogp.me/ns#> "OG";<br/> <http://purl.org/stuff/rev#> "REV";<br/> <http://rdfs.org/sioc/ns#> "SIOC";<br/> <http://rdf.data-vocabulary.org/#> "V";<br/> <http://www.w3.org/2006/vcard/ns#> "VCARD";<br/> <http://schema.org/> "Schema";<br/><br/> # Vocabulary Terms<br/> <http://www.w3.org/2007/05/powder-s#describedby> "DescribedBy";<br/> <http://www.w3.org/1999/xhtml/vocab#license> "License";<br/> <http://www.w3.org/1999/xhtml/vocab#role> "Role";<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0261'>Test 0261: White space preservation in XMLLiteral</dt>
<dd>
<p>Whitespace must be maintained in an XMLLiteral, too</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0261'>
<span content='Test 0261: White space preservation in XMLLiteral' property='dc:title mf:name'></span>
<span content='Whitespace must be maintained in an XMLLiteral, too' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0261.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0261.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0261</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0261.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0261.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> """This is<br/>an XMLLiteral"""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0261'>
<span content='Test 0261: White space preservation in XMLLiteral' property='dc:title mf:name'></span>
<span content='Whitespace must be maintained in an XMLLiteral, too' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0261.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0261.html'><!DOCTYPE html><br/><html xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0261</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0261.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0261.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> """This is<br/>an XMLLiteral"""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0261'>
<span content='Test 0261: White space preservation in XMLLiteral' property='dc:title mf:name'></span>
<span content='Whitespace must be maintained in an XMLLiteral, too' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0261.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0261.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://example.org/rdf/"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0261</title><br/></head><br/><body><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0261.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0261.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://example.org/rdf/xmllit> """This is<br/>an XMLLiteral"""^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0262'>Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value</dt>
<dd>
<p>Tests @property to establish the predicate; literal object is in the content of the element. There are extra whitespaces before and after the property attribute value which should be ignored</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0262'>
<span content='Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element. There are extra whitespaces before and after the property attribute value which should be ignored' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0262.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0262.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0262</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0262.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0262.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0262'>
<span content='Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element. There are extra whitespaces before and after the property attribute value which should be ignored' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0262.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0262.html'><!DOCTYPE html><br/><html xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0262</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0262.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0262.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0262'>
<span content='Test 0262: Predicate establishment with @property, with white spaces before and after the attribute value' property='dc:title mf:name'></span>
<span content='Tests @property to establish the predicate; literal object is in the content of the element. There are extra whitespaces before and after the property attribute value which should be ignored' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0262.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0262.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/"><br/><head><br/> <title>Test 0262</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0262.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0262.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg> <http://purl.org/dc/elements/1.1/creator> "Mark Birbeck" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0263'>Test 0263: @property appearing on the html element yields the base as the subject</dt>
<dd>
<p>@property appearing on the html element without @content or @datatype yields the base as the subject</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0263'>
<span content='Test 0263: @property appearing on the html element yields the base as the subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" property="rdfs:seeAlso" resource="http://www.example.org"><br/><head ><br/> <title>Test 0263</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.html> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0263'>
<span content='Test 0263: @property appearing on the html element yields the base as the subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.html'><!DOCTYPE html><br/><html property="rdfs:seeAlso" resource="http://www.example.org"><br/><head ><br/> <title>Test 0263</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.html> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0263'>
<span content='Test 0263: @property appearing on the html element yields the base as the subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" property="rdfs:seeAlso" resource="http://www.example.org"><br/><head ><br/> <title>Test 0263</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.xhtml> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0264'>Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent</dt>
<dd>
<p>@property appearing on the head element gets the subject from <html>, ie, parent</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0264'>
<span content='Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0264</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.html> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0264'>
<span content='Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.html'><!DOCTYPE html><br/><html><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0264</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.html> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0264'>
<span content='Test 0264: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0264</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.xhtml> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0265'>Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent</dt>
<dd>
<p>@property appearing on the head element gets the subject from <html>, ie, parent; in this case the parent subject is explicitly set via @about</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0265'>
<span content='Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent; in this case the parent subject is explicitly set via @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0265.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0265.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" about="http://www.example.com"><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0265</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0265.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0265.sparql'>ASK WHERE {<br/> <http://www.example.com> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0265'>
<span content='Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent; in this case the parent subject is explicitly set via @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0265.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0265.html'><!DOCTYPE html><br/><html about="http://www.example.com"><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0265</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0265.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0265.sparql'>ASK WHERE {<br/> <http://www.example.com> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0265'>
<span content='Test 0265: @property appearing on the head element gets the subject from <html>, ie, parent' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from <html>, ie, parent; in this case the parent subject is explicitly set via @about' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0265.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0265.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" about="http://www.example.com"><br/><head property="rdfs:seeAlso" resource="http://www.example.org"><br/> <title>Test 0265</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0265.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0265.sparql'>ASK WHERE {<br/> <http://www.example.com> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.example.org> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0266'>Test 0266: @property without @content or @datatype, typed object set by @href and @typeof</dt>
<dd>
<p>@property without @content or @datatype, typed object set by @href and @typeof</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0266'>
<span content='Test 0266: @property without @content or @datatype, typed object set by @href and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @href and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0266.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0266.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0266</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0266.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0266.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0266'>
<span content='Test 0266: @property without @content or @datatype, typed object set by @href and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @href and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0266.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0266.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0266</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0266.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0266.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0266'>
<span content='Test 0266: @property without @content or @datatype, typed object set by @href and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @href and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0266.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0266.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0266</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0266.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0266.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0267'>Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof</dt>
<dd>
<p>@property without @content or @datatype, typed object set by @resource and @typeof</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0267'>
<span content='Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @resource and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0267.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0267.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0267</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0267.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0267.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0267'>
<span content='Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @resource and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0267.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0267.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0267</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0267.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0267.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0267'>
<span content='Test 0267: @property without @content or @datatype, typed object set by @resource and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @resource and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0267.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0267.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0267</title><br/></head><br/><body><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0267.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0267.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.w3.org/Person/Ivan#me> owl:sameAs <http://www.ivan-herman.net/foaf#me> .<br/><http://www.ivan-herman.net/foaf#me> a foaf:Person .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0268'>Test 0268: @property without @content or @datatype, typed object set by @src and @typeof</dt>
<dd>
<p>@property without @content or @datatype, typed object set by @src and @typeof</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0268'>
<span content='Test 0268: @property without @content or @datatype, typed object set by @src and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @src and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0268.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0268.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0268</title><br/></head><br/><body><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0268.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0268.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.ivan-herman.net/foaf#me> foaf:depiction <http://www.ivan-herman.net/Images/me2003-small.png> .<br/><http://www.ivan-herman.net/Images/me2003-small.png> a foaf:Image .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0268'>
<span content='Test 0268: @property without @content or @datatype, typed object set by @src and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @src and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0268.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0268.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0268</title><br/></head><br/><body><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0268.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0268.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.ivan-herman.net/foaf#me> foaf:depiction <http://www.ivan-herman.net/Images/me2003-small.png> .<br/><http://www.ivan-herman.net/Images/me2003-small.png> a foaf:Image .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0268'>
<span content='Test 0268: @property without @content or @datatype, typed object set by @src and @typeof' property='dc:title mf:name'></span>
<span content='@property without @content or @datatype, typed object set by @src and @typeof' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0268.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0268.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0268</title><br/></head><br/><body><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0268.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0268.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX owl: <http://www.w3.org/2002/07/owl#><br/><br/>ASK WHERE {<br/><http://www.ivan-herman.net/foaf#me> foaf:depiction <http://www.ivan-herman.net/Images/me2003-small.png> .<br/><http://www.ivan-herman.net/Images/me2003-small.png> a foaf:Image .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0269'>Test 0269: Use of @property in HEAD without explicit subject</dt>
<dd>
<p>@property appearing on the html element without @content or @datatype yields the base as the subject, also with @content</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0269'>
<span content='Test 0269: Use of @property in HEAD without explicit subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject, also with @content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" property="rdfs:comment" content="This is an RDFa test"><br/><head ><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.html> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0269'>
<span content='Test 0269: Use of @property in HEAD without explicit subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject, also with @content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.html'><!DOCTYPE html><br/><html property="rdfs:comment" content="This is an RDFa test"><br/><head ><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.html> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0269'>
<span content='Test 0269: Use of @property in HEAD without explicit subject' property='dc:title mf:name'></span>
<span content='@property appearing on the html element without @content or @datatype yields the base as the subject, also with @content' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" property="rdfs:comment" content="This is an RDFa test"><br/><head ><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.xhtml> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0271'>Test 0271: Use of @property in HEAD with explicit parent subject via @about</dt>
<dd>
<p>@property appearing on the head element gets the subject from parent, also with @content and explicit @about at the top</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0271'>
<span content='Test 0271: Use of @property in HEAD with explicit parent subject via @about' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from parent, also with @content and explicit @about at the top' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0271.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0271.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" about="http://www.example.org/"><br/><head property="rdfs:comment" content="This is an RDFa test"><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0271.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0271.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://www.example.org/> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0271'>
<span content='Test 0271: Use of @property in HEAD with explicit parent subject via @about' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from parent, also with @content and explicit @about at the top' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0271.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0271.html'><!DOCTYPE html><br/><html about="http://www.example.org/"><br/><head property="rdfs:comment" content="This is an RDFa test"><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0271.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0271.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://www.example.org/> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0271'>
<span content='Test 0271: Use of @property in HEAD with explicit parent subject via @about' property='dc:title mf:name'></span>
<span content='@property appearing on the head element gets the subject from parent, also with @content and explicit @about at the top' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0271.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0271.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" about="http://www.example.org/"><br/><head property="rdfs:comment" content="This is an RDFa test"><br/> <title>Test 0269</title><br/></head><br/><body><br/> <p> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0271.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0271.sparql'>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/>ASK WHERE {<br/> <http://www.example.org/> rdfs:comment "This is an RDFa test" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0272'>Test 0272: time element with @datetime an xsd:date</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:date.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0272'>
<span content='Test 0272: time element with @datetime an xsd:date' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:date.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0272.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0272.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0272</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18Z">18 March 2012</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0272.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0272.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0272'>
<span content='Test 0272: time element with @datetime an xsd:date' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:date.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0272.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0272.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0272</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18Z">18 March 2012</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0272.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0272.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0273'>Test 0273: time element with @datetime an xsd:time</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:time.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0273'>
<span content='Test 0273: time element with @datetime an xsd:time' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:time.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0273.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0273.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0273</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="00:00:00Z">midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0273.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0273.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "00:00:00Z"^^xsd:time ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0273'>
<span content='Test 0273: time element with @datetime an xsd:time' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:time.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0273.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0273.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0273</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="00:00:00Z">midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0273.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0273.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "00:00:00Z"^^xsd:time ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0274'>Test 0274: time element with @datetime an xsd:dateTime</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:dateTime.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0274'>
<span content='Test 0274: time element with @datetime an xsd:dateTime' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:dateTime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0274.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0274.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0274</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0274.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0274.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0274'>
<span content='Test 0274: time element with @datetime an xsd:dateTime' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:dateTime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0274.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0274.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0274</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0274.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0274.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0275'>Test 0275: time element with value an xsd:date</dt>
<dd>
<p>The time element value is used when generating output with valid xsd:date.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0275'>
<span content='Test 0275: time element with value an xsd:date' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:date.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0275.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0275.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0275</title><br/></head><br/><body><br/> <time property="rdf:value">2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0275.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0275.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0275'>
<span content='Test 0275: time element with value an xsd:date' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:date.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0275.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0275.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0275</title><br/></head><br/><body><br/> <time property="rdf:value">2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0275.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0275.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0276'>Test 0276: time element with value an xsd:time</dt>
<dd>
<p>The time element value is used when generating output with valid xsd:time.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0276'>
<span content='Test 0276: time element with value an xsd:time' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:time.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0276.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0276.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0275</title><br/></head><br/><body><br/> <time property="rdf:value">00:00:00Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0276.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0276.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "00:00:00Z"^^xsd:time ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0276'>
<span content='Test 0276: time element with value an xsd:time' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:time.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0276.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0276.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0275</title><br/></head><br/><body><br/> <time property="rdf:value">00:00:00Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0276.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0276.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "00:00:00Z"^^xsd:time ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0277'>Test 0277: time element with value an xsd:dateTime</dt>
<dd>
<p>The time element value is used when generating output with valid xsd:dateTime.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0277'>
<span content='Test 0277: time element with value an xsd:dateTime' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:dateTime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0277.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0277.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0277</title><br/></head><br/><body><br/> <time property="rdf:value">2012-03-18T00:00:00Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0277.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0277.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0277'>
<span content='Test 0277: time element with value an xsd:dateTime' property='dc:title mf:name'></span>
<span content='The time element value is used when generating output with valid xsd:dateTime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0277.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0277.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0277</title><br/></head><br/><body><br/> <time property="rdf:value">2012-03-18T00:00:00Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0277.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0277.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0278'>Test 0278: @content overrides @datetime</dt>
<dd>
<p>The @content attribute has a higher priority than @datetime.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0278'>
<span content='Test 0278: @content overrides @datetime' property='dc:title mf:name'></span>
<span content='The @content attribute has a higher priority than @datetime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0278.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0278.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0278</title><br/></head><br/><body><br/> <p>The value of @content has a higher priority than @datetime</p><br/> <time property="rdf:value" datetime="2012-03-18" content="this should be the value">18 March 2012</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0278.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0278.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "this should be the value" ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0278'>
<span content='Test 0278: @content overrides @datetime' property='dc:title mf:name'></span>
<span content='The @content attribute has a higher priority than @datetime.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0278.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0278.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0278</title><br/></head><br/><body><br/> <p>The value of @content has a higher priority than @datetime</p><br/> <time property="rdf:value" datetime="2012-03-18" content="this should be the value">18 March 2012</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0278.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0278.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "this should be the value" ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0279'>Test 0279: @datatype used with @datetime overrides default datatype</dt>
<dd>
<p>If @datatype is specified, it must override the automatic datatype.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0279'>
<span content='Test 0279: @datatype used with @datetime overrides default datatype' property='dc:title mf:name'></span>
<span content='If @datatype is specified, it must override the automatic datatype.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0279.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0279.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0279</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0279.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0279.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0279'>
<span content='Test 0279: @datatype used with @datetime overrides default datatype' property='dc:title mf:name'></span>
<span content='If @datatype is specified, it must override the automatic datatype.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0279.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0279.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0279</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0279.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0279.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00Z"^^xsd:date ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0280'>Test 0280: time element with @datetime an xsd:duration</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:duration.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0280'>
<span content='Test 0280: time element with @datetime an xsd:duration' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:duration.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0280.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0280.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0280</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0280.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0280.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "P2011Y06M28DT00H00M00S"^^xsd:duration ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0280'>
<span content='Test 0280: time element with @datetime an xsd:duration' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:duration.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0280.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0280.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0280</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0280.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0280.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "P2011Y06M28DT00H00M00S"^^xsd:duration ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0281'>Test 0281: time element with @datetime an xsd:gYear</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:gYear.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0281'>
<span content='Test 0281: time element with @datetime an xsd:gYear' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:gYear.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0281.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0281.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0281</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012">Two Thousand Twelve</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0281.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0281.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012"^^xsd:gYear ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0281'>
<span content='Test 0281: time element with @datetime an xsd:gYear' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:gYear.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0281.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0281.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0281</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012">Two Thousand Twelve</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0281.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0281.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012"^^xsd:gYear ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0282'>Test 0282: time element with @datetime an xsd:gYearMonth</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:gYearMonth.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0282'>
<span content='Test 0282: time element with @datetime an xsd:gYearMonth' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:gYearMonth.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0282.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0282.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0282</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0282.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0282.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03"^^xsd:gYearMonth ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0282'>
<span content='Test 0282: time element with @datetime an xsd:gYearMonth' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:gYearMonth.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0282.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0282.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0282</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0282.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0282.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03"^^xsd:gYearMonth ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0283'>Test 0283: time element with @datetime an invalid datatype generates plain literal</dt>
<dd>
<p>If the lexical scope of @datetime does not exactly match a known datatype a plain literal is generated.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0283'>
<span content='Test 0283: time element with @datetime an invalid datatype generates plain literal' property='dc:title mf:name'></span>
<span content='If the lexical scope of @datetime does not exactly match a known datatype a plain literal is generated.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0283.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0283.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0283</title><br/></head><br/><body><br/> <time property="rdf:value"> 2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0283.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0283.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value " 2012-03-18Z" ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0283'>
<span content='Test 0283: time element with @datetime an invalid datatype generates plain literal' property='dc:title mf:name'></span>
<span content='If the lexical scope of @datetime does not exactly match a known datatype a plain literal is generated.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0283.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0283.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0283</title><br/></head><br/><body><br/> <time property="rdf:value"> 2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0283.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0283.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value " 2012-03-18Z" ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0284'>Test 0284: time element not matching datatype but with explicit @datatype</dt>
<dd>
<p>A time element with an unmatched value still generates a typed literal without modification given a @datatype attribute.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0284'>
<span content='Test 0284: time element not matching datatype but with explicit @datatype' property='dc:title mf:name'></span>
<span content='A time element with an unmatched value still generates a typed literal without modification given a @datatype attribute.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0284.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0284.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0284</title><br/></head><br/><body><br/> <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0284.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0284.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value " 2012-03-18Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0284'>
<span content='Test 0284: time element not matching datatype but with explicit @datatype' property='dc:title mf:name'></span>
<span content='A time element with an unmatched value still generates a typed literal without modification given a @datatype attribute.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0284.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0284.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0284</title><br/></head><br/><body><br/> <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0284.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0284.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value " 2012-03-18Z"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0285'>Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language</dt>
<dd>
<p>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.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0285'>
<span content='Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language' property='dc:title mf:name'></span>
<span content='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.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0285.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0285.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0285</title><br/></head><br/><body><br/> <time property="rdf:value" lang="en" datetime="D-Day"><br/> Non matching lexical value with language.<br/> </time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0285.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0285.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> [ rdf:value "D-Day"@en ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0285'>
<span content='Test 0285: time element with @datetime an invalid datatype and in scope @lang generates plain literal with language' property='dc:title mf:name'></span>
<span content='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.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0285.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0285.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0285</title><br/></head><br/><body><br/> <time property="rdf:value" lang="en" datetime="D-Day"><br/> Non matching lexical value with language.<br/> </time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0285.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0285.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> [ rdf:value "D-Day"@en ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0287'>Test 0287: time element with @datetime an xsd:dateTime with TZ offset</dt>
<dd>
<p>The @datetime attribute is used when generating output with valid xsd:dateTime and a Time Zone offset.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0287'>
<span content='Test 0287: time element with @datetime an xsd:dateTime with TZ offset' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:dateTime and a Time Zone offset.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0287.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0287.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0287</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0287.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0287.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00-08:00"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0287'>
<span content='Test 0287: time element with @datetime an xsd:dateTime with TZ offset' property='dc:title mf:name'></span>
<span content='The @datetime attribute is used when generating output with valid xsd:dateTime and a Time Zone offset.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0287.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0287.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0287</title><br/></head><br/><body><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0287.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0287.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "2012-03-18T00:00:00-08:00"^^xsd:dateTime ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0289'>Test 0289: @href becomes subject when @property and @content are present</dt>
<dd>
<p>When @property and @content are present but @about, @rel and @rev are not, @href is used as subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0289'>
<span content='Test 0289: @href becomes subject when @property and @content are present' property='dc:title mf:name'></span>
<span content='When @property and @content are present but @about, @rel and @rev are not, @href is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0289.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0289.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0289</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0289.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0289.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0289'>
<span content='Test 0289: @href becomes subject when @property and @content are present' property='dc:title mf:name'></span>
<span content='When @property and @content are present but @about, @rel and @rev are not, @href is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0289.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0289.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0289</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0289.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0289.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0289'>
<span content='Test 0289: @href becomes subject when @property and @content are present' property='dc:title mf:name'></span>
<span content='When @property and @content are present but @about, @rel and @rev are not, @href is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0289.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0289.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0289</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0289.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0289.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0290'>Test 0290: @href becomes subject when @property and @datatype are present</dt>
<dd>
<p>When @property and @datatype are present but @about, @rel and @rev are not, @href is used as subject and element content is used as an object literal.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0290'>
<span content='Test 0290: @href becomes subject when @property and @datatype are present' property='dc:title mf:name'></span>
<span content='When @property and @datatype are present but @about, @rel and @rev are not, @href is used as subject and element content is used as an object literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0290.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0290.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0290</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0290.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0290.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> #<http://example.org/> rdf:value <http://example.org/> .<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0290'>
<span content='Test 0290: @href becomes subject when @property and @datatype are present' property='dc:title mf:name'></span>
<span content='When @property and @datatype are present but @about, @rel and @rev are not, @href is used as subject and element content is used as an object literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0290.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0290.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0290</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0290.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0290.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> #<http://example.org/> rdf:value <http://example.org/> .<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0290'>
<span content='Test 0290: @href becomes subject when @property and @datatype are present' property='dc:title mf:name'></span>
<span content='When @property and @datatype are present but @about, @rel and @rev are not, @href is used as subject and element content is used as an object literal.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0290.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0290.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0290</title><br/></head><br/><body><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0290.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0290.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> #<http://example.org/> rdf:value <http://example.org/> .<br/> <http://example.org/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0291'>Test 0291: @href as subject overridden by @about</dt>
<dd>
<p>When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0291'>
<span content='Test 0291: @href as subject overridden by @about' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0291.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0291.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0291</title><br/></head><br/><body><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0291.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0291.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0291'>
<span content='Test 0291: @href as subject overridden by @about' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0291.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0291.html'><!DOCTYPE html><br/><html xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0291</title><br/></head><br/><body><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0291.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0291.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0291'>
<span content='Test 0291: @href as subject overridden by @about' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0291.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0291.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0291</title><br/></head><br/><body><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0291.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0291.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0292'>Test 0292: @about overriding @href as subject is used as parent resource</dt>
<dd>
<p>When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject and is also applied to nested descriptions.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0292'>
<span content='Test 0292: @about overriding @href as subject is used as parent resource' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject and is also applied to nested descriptions.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0292.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0292.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0292</title><br/></head><br/><body><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0292.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0292.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value one", "value two" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0292'>
<span content='Test 0292: @about overriding @href as subject is used as parent resource' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject and is also applied to nested descriptions.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0292.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0292.html'><!DOCTYPE html><br/><html xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0292</title><br/></head><br/><body><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0292.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0292.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value one", "value two" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0292'>
<span content='Test 0292: @about overriding @href as subject is used as parent resource' property='dc:title mf:name'></span>
<span content='When @property, @datatype, @href and @about are present but @rel and @rev are not, @about is used as subject and is also applied to nested descriptions.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0292.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0292.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><br/><head><br/> <title>Test 0292</title><br/></head><br/><body><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0292.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0292.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/><br/>ASK WHERE {<br/> <http://example.net/> rdf:value "value one", "value two" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0293'>Test 0293: Testing the ':' character usage in a CURIE</dt>
<dd>
<p>RDFa 1.1 CURIE allows the ':' to appear in the reference part of a CURIE.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0293'>
<span content="Test 0293: Testing the ':' character usage in a CURIE" property='dc:title mf:name'></span>
<span content="RDFa 1.1 CURIE allows the ':' to appear in the reference part of a CURIE." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0293.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0293.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0293</title><br/></head><br/><body><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0293.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0293.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://www.example.org/column:test> "Test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0293'>
<span content="Test 0293: Testing the ':' character usage in a CURIE" property='dc:title mf:name'></span>
<span content="RDFa 1.1 CURIE allows the ':' to appear in the reference part of a CURIE." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0293.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0293.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0293</title><br/></head><br/><body><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0293.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0293.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://www.example.org/column:test> "Test" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0293'>
<span content="Test 0293: Testing the ':' character usage in a CURIE" property='dc:title mf:name'></span>
<span content="RDFa 1.1 CURIE allows the ':' to appear in the reference part of a CURIE." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0293.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0293.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0293</title><br/></head><br/><body><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0293.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0293.sparql'>ASK WHERE {<br/> <http://www.example.org> <http://www.example.org/column:test> "Test" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0295'>Test 0295: Benchmark test</dt>
<dd>
<p>Complex benchmark document.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0295'>
<span content='Test 0295: Benchmark test' property='dc:title mf:name'></span>
<span content='Complex benchmark document.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0295.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0295.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:air="http://www.daml.org/2001/10/html/airport-ont#"<br/>xmlns:bio="http://vocab.org/bio/0.1/"<br/>xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:cert="http://www.w3.org/ns/auth/cert#"<br/>xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"<br/>xmlns:dc="http://purl.org/dc/terms/"<br/>xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:earl="http://www.w3.org/ns/earl#"<br/>xmlns:example="http://example.org/"<br/>xmlns:ex="http://example.org/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"<br/>xmlns:google="http://rdf.data-vocabulary.org/#"<br/>xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:openid="http://xmlns.openid.net/auth#"<br/>xmlns:owl="http://www.w3.org/2002/07/owl#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"<br/>xmlns:rel="http://vocab.org/relationship/"<br/>xmlns:rsa="http://www.w3.org/ns/auth/rsa#"<br/>xmlns:rss="http://web.resource.org/rss/1.0/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:v="http://www.w3.org/2006/vcard/ns#"<br/>xmlns:wot="http://xmlns.com/wot/0.1/"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>RDFa 1.1 Benchmark File #1</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> <p></p><br/> <p></p><br/> <p></p><br/> <p></p><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> <p></p><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> <p typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </div><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> <p>This is the first chapter in a series of chapters.</p><br/> <p>This is unit test #62. The next unit test is #63.</p><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> <p>This is test #66.</p><br/> <p>This is test #67.</p><br/> <p about="0067.html"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.html">Test 0070</a>.<br/> </p><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.html">Test 0069</span>.<br/> </p><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p><br/> <a rel="alternate" href="http://example.org/alternate">alternate</a><br/> <a rel="appendix" href="http://example.org/appendix">appendix</a><br/> <a rel="bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel="cite" href="http://example.org/cite">cite</a><br/> <a rel="chapter" href="http://example.org/chapter">chapter</a><br/> <a rel="contents" href="http://example.org/contents">contents</a><br/> <a rel="copyright" href="http://example.org/copyright">copyright</a><br/> <a rel="glossary" href="http://example.org/glossary">glossary</a><br/> <a rel="help" href="http://example.org/help">help</a><br/> <a rel="icon" href="http://example.org/icon">icon</a><br/> <a rel="index" href="http://example.org/index">index</a><br/> <a rel="last" href="http://example.org/last">last</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="meta" href="http://example.org/meta">meta</a><br/> <a rel="next" href="http://example.org/next">next</a><br/> <a rel="p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel="prev" href="http://example.org/prev">prev</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> <a rel="section" href="http://example.org/section">section</a><br/> <a rel="subsection" href="http://example.org/subsection">subsection</a><br/> <a rel="start" href="http://example.org/start">start</a><br/> <a rel="stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel="up" href="http://example.org/up">up</a><br/> </p><br/> <p><br/> <span about="http://example.org/alternate" rev="alternate"<br/> href="0077.html">alternate</span><br/> <span about="http://example.org/appendix" rev="appendix"<br/> href="0077.html">appendix</span><br/> <span about="http://example.org/bookmark" rev="bookmark"<br/> href="0077.html">bookmark</span><br/> <span about="http://example.org/cite" rev="cite"<br/> href="0077.html">cite</span><br/> <span about="http://example.org/chapter" rev="chapter"<br/> href="0077.html">chapter</span><br/> <span about="http://example.org/contents" rev="contents"<br/> href="0077.html">contents</span><br/> <span about="http://example.org/copyright" rev="copyright"<br/> href="0077.html">copyright</span><br/> <span about="http://example.org/glossary" rev="glossary"<br/> href="0077.html">glossary</span><br/> <span about="http://example.org/help" rev="help"<br/> href="0077.html">help</span><br/> <span about="http://example.org/icon" rev="icon"<br/> href="0077.html">icon</span><br/> <span about="http://example.org/index" rev="index"<br/> href="0077.html">index</span><br/> <span about="http://example.org/first" rev="first"<br/> href="0077.html">first</span><br/> <span about="http://example.org/last" rev="last"<br/> href="0077.html">last</span><br/> <span about="http://example.org/license" rev="license"<br/> href="0077.html">license</span><br/> <span about="http://example.org/meta" rev="meta"<br/> href="0077.html">meta</span><br/> <span about="http://example.org/next" rev="next"<br/> href="0077.html">next</span><br/> <span about="http://example.org/p3pv1" rev="p3pv1"<br/> href="0077.html">p3pv1</span><br/> <span about="http://example.org/prev" rev="prev"<br/> href="0077.html">prev</span><br/> <span about="http://example.org/role" rev="role"<br/> href="0077.html">role</span><br/> <span about="http://example.org/section" rev="section"<br/> href="0077.html">section</span><br/> <span about="http://example.org/subsection" rev="subsection"<br/> href="0077.html">subsection</span><br/> <span about="http://example.org/start" rev="start"<br/> href="0077.html">start</span><br/> <span about="http://example.org/stylesheet" rev="stylesheet"<br/> href="0077.html">stylesheet</span> <br/> <span about="http://example.org/up" rev="up"<br/> href="0077.html">up</span><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> <div rel="next"></div><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" xml:lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <!-- This a NOT a valid XHTML document (due to @xml:base) --><br/> <div xml:base="http://example.org/invalid/"><br/> <p about="">This is <span property="dc:title">Test 0109</span>.</p><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> <span about="#a" property="dc:title"></span><br/> <span about="#b" property="dc:title" /><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.html">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase2" href="http://example.org/foo/..">Corner Case #2</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> <div><br/> <p about="http://example.org/"><br/> <span about="[]" property="dc:title">Test Case 0121</span><br/> checks to make sure RDFa processors resolve the empty CURIE correctly.<br/> <p resource="[]"><br/> <span property="dc:contributor">Shane McCarron</span><br/> contributed to this test.<br/> </p><br/> </p><br/> </div><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/> <div id="mark" about="#mark" typeof="foaf:Person"><br/> <h2 property="foaf:name" datatype="rdf:XMLLiteral"><span <br/>property="foaf:firstName">Mark</span> <span <br/>property="foaf:surname">Birbeck</span></h2><br/> </div><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/> <!-- @prefix should be ignored in the RDFa 1.0 case --><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri/" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- The version statement should be ignored with version set to 1.0 --><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p>This document has a title.</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> <p><br/> The <span property="dc:title">rdfagraph</span> should not generate triples when<br/> looking only at the processor graph.<br/> </p><br/> <p></p><br/> <p></p><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <p></p><br/> <span about="#a" property="dc:title"></span><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="alternate">alternate</span><br/> <span property="appendix">appendix</span><br/> <span property="cite">cite</span><br/> <span property="bookmark">bookmark</span><br/> <span property="contents">contents</span><br/> <span property="chapter">chapter</span><br/> <span property="copyright">copyright</span><br/> <span property="first">first</span><br/> <span property="glossary">glossary</span><br/> <span property="help">help</span><br/> <span property="icon">icon</span><br/> <span property="index">index</span><br/> <span property="last">last</span><br/> <span property="license">license</span><br/> <span property="meta">meta</span><br/> <span property="next">next</span><br/> <span property="prev">prev</span><br/> <span property="previous">previous</span><br/> <span property="section">section</span><br/> <span property="start">start</span><br/> <span property="stylesheet">stylesheet</span><br/> <span property="subsection">subsection</span><br/> <span property="top">top</span><br/> <span property="up">up</span><br/> <span property="p3pv1">p3pv1</span><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <time property="rdf:value" datetime="2012-03-18Z">18 March 2012</time><br/> <time property="rdf:value" datetime="00:00:00Z">midnight</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time><br/> <time property="rdf:value">2012-03-18Z</time><br/> <time property="rdf:value">00:00:00Z</time><br/> <time property="rdf:value">2012-03-18T00:00:00Z</time><br/> <time property="rdf:value" datetime="2012-03-18" content="not this">18 March 2012</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time><br/> <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time><br/> <time property="rdf:value" datetime="2012">Two Thousand Twelve</time><br/> <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time><br/> <time property="rdf:value"> 2012-03-18Z</time><br/> <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time><br/> <time property="rdf:value" lang="en" datetime="D-Day"><br/> Non matching lexical value with language.<br/> </time><br/> <data property="rdf:value" lang="lat" value="veni, vidi, vici" content="I came, I saw, I conquered"><br/> @value overrides @content in the 'data' element.<br/> </data><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time><br/> <object property="rdf:value" data="http://example.com/"></object><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/> <p>None of these triples should be generated in RDFa 1.0.</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0295.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0295.sparql'># Just test to see that some triples are generated<br/>ASK WHERE {?s ?p ?o}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0295'>
<span content='Test 0295: Benchmark test' property='dc:title mf:name'></span>
<span content='Complex benchmark document.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0295.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0295.html'><!DOCTYPE html><br/><html xmlns:air="http://www.daml.org/2001/10/html/airport-ont#"<br/>xmlns:bio="http://vocab.org/bio/0.1/"<br/>xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:cert="http://www.w3.org/ns/auth/cert#"<br/>xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"<br/>xmlns:dc="http://purl.org/dc/terms/"<br/>xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:earl="http://www.w3.org/ns/earl#"<br/>xmlns:example="http://example.org/"<br/>xmlns:ex="http://example.org/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"<br/>xmlns:google="http://rdf.data-vocabulary.org/#"<br/>xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:openid="http://xmlns.openid.net/auth#"<br/>xmlns:owl="http://www.w3.org/2002/07/owl#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"<br/>xmlns:rel="http://vocab.org/relationship/"<br/>xmlns:rsa="http://www.w3.org/ns/auth/rsa#"<br/>xmlns:rss="http://web.resource.org/rss/1.0/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:v="http://www.w3.org/2006/vcard/ns#"<br/>xmlns:wot="http://xmlns.com/wot/0.1/"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>RDFa 1.1 Benchmark File #1</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> <p></p><br/> <p></p><br/> <p></p><br/> <p></p><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> <p></p><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> <p typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </div><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> <p>This is the first chapter in a series of chapters.</p><br/> <p>This is unit test #62. The next unit test is #63.</p><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> <p>This is test #66.</p><br/> <p>This is test #67.</p><br/> <p about="0067.html"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.html">Test 0070</a>.<br/> </p><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.html">Test 0069</span>.<br/> </p><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p><br/> <a rel="alternate" href="http://example.org/alternate">alternate</a><br/> <a rel="appendix" href="http://example.org/appendix">appendix</a><br/> <a rel="bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel="cite" href="http://example.org/cite">cite</a><br/> <a rel="chapter" href="http://example.org/chapter">chapter</a><br/> <a rel="contents" href="http://example.org/contents">contents</a><br/> <a rel="copyright" href="http://example.org/copyright">copyright</a><br/> <a rel="glossary" href="http://example.org/glossary">glossary</a><br/> <a rel="help" href="http://example.org/help">help</a><br/> <a rel="icon" href="http://example.org/icon">icon</a><br/> <a rel="index" href="http://example.org/index">index</a><br/> <a rel="last" href="http://example.org/last">last</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="meta" href="http://example.org/meta">meta</a><br/> <a rel="next" href="http://example.org/next">next</a><br/> <a rel="p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel="prev" href="http://example.org/prev">prev</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> <a rel="section" href="http://example.org/section">section</a><br/> <a rel="subsection" href="http://example.org/subsection">subsection</a><br/> <a rel="start" href="http://example.org/start">start</a><br/> <a rel="stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel="up" href="http://example.org/up">up</a><br/> </p><br/> <p><br/> <span about="http://example.org/alternate" rev="alternate"<br/> href="0077.html">alternate</span><br/> <span about="http://example.org/appendix" rev="appendix"<br/> href="0077.html">appendix</span><br/> <span about="http://example.org/bookmark" rev="bookmark"<br/> href="0077.html">bookmark</span><br/> <span about="http://example.org/cite" rev="cite"<br/> href="0077.html">cite</span><br/> <span about="http://example.org/chapter" rev="chapter"<br/> href="0077.html">chapter</span><br/> <span about="http://example.org/contents" rev="contents"<br/> href="0077.html">contents</span><br/> <span about="http://example.org/copyright" rev="copyright"<br/> href="0077.html">copyright</span><br/> <span about="http://example.org/glossary" rev="glossary"<br/> href="0077.html">glossary</span><br/> <span about="http://example.org/help" rev="help"<br/> href="0077.html">help</span><br/> <span about="http://example.org/icon" rev="icon"<br/> href="0077.html">icon</span><br/> <span about="http://example.org/index" rev="index"<br/> href="0077.html">index</span><br/> <span about="http://example.org/first" rev="first"<br/> href="0077.html">first</span><br/> <span about="http://example.org/last" rev="last"<br/> href="0077.html">last</span><br/> <span about="http://example.org/license" rev="license"<br/> href="0077.html">license</span><br/> <span about="http://example.org/meta" rev="meta"<br/> href="0077.html">meta</span><br/> <span about="http://example.org/next" rev="next"<br/> href="0077.html">next</span><br/> <span about="http://example.org/p3pv1" rev="p3pv1"<br/> href="0077.html">p3pv1</span><br/> <span about="http://example.org/prev" rev="prev"<br/> href="0077.html">prev</span><br/> <span about="http://example.org/role" rev="role"<br/> href="0077.html">role</span><br/> <span about="http://example.org/section" rev="section"<br/> href="0077.html">section</span><br/> <span about="http://example.org/subsection" rev="subsection"<br/> href="0077.html">subsection</span><br/> <span about="http://example.org/start" rev="start"<br/> href="0077.html">start</span><br/> <span about="http://example.org/stylesheet" rev="stylesheet"<br/> href="0077.html">stylesheet</span> <br/> <span about="http://example.org/up" rev="up"<br/> href="0077.html">up</span><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> <div rel="next"></div><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" xml:lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <!-- This a NOT a valid XHTML document (due to @xml:base) --><br/> <div xml:base="http://example.org/invalid/"><br/> <p about="">This is <span property="dc:title">Test 0109</span>.</p><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> <span about="#a" property="dc:title"></span><br/> <span about="#b" property="dc:title" /><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.html">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase2" href="http://example.org/foo/..">Corner Case #2</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> <div><br/> <p about="http://example.org/"><br/> <span about="[]" property="dc:title">Test Case 0121</span><br/> checks to make sure RDFa processors resolve the empty CURIE correctly.<br/> <p resource="[]"><br/> <span property="dc:contributor">Shane McCarron</span><br/> contributed to this test.<br/> </p><br/> </p><br/> </div><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/> <div id="mark" about="#mark" typeof="foaf:Person"><br/> <h2 property="foaf:name" datatype="rdf:XMLLiteral"><span <br/>property="foaf:firstName">Mark</span> <span <br/>property="foaf:surname">Birbeck</span></h2><br/> </div><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/> <!-- @prefix should be ignored in the RDFa 1.0 case --><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri/" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- The version statement should be ignored with version set to 1.0 --><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p>This document has a title.</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> <p><br/> The <span property="dc:title">rdfagraph</span> should not generate triples when<br/> looking only at the processor graph.<br/> </p><br/> <p></p><br/> <p></p><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <p></p><br/> <span about="#a" property="dc:title"></span><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="alternate">alternate</span><br/> <span property="appendix">appendix</span><br/> <span property="cite">cite</span><br/> <span property="bookmark">bookmark</span><br/> <span property="contents">contents</span><br/> <span property="chapter">chapter</span><br/> <span property="copyright">copyright</span><br/> <span property="first">first</span><br/> <span property="glossary">glossary</span><br/> <span property="help">help</span><br/> <span property="icon">icon</span><br/> <span property="index">index</span><br/> <span property="last">last</span><br/> <span property="license">license</span><br/> <span property="meta">meta</span><br/> <span property="next">next</span><br/> <span property="prev">prev</span><br/> <span property="previous">previous</span><br/> <span property="section">section</span><br/> <span property="start">start</span><br/> <span property="stylesheet">stylesheet</span><br/> <span property="subsection">subsection</span><br/> <span property="top">top</span><br/> <span property="up">up</span><br/> <span property="p3pv1">p3pv1</span><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <time property="rdf:value" datetime="2012-03-18Z">18 March 2012</time><br/> <time property="rdf:value" datetime="00:00:00Z">midnight</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time><br/> <time property="rdf:value">2012-03-18Z</time><br/> <time property="rdf:value">00:00:00Z</time><br/> <time property="rdf:value">2012-03-18T00:00:00Z</time><br/> <time property="rdf:value" datetime="2012-03-18" content="not this">18 March 2012</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time><br/> <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time><br/> <time property="rdf:value" datetime="2012">Two Thousand Twelve</time><br/> <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time><br/> <time property="rdf:value"> 2012-03-18Z</time><br/> <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time><br/> <time property="rdf:value" lang="en" datetime="D-Day"><br/> Non matching lexical value with language.<br/> </time><br/> <data property="rdf:value" lang="lat" value="veni, vidi, vici" content="I came, I saw, I conquered"><br/> @value overrides @content in the 'data' element.<br/> </data><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time><br/> <object property="rdf:value" data="http://example.com/"></object><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/> <p>None of these triples should be generated in RDFa 1.0.</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0295.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0295.sparql'># Just test to see that some triples are generated<br/>ASK WHERE {?s ?p ?o}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0295'>
<span content='Test 0295: Benchmark test' property='dc:title mf:name'></span>
<span content='Complex benchmark document.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0295.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0295.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:air="http://www.daml.org/2001/10/html/airport-ont#"<br/>xmlns:bio="http://vocab.org/bio/0.1/"<br/>xmlns:cal="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:cc="http://creativecommons.org/ns#"<br/>xmlns:cert="http://www.w3.org/ns/auth/cert#"<br/>xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"<br/>xmlns:dc="http://purl.org/dc/terms/"<br/>xmlns:dct="http://purl.org/dc/terms/"<br/>xmlns:earl="http://www.w3.org/ns/earl#"<br/>xmlns:example="http://example.org/"<br/>xmlns:ex="http://example.org/"<br/>xmlns:foaf="http://xmlns.com/foaf/0.1/"<br/>xmlns:google="http://rdf.data-vocabulary.org/#"<br/>xmlns:ical="http://www.w3.org/2002/12/cal/icaltzd#"<br/>xmlns:openid="http://xmlns.openid.net/auth#"<br/>xmlns:owl="http://www.w3.org/2002/07/owl#"<br/>xmlns:rdfatest="http://rdfa.info/vocabs/rdfa-test#"<br/>xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"<br/>xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"<br/>xmlns:rel="http://vocab.org/relationship/"<br/>xmlns:rsa="http://www.w3.org/ns/auth/rsa#"<br/>xmlns:rss="http://web.resource.org/rss/1.0/"<br/>xmlns:sioc="http://rdfs.org/sioc/ns#"<br/>xmlns:v="http://www.w3.org/2006/vcard/ns#"<br/>xmlns:wot="http://xmlns.com/wot/0.1/"<br/>xmlns:xhv="http://www.w3.org/1999/xhtml/vocab#"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>RDFa 1.1 Benchmark File #1</title><br/></head><br/><body><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator" rev="foaf:img"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This photo was taken by<br/> <a about="photo1.jpg" property="dc:title"<br/> content="Portrait of Mark" rel="dc:creator"<br/> rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a about="" rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons<br/> </a>.<br/> </p> <br/> <p></p><br/> <p></p><br/> <p></p><br/> <p></p><br/> <p><br/> <span about="http://example.org/foo"<br/> property="ex:bar" content="10" datatype="xsd:integer">ten</span><br/> </p><br/> <p></p><br/> <p><br/> <span about="[_:a]" property="foaf:name">Manu Sporny</span><br/> <span about="[_:a]" rel="foaf:knows"<br/>resource="[_:b]">knows</span><br/> <span about="[_:b]" property="foaf:name">Ralph Swick</span>.<br/> </p><br/> <p><br/> This photo was taken by<br/> <a about="photo1.jpg" rel="dc:creator"<br/> href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>.<br/> </p> <br/> <div about="mailto:manu.sporny@digitalbazaar.com"<br/> rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div><br/> <div about="photo1.jpg"><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span><br/> </span><br/> </div><br/> <div id="photo1"><br/> This photo was taken by<br/> <span property="dc:creator">Mark Birbeck</span> <br/> </div><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator" resource="#me"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck" /><br/> </p> <br/> <p><br/> <span about="http://internet-apps.blogspot.com/"<br/> property="dc:creator" content="Mark Birbeck">Mark B.<br/> </span><br/> </p> <br/> <p><br/> <span about="http://example.org/foo"<br/> property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>.<br/> </p> <br/> <p>This document is licensed under a<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nc-nd/2.5/"><br/> Creative Commons License<br/> </a>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>.<br/> </p> <br/> <p about="#wtw"><br/> The book <b>Weaving the Web</b> (hardcover) has the ISBN<br/> <a rel="dc:identifier" resource="urn:ISBN:0752820907" <br/> href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>.<br/> </p><br/> <p><br/> This paper was written by<br/> <span rel="dc:creator"><br/> <span property="foaf:name">Ben Adida</span>.<br/> </span><br/> </p><br/> <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> resource="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img about="http://sw-app.org/mic.xhtml#i"<br/> rev="foaf:depicts"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> href="http://sw-app.org/img/mic_2006_03.jpg"<br/> resource="http://sw-app.org/mic.xhtml#photo" <br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Document" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div about="http://www.example.org/#me" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> John Doe<br/> </p><br/> <p typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <span property="foaf:name">John Doe</span><br/> </p><br/> <p><br/> This document was authored and published by <br/> <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>.<br/> </p><br/> <p><br/> This document was authored and published by<br/> <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>.<br/> </p><br/> <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p><br/> <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org/#ben" rel="foaf:knows"><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> <p typeof="foaf:Person" property="foaf:name">Ivan Herman</p><br/> </div><br/> <p>This document was authored and published by:</p><br/> <ul rel="dc:creator dc:publisher"><br/> <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li><br/> <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li><br/> </ul><br/> <div about="http://www.example.org/#matsumoto-kimiko"<br/> typeof="foaf:Person"><br/> <p property="foaf:name">松本 后子</p><br/> </div><br/> <p>This is the first chapter in a series of chapters.</p><br/> <p>This is unit test #62. The next unit test is #63.</p><br/> <p>This is the 63<sup>rd</sup> test. The next test is #64.</p><br/> <p about="[_:michael]">Michael knows<br/> <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>.<br/> </p><br/> <div about="[_:manu]"><br/> Manu Sporny can be reached via<br/> <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span><br/> </div><br/><br/> <div about="[_:michael]"><br/> Michael can be reached via<br/> <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.<br/> </div><br/> <p>This is test #66.</p><br/> <p>This is test #67.</p><br/> <p about="0067.xhtml"><br/> The previous test was<br/> <span property="dc:title">Test 0067</span>.<br/> </p><br/> <p>The next test will be<br/> <a about="" rel="xhv:next" href="0070.xhtml">Test 0070</a>.<br/> </p><br/> <p>The previous test was<br/> <span about="" rel="xhv:prev" resource="0069.xhtml">Test 0069</span>.<br/> </p><br/> <p>This page is under a Creative Commons<br/> <a rel="cc:license"<br/> href="http://creativecommons.org/licenses/by-nd/3.0/"><br/> Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p about="faq"><br/> Learn more by reading the example.org<br/> <span property="dc:title">Example FAQ</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <span rel="dc:creator" resource="jane">Jane</span>.<br/> </p><br/> <p><br/> This article was written by<br/> <a rel="dc:creator" href="jane">Jane</a>.<br/> </p><br/> <p><br/> This page is under a Creative Commons<br/> <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>.<br/> </p><br/> <p><br/> <a rel="alternate" href="http://example.org/alternate">alternate</a><br/> <a rel="appendix" href="http://example.org/appendix">appendix</a><br/> <a rel="bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel="cite" href="http://example.org/cite">cite</a><br/> <a rel="chapter" href="http://example.org/chapter">chapter</a><br/> <a rel="contents" href="http://example.org/contents">contents</a><br/> <a rel="copyright" href="http://example.org/copyright">copyright</a><br/> <a rel="glossary" href="http://example.org/glossary">glossary</a><br/> <a rel="help" href="http://example.org/help">help</a><br/> <a rel="icon" href="http://example.org/icon">icon</a><br/> <a rel="index" href="http://example.org/index">index</a><br/> <a rel="last" href="http://example.org/last">last</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="meta" href="http://example.org/meta">meta</a><br/> <a rel="next" href="http://example.org/next">next</a><br/> <a rel="p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel="prev" href="http://example.org/prev">prev</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> <a rel="section" href="http://example.org/section">section</a><br/> <a rel="subsection" href="http://example.org/subsection">subsection</a><br/> <a rel="start" href="http://example.org/start">start</a><br/> <a rel="stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel="up" href="http://example.org/up">up</a><br/> </p><br/> <p><br/> <span about="http://example.org/alternate" rev="alternate"<br/> href="0077.xhtml">alternate</span><br/> <span about="http://example.org/appendix" rev="appendix"<br/> href="0077.xhtml">appendix</span><br/> <span about="http://example.org/bookmark" rev="bookmark"<br/> href="0077.xhtml">bookmark</span><br/> <span about="http://example.org/cite" rev="cite"<br/> href="0077.xhtml">cite</span><br/> <span about="http://example.org/chapter" rev="chapter"<br/> href="0077.xhtml">chapter</span><br/> <span about="http://example.org/contents" rev="contents"<br/> href="0077.xhtml">contents</span><br/> <span about="http://example.org/copyright" rev="copyright"<br/> href="0077.xhtml">copyright</span><br/> <span about="http://example.org/glossary" rev="glossary"<br/> href="0077.xhtml">glossary</span><br/> <span about="http://example.org/help" rev="help"<br/> href="0077.xhtml">help</span><br/> <span about="http://example.org/icon" rev="icon"<br/> href="0077.xhtml">icon</span><br/> <span about="http://example.org/index" rev="index"<br/> href="0077.xhtml">index</span><br/> <span about="http://example.org/first" rev="first"<br/> href="0077.xhtml">first</span><br/> <span about="http://example.org/last" rev="last"<br/> href="0077.xhtml">last</span><br/> <span about="http://example.org/license" rev="license"<br/> href="0077.xhtml">license</span><br/> <span about="http://example.org/meta" rev="meta"<br/> href="0077.xhtml">meta</span><br/> <span about="http://example.org/next" rev="next"<br/> href="0077.xhtml">next</span><br/> <span about="http://example.org/p3pv1" rev="p3pv1"<br/> href="0077.xhtml">p3pv1</span><br/> <span about="http://example.org/prev" rev="prev"<br/> href="0077.xhtml">prev</span><br/> <span about="http://example.org/role" rev="role"<br/> href="0077.xhtml">role</span><br/> <span about="http://example.org/section" rev="section"<br/> href="0077.xhtml">section</span><br/> <span about="http://example.org/subsection" rev="subsection"<br/> href="0077.xhtml">subsection</span><br/> <span about="http://example.org/start" rev="start"<br/> href="0077.xhtml">start</span><br/> <span about="http://example.org/stylesheet" rev="stylesheet"<br/> href="0077.xhtml">stylesheet</span> <br/> <span about="http://example.org/up" rev="up"<br/> href="0077.xhtml">up</span><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p typeof="foaf:Person" property="foaf:name">Mark Birbeck</p><br/> </div><br/> <div about="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> </div><br/> <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"><br/> <div><br/> <p property="foaf:name">Ivan Herman</p><br/> <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p><br/> <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p><br/> <br/> </div><br/> </div><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <div rel="foaf:knows"><br/> <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p><br/> <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p><br/> <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p><br/> </div><br/> </div><br/> <p><br/> <a rel=":alternate" href="http://example.org/alternate">alternate</a><br/> <a rel=":appendix" href="http://example.org/appendix">appendix</a><br/> <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a><br/> <a rel=":cite" href="http://example.org/cite">cite</a><br/> <a rel=":chapter" href="http://example.org/chapter">chapter</a><br/> <a rel=":contents" href="http://example.org/contents">contents</a><br/> <a rel=":copyright" href="http://example.org/copyright">copyright</a><br/> <a rel=":glossary" href="http://example.org/glossary">glossary</a><br/> <a rel=":help" href="http://example.org/help">help</a><br/> <a rel=":icon" href="http://example.org/icon">icon</a><br/> <a rel=":index" href="http://example.org/index">index</a><br/> <a rel=":first" href="http://example.org/first">first</a><br/> <a rel=":last" href="http://example.org/last">last</a><br/> <a rel=":license" href="http://example.org/license">license</a><br/> <a rel=":meta" href="http://example.org/meta">meta</a><br/> <a rel=":next" href="http://example.org/next">next</a><br/> <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a><br/> <a rel=":prev" href="http://example.org/prev">prev</a><br/> <a rel=":role" href="http://example.org/role">role</a><br/> <a rel=":section" href="http://example.org/section">section</a><br/> <a rel=":subsection" href="http://example.org/subsection">subsection</a><br/> <a rel=":start" href="http://example.org/start">start</a><br/> <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a><br/> <a rel=":up" href="http://example.org/up">up</a><br/> </p><br/> <div about ="http://www.example.org/#somebody" rel="foaf:knows"><br/> <p about="[_:]" property="foaf:name">Dan Brickley</p><br/> <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /><br/> </div><br/> <div><br/> <img src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <p about="[_:human]"><br/> A human is<br/> <span property=":definition">a bi-pedal primate</span>.<br/> They are quite possibly one of the most<br/> <span property=":note">confused animal</span>s residing in the <br/> <span property=":foo">Milky Way</span>.<br/> </p><br/> <div about=""><br/> Author: <span property="dc:creator">Albert Einstein</span><br/> <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p about="http://www.cwi.nl/~steven/" property="example:likes"><br/> We put thirty spokes together and call it a wheel;<br/> But it is on the space where there is nothing that the usefulness of the wheel depends.<br/> We turn clay to make a vessel;<br/> But it is on the space where there is nothing that the usefulness of the vessel depends.<br/> We pierce doors and windows to make a house;<br/> And it is on these spaces where there is nothing that the usefulness of the house depends.<br/> Therefore just as we take advantage of what is, we should recognize the usefulness of what is not.<br/><br/> Lao Tzu: Tao Te Ching</p><br/> <p><br/> The word "interfenestration" has <br/> <span about="#interfenestration" rel="example:size"><br/> <span property="rdf:value">17</span><br/> <span property="example:unit">character</span>s.<br/> </span><br/> </p><br/> <div about="" rel="dc:creator"><br/> <a rel="" href="manu.html">Manu</a> created this page.<br/> </div><br/> <div rel="next"></div><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" xml:lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <!-- This a NOT a valid XHTML document (due to @xml:base) --><br/> <div xml:base="http://example.org/invalid/"><br/> <p about="">This is <span property="dc:title">Test 0109</span>.</p><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> <div rel="xhv:next"><br/> <div rel="xhv:next"><br/> <div rel="xhv:next" /><br/> </div><br/> </div><br/> <p><br/> <span about="http://example.org/node" property="ex:property"<br/> datatype="">not an XML Literal,<br/>whitespace preserved<br/></span><br/> </p><br/> <span about="#a" property="dc:title"></span><br/> <span about="#b" property="dc:title" /><br/> <div><br/> <a rel="xhv:index" href="../../.././#">Test Suite</a><br/> <a rel="xhv:next" href="0115.xhtml">Test Case 0115</a><br/> <a rel="xhv:up" href="./">Test Case 0114</a><br/> <a rel="cc:attributionURL" href="../../../../">RDFa Website</a><br/> <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a><br/> <a rel="rdfatest:cornerCase2" href="http://example.org/foo/..">Corner Case #2</a><br/> <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a><br/> <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a><br/> <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a><br/> </div><br/> <p>Description: XML entities in the RDFa content</p><br/> <p><br/> <span property="ex:entity1">&gt;</span><br/> <span property="ex:entity2">Ben &amp; Co.</span><br/> <span property="ex:entity3">&#x40;</span><br/> <span property="ex:entity4">&#64;</span><br/> </p><br/> <p><br/> <span property="dc:contributor">Mark Birbeck</span><br/> added this triple test.<br/> </p><br/> <p><br/> Check to see if parsers get confused when "" is<br/> interpreted as NULL in some chaining cases.<br/> <a href="http://example.org/ben.html"><span<br/> about="" property="dc:creator">Ben</span></a><br/> </p><br/> <div><br/> <p about="[example:]"><br/> The<br/> <span property="dc:title">Example Website</span><br/> is used in many W3C tutorials.<br/> </p><br/> </div><br/> <p about="[:]"><br/> The<br/> <span property="dc:title">The XHTML Vocabulary Document</span><br/> is the default prefix for XHTML+RDFa 1.0.<br/> </p><br/> <div><br/> <p about="http://example.org/"><br/> <span about="[]" property="dc:title">Test Case 0121</span><br/> checks to make sure RDFa processors resolve the empty CURIE correctly.<br/> <p resource="[]"><br/> <span property="dc:contributor">Shane McCarron</span><br/> contributed to this test.<br/> </p><br/> </p><br/> </div><br/> <p about="http://example.org/section1.html"><br/> This section is contained below <span rel="up" resource="[]">the main site</span>.<br/> </p><br/> <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"><br/> <h1 property="dct:title">My article</h1><br/> </div><br/><p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p><br/><p property="_:invalid">Test</p><br/><p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p><br/> <p><br/> This test ensures that single-character prefixes are allowed. <br/> My name is:<br/> <span about="http://example.org/jd" property="v:fn">John Doe</span> <br/> </p><br/> <p about="_:gregg">My name is<br/> <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>.<br/> </p><br/> <div about="_:manu"><br/> Manu can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.<br/> <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span><br/> <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span><br/> </div><br/><br/> <div about="_:gregg"><br/> Gregg can be reached via<br/> <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>.<br/> </div><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" ><br/> <p property=":name">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" ><br/> <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">A particular agent</p><br/> </div><br/> </div><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> <div vocab="http://example.org/wrong/foaf/uri/"><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> </div><br/> </div><br/> <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"><br/> <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about ="http://www.example.org/software"><br/> <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p><br/> <p property="ex:plainlit">This is a <em>plain</em> literal</p><br/></div><br/> <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p><br/> <p property="dc:language" datatype="pred/lang">Ruby</p><br/> <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p><br/> <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p><br/> <div id="mark" about="#mark" typeof="foaf:Person"><br/> <h2 property="foaf:name" datatype="rdf:XMLLiteral"><span <br/>property="foaf:firstName">Mark</span> <span <br/>property="foaf:surname">Birbeck</span></h2><br/> </div><br/> <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"><br/> An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL.<br/> </p><br/> <p about="#event1" typeof="cal:Vevent"><br/> <b property="cal:summary">Weekend off in Iona</b>: <br/> <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span><br/> to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>.<br/> See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for<br/> info on <span property="cal:location">Iona, UK</span>.<br/> </p><br/> <!-- @prefix should be ignored in the RDFa 1.0 case --><br/> <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --><br/> <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri/" prefix="foaf: http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- The version statement should be ignored with version set to 1.0 --><br/> <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="foaf:name">Ivan Herman</p><br/> </div><br/> <!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --><br/> <div about="http://www.example.org/"><br/> <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2><br/> </div><br/> <p>This document has a title.</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties<br/> in the html element, ie, when the content sniffing to find out the character encoding may not work --><br/> <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p><br/> <div about="#me" vocab="http://xmlns.com/foaf/0.1/" ><br/> <p property="name">Gregg Kellogg</p><br/> </div><br/> <div about =""><br/> <p rel="rdf:value" inlist=""/><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about=""><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <a rel="rdf:value" inlist="" href="foo">Foo</a><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <strong><p property="rdf:value" inlist="">Bar</p></strong><br/> <p property="rdf:value">Baz</p><br/> </div><br/> <div about=""><br/> <ol rel="rdf:value" inlist=""><br/> <li><a href="foo">Foo</a></li><br/> <li><a href="bar">Bar</a></li><br/> </ol><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Foo</p><br/> </div><br/> <div about="foo"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist" resource="res"><br/> <p property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div about=""><br/> <p property="rdf:value" inlist="">Foo</p><br/> <span rel="rdf:inlist"><br/> <p about="res" property="rdf:value" inlist="">Bar</p><br/> </span><br/> </div><br/> <div><br/> <img src="http://sw-app.org/img/mic_2007_01.jpg"<br/> rev="xhv:alternate"<br/> resource="http://sw-app.org/img/mic_2006_03.jpg"<br/> alt="A photo depicting Michael" /> <br/> </div><br/> <div><br/> <img rel="foaf:img"<br/> src="http://sw-app.org/img/mic_2007_01.jpg" <br/> alt="A photo depicting Michael" /><br/> </div><br/> <div><br/> <img<br/> src="http://example.org/example.png" <br/> rel="license"<br/> href="http://creativecommons.org/licenses/by-nc-sa/2.0/"<br/> alt="example image" /><br/> </div><br/> <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"><br/> <img src="http://example.org/example.png" alt="example image" /><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"><br/> <p property="foaf:name">John Doe</p><br/> </div><br/> <p><br/> <a rel="describedby" href="http://example.org/describedby">describedby</a><br/> <a rel="license" href="http://example.org/license">license</a><br/> <a rel="role" href="http://example.org/role">role</a><br/> </p><br/> <p><br/> The <span property="dc:title">rdfagraph</span> should not generate triples when<br/> looking only at the processor graph.<br/> </p><br/> <p></p><br/> <p></p><br/> <p about="http://example.org/node" property="ex:property"<br/> datatype="" lang="el">ελληνικό<br/>άσπρο διάστημα<br/></p><br/> <p></p><br/> <span about="#a" property="dc:title"></span><br/><p>Ensure that the "_" prefix is ignored.</p><br/><p xmlns:_="http://example.org/"<br/> prefix="_: http://example.org/" <br/> xmlns:earl="http://www.w3.org/ns/earl#" <br/> rel="earl:testcase" resource="_:test">Test</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> <span property="license">License</span><br/> <span property="role">Role</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="alternate">alternate</span><br/> <span property="appendix">appendix</span><br/> <span property="cite">cite</span><br/> <span property="bookmark">bookmark</span><br/> <span property="contents">contents</span><br/> <span property="chapter">chapter</span><br/> <span property="copyright">copyright</span><br/> <span property="first">first</span><br/> <span property="glossary">glossary</span><br/> <span property="help">help</span><br/> <span property="icon">icon</span><br/> <span property="index">index</span><br/> <span property="last">last</span><br/> <span property="license">license</span><br/> <span property="meta">meta</span><br/> <span property="next">next</span><br/> <span property="prev">prev</span><br/> <span property="previous">previous</span><br/> <span property="section">section</span><br/> <span property="start">start</span><br/> <span property="stylesheet">stylesheet</span><br/> <span property="subsection">subsection</span><br/> <span property="top">top</span><br/> <span property="up">up</span><br/> <span property="p3pv1">p3pv1</span><br/> </div><br/> <div about="http://www.example.org"><br/> <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is<br/>an XMLLiteral</p><br/></div><br/> <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator<br/>">Mark Birbeck</span>.</p><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a><br/> </div><br/> <div about="http://www.w3.org/Person/Ivan#me"><br/> <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p><br/> </div><br/> <div about="http://www.ivan-herman.net/foaf#me"><br/> <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" /><br/> </div><br/> <p> </p><br/> <p> </p><br/> <p> </p><br/> <time property="rdf:value" datetime="2012-03-18Z">18 March 2012</time><br/> <time property="rdf:value" datetime="00:00:00Z">midnight</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time><br/> <time property="rdf:value">2012-03-18Z</time><br/> <time property="rdf:value">00:00:00Z</time><br/> <time property="rdf:value">2012-03-18T00:00:00Z</time><br/> <time property="rdf:value" datetime="2012-03-18" content="not this">18 March 2012</time><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time><br/> <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time><br/> <time property="rdf:value" datetime="2012">Two Thousand Twelve</time><br/> <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time><br/> <time property="rdf:value"> 2012-03-18Z</time><br/> <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18Z</time><br/> <time property="rdf:value" lang="en" datetime="D-Day"><br/> Non matching lexical value with language.<br/> </time><br/> <data property="rdf:value" lang="lat" value="veni, vidi, vici" content="I came, I saw, I conquered"><br/> @value overrides @content in the 'data' element.<br/> </data><br/> <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time><br/> <object property="rdf:value" data="http://example.com/"></object><br/> <h1>@href becomes subject when @property and @content are present</h1><br/> <a href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@href becomes subject when @property and @datatype are present</h1><br/> <a href="http://example.org/" property="rdf:value" datatype="">value</a><br/> <h1>@href as subject overridden by @about</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a><br/> <h1>@about overriding @href as subject is used as parent resource</h1><br/> <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"><br/> <span property="rdf:value">value two</span><br/> </a><br/> <h1>Testing the ':' character usage in a CURIE</h1><br/> <div prefix="ex: http://www.example.org/"><br/> <p about="http://www.example.org" property="ex:column:test">Test</p><br/> </div><br/> <p>None of these triples should be generated in RDFa 1.0.</p><br/> <div><br/> Vocabulary Prefixes<br/> <span property="grddl:">GRDDL</span><br/> <span property="ma:">MA</span><br/> <span property="owl:">OWL</span><br/> <span property="rdf:">RDF</span><br/> <span property="rdfa:">RDFa</span><br/> <span property="rdfs:">RDFS</span><br/> <span property="rif:">RIF</span><br/> <span property="skos:">SKOS</span><br/> <span property="skosxl:">SKOS-XL</span><br/> <span property="wdr:">WDR</span><br/> <span property="void:">VOID</span><br/> <span property="wdrs:">WDRS</span><br/> <span property="xhv:">XHV</span><br/> <span property="xml:">XML</span><br/> <span property="xsd:">XSD</span><br/> </div><br/> <div><br/> Widely Used prefixes<br/> <span property="cc:">CC</span><br/> <span property="ctag:">CTAG</span><br/> <span property="dc:">DC</span><br/> <span property="dcterms:">DCTERMS</span><br/> <span property="foaf:">FOAF</span><br/> <span property="gr:">GR</span><br/> <span property="ical:">ICAL</span><br/> <span property="og:">OG</span><br/> <span property="rev:">REV</span><br/> <span property="sioc:">SIOC</span><br/> <span property="v:">V</span><br/> <span property="vcard:">VCARD</span><br/> <span property="schema:">Schema</span><br/> </div><br/> <div><br/> Vocabulary Terms<br/> <span property="describedby">DescribedBy</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0295.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0295.sparql'># Just test to see that some triples are generated<br/>ASK WHERE {?s ?p ?o}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0296'>Test 0296: @property does set parent object without @typeof</dt>
<dd>
<p>When @property is used with a resource attribute (@href, @resource, ...) it does not set parent object.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0296'>
<span content='Test 0296: @property does set parent object without @typeof' property='dc:title mf:name'></span>
<span content='When @property is used with a resource attribute (@href, @resource, ...) it does not set parent object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0296.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0296.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0296</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/"><span property="name">Gregg</span></a><br/> Knows<br/> <ul><br/> <li property="knows" resource="http://example.com/niklas/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/niklas/"><span property="name">Niklas</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/stéphane/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/stéphane/"><span property="name">Stéphane</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/ivan/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/ivan/"><span property="name">Ivan</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/manu/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a><br/> </li><br/> </ul><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0296.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0296.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg";<br/> foaf:knows<br/> <http://example.com/niklas/#me>,<br/> <http://example.com/stéphane/#me>,<br/> <http://example.com/ivan/#me>,<br/> <http://example.com/manu/#me> .<br/> <http://example.com/niklas/#me> a foaf:Person; foaf:name "Niklas" .<br/> <http://example.com/stéphane/#me> a foaf:Person; foaf:name "Stéphane" .<br/> <http://example.com/ivan/#me> a foaf:Person; foaf:name "Ivan" . <br/> <http://example.com/manu/#me> a foaf:Person; foaf:name "Manu" . <br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0296'>
<span content='Test 0296: @property does set parent object without @typeof' property='dc:title mf:name'></span>
<span content='When @property is used with a resource attribute (@href, @resource, ...) it does not set parent object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0296.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0296.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0296</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/"><span property="name">Gregg</span></a><br/> Knows<br/> <ul><br/> <li property="knows" resource="http://example.com/niklas/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/niklas/"><span property="name">Niklas</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/stéphane/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/stéphane/"><span property="name">Stéphane</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/ivan/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/ivan/"><span property="name">Ivan</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/manu/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a><br/> </li><br/> </ul><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0296.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0296.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg";<br/> foaf:knows<br/> <http://example.com/niklas/#me>,<br/> <http://example.com/stéphane/#me>,<br/> <http://example.com/ivan/#me>,<br/> <http://example.com/manu/#me> .<br/> <http://example.com/niklas/#me> a foaf:Person; foaf:name "Niklas" .<br/> <http://example.com/stéphane/#me> a foaf:Person; foaf:name "Stéphane" .<br/> <http://example.com/ivan/#me> a foaf:Person; foaf:name "Ivan" . <br/> <http://example.com/manu/#me> a foaf:Person; foaf:name "Manu" . <br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0296'>
<span content='Test 0296: @property does set parent object without @typeof' property='dc:title mf:name'></span>
<span content='When @property is used with a resource attribute (@href, @resource, ...) it does not set parent object.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0296.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0296.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0296</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/"><span property="name">Gregg</span></a><br/> Knows<br/> <ul><br/> <li property="knows" resource="http://example.com/niklas/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/niklas/"><span property="name">Niklas</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/stéphane/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/stéphane/"><span property="name">Stéphane</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/ivan/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/ivan/"><span property="name">Ivan</span></a><br/> </li><br/> <li property="knows" resource="http://example.com/manu/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a><br/> </li><br/> </ul><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0296.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0296.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg";<br/> foaf:knows<br/> <http://example.com/niklas/#me>,<br/> <http://example.com/stéphane/#me>,<br/> <http://example.com/ivan/#me>,<br/> <http://example.com/manu/#me> .<br/> <http://example.com/niklas/#me> a foaf:Person; foaf:name "Niklas" .<br/> <http://example.com/stéphane/#me> a foaf:Person; foaf:name "Stéphane" .<br/> <http://example.com/ivan/#me> a foaf:Person; foaf:name "Ivan" . <br/> <http://example.com/manu/#me> a foaf:Person; foaf:name "Manu" . <br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0297'>Test 0297: @about=[] with @typeof does not create a new subject</dt>
<dd>
<p>When the @about resolves to nothing, the typed resource should not create a new subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0297'>
<span content='Test 0297: @about=[] with @typeof does not create a new subject' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0297: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person" property="foaf:name">Alex Milowski</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.html> foaf:name "Alex Milowski" .<br/> [ a foaf:Person ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0297'>
<span content='Test 0297: @about=[] with @typeof does not create a new subject' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0297: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person" property="foaf:name">Alex Milowski</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.html> foaf:name "Alex Milowski" .<br/> [ a foaf:Person ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0297'>
<span content='Test 0297: @about=[] with @typeof does not create a new subject' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0297: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person" property="foaf:name">Alex Milowski</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.xhtml> foaf:name "Alex Milowski" .<br/> [ a foaf:Person ] .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0298'>Test 0298: @about=[] with @typeof does not create a new object</dt>
<dd>
<p>When the @about resolves to nothing, the typed resource should not create a new subject (chaining).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0298'>
<span content='Test 0298: @about=[] with @typeof does not create a new object' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject (chaining).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0298.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0298.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0298: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person"><br/> <span property="foaf:name">Alex Milowski</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0298.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0298.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> [ a foaf:Person; foaf:name "Alex Milowski" ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0298'>
<span content='Test 0298: @about=[] with @typeof does not create a new object' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject (chaining).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0298.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0298.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0298: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person"><br/> <span property="foaf:name">Alex Milowski</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0298.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0298.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> [ a foaf:Person; foaf:name "Alex Milowski" ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0298'>
<span content='Test 0298: @about=[] with @typeof does not create a new object' property='dc:title mf:name'></span>
<span content='When the @about resolves to nothing, the typed resource should not create a new subject (chaining).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0298.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0298.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0298: Testing @typeof and @about=[]</title><br/></head><br/><body><br/> <div about="[]" typeof="foaf:Person"><br/> <span property="foaf:name">Alex Milowski</span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0298.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0298.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> [ a foaf:Person; foaf:name "Alex Milowski" ] .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0299'>Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)</dt>
<dd>
<p>When the @resource resolves to nothing, @href or @src should be used (@rel case).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0299'>
<span content='Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@rel case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0299.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0299.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0299: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" rel="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0299.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0299.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0299'>
<span content='Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@rel case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0299.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0299.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0299: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" rel="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0299.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0299.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0299'>
<span content='Test 0299: @resource=[] with @href or @src uses @href or @src (@rel)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@rel case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0299.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0299.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0299: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" rel="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0299.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0299.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0300'>Test 0300: @resource=[] with @href or @src uses @href or @src (@property)</dt>
<dd>
<p>When the @resource resolves to nothing, @href or @src should be used (@property case).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0300'>
<span content='Test 0300: @resource=[] with @href or @src uses @href or @src (@property)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@property case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0300.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0300.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0300: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" property="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0300.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0300.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0300'>
<span content='Test 0300: @resource=[] with @href or @src uses @href or @src (@property)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@property case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0300.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0300.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0300: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" property="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0300.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0300.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0300'>
<span content='Test 0300: @resource=[] with @href or @src uses @href or @src (@property)' property='dc:title mf:name'></span>
<span content='When the @resource resolves to nothing, @href or @src should be used (@property case).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0300.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0300.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0300: Testing @resource=[]</title><br/></head><br/><body about="http://www.example.org/"><br/> <a href="http://www.example.org/license.xhtml" property="xhv:license" resource="[]">The Foo Document</a><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0300.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0300.sparql'>PREFIX xhv: <http://www.w3.org/1999/xhtml/vocab#><br/>ASK WHERE {<br/> <http://www.example.org/> xhv:license <http://www.example.org/license.xhtml> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0301'>Test 0301: @property with @typeof creates a typed_resource for chaining</dt>
<dd>
<p>@property with @typeof creates a typed_resource for chaining.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0301'>
<span content='Test 0301: @property with @typeof creates a typed_resource for chaining' property='dc:title mf:name'></span>
<span content='@property with @typeof creates a typed_resource for chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0301: Typed Property</title><br/></head><br/><body><br/> <p vocab="http://www.milowski.com/V/" property="bit" typeof="thing"><br/> <span property="name">Fizzbit</span><br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.html> <http://www.milowski.com/V/bit> [<br/> a <http://www.milowski.com/V/thing>;<br/> <http://www.milowski.com/V/name> "Fizzbit"<br/> ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0301'>
<span content='Test 0301: @property with @typeof creates a typed_resource for chaining' property='dc:title mf:name'></span>
<span content='@property with @typeof creates a typed_resource for chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0301: Typed Property</title><br/></head><br/><body><br/> <p vocab="http://www.milowski.com/V/" property="bit" typeof="thing"><br/> <span property="name">Fizzbit</span><br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.html> <http://www.milowski.com/V/bit> [<br/> a <http://www.milowski.com/V/thing>;<br/> <http://www.milowski.com/V/name> "Fizzbit"<br/> ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0301'>
<span content='Test 0301: @property with @typeof creates a typed_resource for chaining' property='dc:title mf:name'></span>
<span content='@property with @typeof creates a typed_resource for chaining.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0301: Typed Property</title><br/></head><br/><body><br/> <p vocab="http://www.milowski.com/V/" property="bit" typeof="thing"><br/> <span property="name">Fizzbit</span><br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.sparql'>ASK WHERE {<br/> <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.xhtml> <http://www.milowski.com/V/bit> [<br/> a <http://www.milowski.com/V/thing>;<br/> <http://www.milowski.com/V/name> "Fizzbit"<br/> ]<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0302'>Test 0302: @typeof with different content types</dt>
<dd>
<p>Tests that @typof works with terms, CURIES or IRIs.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0302'>
<span content='Test 0302: @typeof with different content types' property='dc:title mf:name'></span>
<span content='Tests that @typof works with terms, CURIES or IRIs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0302.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0302.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0302: various types of tokens in @typeof</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://openspring.net/scor#me" typeof="Person foaf:Person http://purl.org/dc/terms/Agent"><br/> <a property="homepage" href="http://openspring.net/"><span property="name">Stéphane Corlosquet</span></a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0302.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0302.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX dc: <http://purl.org/dc/terms/><br/>ASK WHERE {<br/> <http://openspring.net/scor#me> a schema:Person, foaf:Person, dc:Agent;<br/> schema:name "Stéphane Corlosquet";<br/> schema:homepage <http://openspring.net/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0302'>
<span content='Test 0302: @typeof with different content types' property='dc:title mf:name'></span>
<span content='Tests that @typof works with terms, CURIES or IRIs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0302.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0302.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0302: various types of tokens in @typeof</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://openspring.net/scor#me" typeof="Person foaf:Person http://purl.org/dc/terms/Agent"><br/> <a property="homepage" href="http://openspring.net/"><span property="name">Stéphane Corlosquet</span></a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0302.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0302.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX dc: <http://purl.org/dc/terms/><br/>ASK WHERE {<br/> <http://openspring.net/scor#me> a schema:Person, foaf:Person, dc:Agent;<br/> schema:name "Stéphane Corlosquet";<br/> schema:homepage <http://openspring.net/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0302'>
<span content='Test 0302: @typeof with different content types' property='dc:title mf:name'></span>
<span content='Tests that @typof works with terms, CURIES or IRIs.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0302.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0302.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0302: various types of tokens in @typeof</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://openspring.net/scor#me" typeof="Person foaf:Person http://purl.org/dc/terms/Agent"><br/> <a property="homepage" href="http://openspring.net/"><span property="name">Stéphane Corlosquet</span></a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0302.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0302.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>PREFIX dc: <http://purl.org/dc/terms/><br/>ASK WHERE {<br/> <http://openspring.net/scor#me> a schema:Person, foaf:Person, dc:Agent;<br/> schema:name "Stéphane Corlosquet";<br/> schema:homepage <http://openspring.net/> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0303'>Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property</dt>
<dd>
<p>So that HTML link-relations don't accidentally change the meaning of @property, in HTML+RDFa @rel/@rev term elements are removed from processing, and the entire attribute is removed if it is empty.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0303'>
<span content='Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property' property='dc:title mf:name'></span>
<span content="So that HTML link-relations don't accidentally change the meaning of @property, in HTML+RDFa @rel/@rev term elements are removed from processing, and the entire attribute is removed if it is empty." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0303.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0303.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0303: @rel/@rev terms removed if @property exists</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://example.org/base"><br/> <a property="uri" rel="license" href="http://example.orb/val1">Not This</a><br/> <a property="name" rel="homepage foaf:homepage" href="http://greggkellogg.net/">Gregg Kellogg</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0303.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0303.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.org/base> schema:name "Gregg Kellogg";<br/> schema:uri <http://example.orb/val1>;<br/> foaf:homepage <http://greggkellogg.net/> .<br/> <br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0303'>
<span content='Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property' property='dc:title mf:name'></span>
<span content="So that HTML link-relations don't accidentally change the meaning of @property, in HTML+RDFa @rel/@rev term elements are removed from processing, and the entire attribute is removed if it is empty." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0303.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0303.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0303: @rel/@rev terms removed if @property exists</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://example.org/base"><br/> <a property="uri" rel="license" href="http://example.orb/val1">Not This</a><br/> <a property="name" rel="homepage foaf:homepage" href="http://greggkellogg.net/">Gregg Kellogg</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0303.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0303.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.org/base> schema:name "Gregg Kellogg";<br/> schema:uri <http://example.orb/val1>;<br/> foaf:homepage <http://greggkellogg.net/> .<br/> <br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0303'>
<span content='Test 0303: For HTML+RDFa 1.1, remove term elements of @rel/@rev when on same element as @property' property='dc:title mf:name'></span>
<span content="So that HTML link-relations don't accidentally change the meaning of @property, in HTML+RDFa @rel/@rev term elements are removed from processing, and the entire attribute is removed if it is empty." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0303.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0303.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0303: @rel/@rev terms removed if @property exists</title><br/></head><br/><body><br/> <div vocab="http://schema.org/" resource="http://example.org/base"><br/> <a property="uri" rel="license" href="http://example.orb/val1">Not This</a><br/> <a property="name" rel="homepage foaf:homepage" href="http://greggkellogg.net/">Gregg Kellogg</a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0303.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0303.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.org/base> schema:name "Gregg Kellogg";<br/> schema:uri <http://example.orb/val1>;<br/> foaf:homepage <http://greggkellogg.net/> .<br/> <br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0311'>Test 0311: Ensure no triples are generated when @property is empty</dt>
<dd>
<p>If no terms or CURIEs are present in @property, no triple should be generated from it.</p>
<p>
Expected query to return
false
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0311'>
<span content='Test 0311: Ensure no triples are generated when @property is empty' property='dc:title mf:name'></span>
<span content='If no terms or CURIEs are present in @property, no triple should be generated from it.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0311.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0311.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0311</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="">Stéphane Corlosquet</span><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0311.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0311.sparql'># This is a negative test, there should be no triples generated.<br/>ASK WHERE {<br/> ?s ?p ?o .<br/>}<br/><br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0311'>
<span content='Test 0311: Ensure no triples are generated when @property is empty' property='dc:title mf:name'></span>
<span content='If no terms or CURIEs are present in @property, no triple should be generated from it.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0311.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0311.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0311</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="">Stéphane Corlosquet</span><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0311.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0311.sparql'># This is a negative test, there should be no triples generated.<br/>ASK WHERE {<br/> ?s ?p ?o .<br/>}<br/><br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0311'>
<span content='Test 0311: Ensure no triples are generated when @property is empty' property='dc:title mf:name'></span>
<span content='If no terms or CURIEs are present in @property, no triple should be generated from it.' property='dc:description'></span>
<span content='false' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0311.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0311.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0311</title><br/></head><br/><body><br/> <div><br/> <span class="attribution-line">this photo was taken by<br/> <span property="">Stéphane Corlosquet</span><br/> </span><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0311.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0311.sparql'># This is a negative test, there should be no triples generated.<br/>ASK WHERE {<br/> ?s ?p ?o .<br/>}<br/><br/></pre>
</div>
</span>
</dd>
<dt id='test_0312'>Test 0312: Mute plain @rel if @property is present</dt>
<dd>
<p>In HTML5, when @property is present on an element, a @rel attribute on the same element containing only non-CURIE and non-URI values must be completely ignored.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0312'>
<span content='Test 0312: Mute plain @rel if @property is present' property='dc:title mf:name'></span>
<span content='In HTML5, when @property is present on an element, a @rel attribute on the same element containing only non-CURIE and non-URI values must be completely ignored.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0312.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0312.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0312</title><br/></head><br/><body><br/> <p vocab="http://schema.org/" typeof="Person"><br/> The homepage of <a href="http://example.org/" property="homepage" rel="nofollow">Some Body</a>.<br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0312.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0312.sparql'>ASK WHERE {<br/> ?s <http://schema.org/homepage> <http://example.org/> .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0312'>
<span content='Test 0312: Mute plain @rel if @property is present' property='dc:title mf:name'></span>
<span content='In HTML5, when @property is present on an element, a @rel attribute on the same element containing only non-CURIE and non-URI values must be completely ignored.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0312.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0312.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0312</title><br/></head><br/><body><br/> <p vocab="http://schema.org/" typeof="Person"><br/> The homepage of <a href="http://example.org/" property="homepage" rel="nofollow">Some Body</a>.<br/> </p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0312.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0312.sparql'>ASK WHERE {<br/> ?s <http://schema.org/homepage> <http://example.org/> .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0313'>Test 0313: rdfagraph='processor' redefining an initial context prefix generates rdfa:PrefixRedefinition warning</dt>
<dd>
<p>Setting rdfagraph query parameter to 'processor' generates an rdfa:PrefixRedefinition warning when an initial context prefix is redefined.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/manifest#0313'>
<span content="Test 0313: rdfagraph='processor' redefining an initial context prefix generates rdfa:PrefixRedefinition warning" property='dc:title mf:name'></span>
<span content="Setting rdfagraph query parameter to 'processor' generates an rdfa:PrefixRedefinition warning when an initial context prefix is redefined." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1 Processor Graph:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0313.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0313.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0313</title><br/></head><br/><body prefix="rdfa: http://www.example.org/" resource="http://www.example.com"><br/> <p property="rdfa:erronouslyRedefinedProperty">Foo</p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0313.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5/0313.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>ASK WHERE { ?s a rdfa:PrefixRedefinition }<br/></pre>
</div>
</span>
</dd>
<dt id='test_0315'>Test 0315: @property and @typeof with incomplete triples</dt>
<dd>
<p>In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0315'>
<span content='Test 0315: @property and @typeof with incomplete triples' property='dc:title mf:name'></span>
<span content='In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0315.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0315.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0315</title><br/></head><br/><body prefix="po: http://example.org/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <span typeof="po:Role" property="rdfs:label">Director</span><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0315.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0315.sparql'>PREFIX po: <http://example.org/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role [ rdfs:label [ a po:Role ] ] .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0315'>
<span content='Test 0315: @property and @typeof with incomplete triples' property='dc:title mf:name'></span>
<span content='In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0315.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0315.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0315</title><br/></head><br/><body prefix="po: http://example.org/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <span typeof="po:Role" property="rdfs:label">Director</span><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0315.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0315.sparql'>PREFIX po: <http://example.org/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role [ rdfs:label [ a po:Role ] ] .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0316'>Test 0316: @property and @typeof with incomplete triples (@href variant)</dt>
<dd>
<p>In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource (@href variant).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0316'>
<span content='Test 0316: @property and @typeof with incomplete triples (@href variant)' property='dc:title mf:name'></span>
<span content='In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource (@href variant).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0316.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0316.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0316</title><br/></head><br/><body prefix="po: http://example.org/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <a typeof="po:Role" property="rdfs:label" href="http://example.org/profiles/director.html">Director</a><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0316.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0316.sparql'>PREFIX po: <http://example.org/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role [ rdfs:label <http://example.org/profiles/director.html>] .<br/><br/> <http://example.org/profiles/director.html> a po:Role .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0316'>
<span content='Test 0316: @property and @typeof with incomplete triples (@href variant)' property='dc:title mf:name'></span>
<span content='In HTML5, an element with @property and @typeof with incomplete triples sets uses typed resource (@href variant).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0316.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0316.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0316</title><br/></head><br/><body prefix="po: http://example.org/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <a typeof="po:Role" property="rdfs:label" href="http://example.org/profiles/director.html">Director</a><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0316.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0316.sparql'>PREFIX po: <http://example.org/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role [ rdfs:label <http://example.org/profiles/director.html>] .<br/><br/> <http://example.org/profiles/director.html> a po:Role .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0317'>Test 0317: @datatype inhibits new @property behavior</dt>
<dd>
<p>Using @datatype on the same element as @property forces the object to be a literal value.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0317'>
<span content='Test 0317: @datatype inhibits new @property behavior' property='dc:title mf:name'></span>
<span content='Using @datatype on the same element as @property forces the object to be a literal value.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0317.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0317.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0316</title><br/></head><br/><body prefix="po: http://purl.org/ontology/po/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <a typeof="po:Role" property="rdfs:label" datatype="" href="http://example.org/profiles/director.html">Director</a><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0317.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0317.sparql'>PREFIX po: <http://purl.org/ontology/po/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role <http://example.org/profiles/director.html> .<br/><br/> <http://example.org/profiles/director.html> a po:Role;<br/> rdfs:label "Director" .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0317'>
<span content='Test 0317: @datatype inhibits new @property behavior' property='dc:title mf:name'></span>
<span content='Using @datatype on the same element as @property forces the object to be a literal value.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0317.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0317.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0316</title><br/></head><br/><body prefix="po: http://purl.org/ontology/po/"><br/> <dl><br/> <dt rel="po:role" class="role"><br/> <a typeof="po:Role" property="rdfs:label" datatype="" href="http://example.org/profiles/director.html">Director</a><br/> </dt><br/> </dl><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0317.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0317.sparql'>PREFIX po: <http://purl.org/ontology/po/><br/>PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#><br/><br/>ASK WHERE {<br/> ?s po:role <http://example.org/profiles/director.html> .<br/><br/> <http://example.org/profiles/director.html> a po:Role;<br/> rdfs:label "Director" .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0318'>Test 0318: Setting @vocab to empty strings removes default vocabulary</dt>
<dd>
<p>If the value (of @vocab) is empty, then the local default vocabulary must be reset to the Host Language defined default.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0318'>
<span content='Test 0318: Setting @vocab to empty strings removes default vocabulary' property='dc:title mf:name'></span>
<span content='If the value (of @vocab) is empty, then the local default vocabulary must be reset to the Host Language defined default.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0318.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0318.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/> <head></head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> <meta vocab="" property="prop" content="value"/><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0318.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0318.sparql'># Check that foaf:name exists, but there is no statement with "value".<br/><br/>ASK WHERE {<br/> ?s <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> OPTIONAL {?s ?p "value" } .<br/> FILTER (! bound (?p))<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0318'>
<span content='Test 0318: Setting @vocab to empty strings removes default vocabulary' property='dc:title mf:name'></span>
<span content='If the value (of @vocab) is empty, then the local default vocabulary must be reset to the Host Language defined default.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0318.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0318.html'><!DOCTYPE html><br/><html><br/> <head></head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> <meta vocab="" property="prop" content="value"/><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0318.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0318.sparql'># Check that foaf:name exists, but there is no statement with "value".<br/><br/>ASK WHERE {<br/> ?s <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> OPTIONAL {?s ?p "value" } .<br/> FILTER (! bound (?p))<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0318'>
<span content='Test 0318: Setting @vocab to empty strings removes default vocabulary' property='dc:title mf:name'></span>
<span content='If the value (of @vocab) is empty, then the local default vocabulary must be reset to the Host Language defined default.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0318.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0318.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/> <head></head><br/> <body><br/> <div vocab="http://xmlns.com/foaf/0.1/"><br/> <div about ="#me"><br/> <p property="name">Ivan Herman</p><br/> <meta vocab="" property="prop" content="value"/><br/> </div><br/> </div><br/> </body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0318.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0318.sparql'># Check that foaf:name exists, but there is no statement with "value".<br/><br/>ASK WHERE {<br/> ?s <http://xmlns.com/foaf/0.1/name> "Ivan Herman" .<br/> OPTIONAL {?s ?p "value" } .<br/> FILTER (! bound (?p))<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0319'>Test 0319: Relative @profile</dt>
<dd>
<p>Relative IRI's used with @prefix do not resolve against the document base; they are not processed in any way. However, the returned document does have a base, so when queried, it will seem to have the same base as the original document.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0319'>
<span content='Test 0319: Relative @profile' property='dc:title mf:name'></span>
<span content="Relative IRI's used with @prefix do not resolve against the document base; they are not processed in any way. However, the returned document does have a base, so when queried, it will seem to have the same base as the original document." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0319.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0319.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <base href="http://example.com/"></base><br/></head><br/><body xml:base="http://example.com/" prefix="pr: relative/iri#" xmlns:xpr="relative/uri#"><br/> <p property="pr:prop xpr:prop">value</p><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0319.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0319.sparql'># Checks to see that prefixes with relative IRIs are not resolved to the document base<br/># It is resolved against the document origin, though, when the result is parsed<br/>ASK WHERE {<br/> ?s <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/relative/iri#prop> ?o; <http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/relative/uri#prop> ?o .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0319'>
<span content='Test 0319: Relative @profile' property='dc:title mf:name'></span>
<span content="Relative IRI's used with @prefix do not resolve against the document base; they are not processed in any way. However, the returned document does have a base, so when queried, it will seem to have the same base as the original document." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0319.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0319.html'><!DOCTYPE html><br/><html><br/><head><br/> <base href="http://example.com/"></base><br/></head><br/><body xml:base="http://example.com/" prefix="pr: relative/iri#" xmlns:xpr="relative/uri#"><br/> <p property="pr:prop xpr:prop">value</p><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0319.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0319.sparql'># Checks to see that prefixes with relative IRIs are not resolved to the document base<br/># It is resolved against the document origin, though, when the result is parsed<br/>ASK WHERE {<br/> ?s <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/relative/iri#prop> ?o; <http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/relative/uri#prop> ?o .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0319'>
<span content='Test 0319: Relative @profile' property='dc:title mf:name'></span>
<span content="Relative IRI's used with @prefix do not resolve against the document base; they are not processed in any way. However, the returned document does have a base, so when queried, it will seem to have the same base as the original document." property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0319.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0319.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <base href="http://example.com/"></base><br/></head><br/><body xml:base="http://example.com/" prefix="pr: relative/iri#" xmlns:xpr="relative/uri#"><br/> <p property="pr:prop xpr:prop">value</p><br/></body></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0319.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0319.sparql'># Checks to see that prefixes with relative IRIs are not resolved to the document base<br/># It is resolved against the document origin, though, when the result is parsed<br/>ASK WHERE {<br/> ?s <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/relative/iri#prop> ?o; <http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/relative/uri#prop> ?o .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0320'>Test 0320: @property binds to @href</dt>
<dd>
<p>Given @property with @href and @src, @href is used as object and sets new subject.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0320'>
<span content='Test 0320: @property binds to @href' property='dc:title mf:name'></span>
<span content='Given @property with @href and @src, @href is used as object and sets new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0320.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0320.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1"><br/><head><br/> <title>Test 0320</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/" src="http://example.net/gregg"><br/> <span property="name">Gregg</span><br/> </a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0320.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0320.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0320'>
<span content='Test 0320: @property binds to @href' property='dc:title mf:name'></span>
<span content='Given @property with @href and @src, @href is used as object and sets new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0320.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0320.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0320</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/" src="http://example.net/gregg"><br/> <span property="name">Gregg</span><br/> </a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0320.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0320.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0320'>
<span content='Test 0320: @property binds to @href' property='dc:title mf:name'></span>
<span content='Given @property with @href and @src, @href is used as object and sets new subject.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0320.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0320.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0320</title><br/></head><br/><body><br/> <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"><br/> <a property="homepage" href="http://example.com/gregg/" src="http://example.net/gregg"><br/> <span property="name">Gregg</span><br/> </a><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0320.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0320.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> <http://example.com/gregg/#me> a foaf:Person; foaf:name "Gregg" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0321'>Test 0321: rdfa:copy to rdfa:Pattern</dt>
<dd>
<p>Simple reference to an rdfa:Pattern.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0321'>
<span content='Test 0321: rdfa:copy to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='Simple reference to an rdfa:Pattern.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0321.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0321.html'><!DOCTYPE html><br/><html><br/><head></head><br/><body vocab="http://schema.org/"><br/> <div typeof="Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="name">Amanda</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0321.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0321.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda" ]<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0321'>
<span content='Test 0321: rdfa:copy to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='Simple reference to an rdfa:Pattern.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0321.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0321.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head></head><br/><body vocab="http://schema.org/"><br/> <div typeof="Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="name">Amanda</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0321.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0321.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda" ]<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0322'>Test 0322: rdfa:copy for additional property value</dt>
<dd>
<p>an rdfa:Pattern can add an additional property value.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0322'>
<span content='Test 0322: rdfa:copy for additional property value' property='dc:title mf:name'></span>
<span content='an rdfa:Pattern can add an additional property value.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0322.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0322.html'><!DOCTYPE html><br/><html><br/><head></head><br/><body vocab="http://schema.org/"><br/> <div typeof="Person"><br/> <p>My name is <span property="name">Gregg</span></p><br/> <link property="rdfa:copy" resource="_:surname"/><br/> </div><br/> <p resource="_:surname" typeof="rdfa:Pattern">My name is <span property="name">Kellogg</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0322.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0322.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Gregg", "Kellogg" ]<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0322'>
<span content='Test 0322: rdfa:copy for additional property value' property='dc:title mf:name'></span>
<span content='an rdfa:Pattern can add an additional property value.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0322.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0322.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head></head><br/><body vocab="http://schema.org/"><br/> <div typeof="Person"><br/> <p>My name is <span property="name">Gregg</span></p><br/> <link property="rdfa:copy" resource="_:surname"/><br/> </div><br/> <p resource="_:surname" typeof="rdfa:Pattern">My name is <span property="name">Kellogg</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0322.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0322.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Gregg", "Kellogg" ]<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0323'>Test 0323: Multiple references to rdfa:Pattern</dt>
<dd>
<p>Multiple subjects can reference the same rdfa:Pattern.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0323'>
<span content='Test 0323: Multiple references to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='Multiple subjects can reference the same rdfa:Pattern.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0323.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0323.html'><!DOCTYPE html><br/><html><br/><head></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <div typeof="foaf:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name foaf:name">Amanda</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0323.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0323.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda"; foaf:name "Amanda" ] .<br/> [ a foaf:Person; schema:name "Amanda"; foaf:name "Amanda" ] .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0323'>
<span content='Test 0323: Multiple references to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='Multiple subjects can reference the same rdfa:Pattern.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0323.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0323.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <div typeof="foaf:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name foaf:name">Amanda</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0323.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0323.sparql'>PREFIX schema: <http://schema.org/><br/>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda"; foaf:name "Amanda" ] .<br/> [ a foaf:Person; schema:name "Amanda"; foaf:name "Amanda" ] .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0324'>Test 0324: Multiple references to rdfa:Pattern</dt>
<dd>
<p>A subject can reference multiple rdfa:Pattern definitions.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0324'>
<span content='Test 0324: Multiple references to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='A subject can reference multiple rdfa:Pattern definitions.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0324.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0324.html'><!DOCTYPE html><br/><html><br/><head></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> <link property="rdfa:copy" resource="_:b"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p><br/> <p resource="_:b" typeof="rdfa:Pattern"><span property="schema:band">Jazz Band</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0324.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0324.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda"; schema:band "Jazz Band" ]<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0324'>
<span content='Test 0324: Multiple references to rdfa:Pattern' property='dc:title mf:name'></span>
<span content='A subject can reference multiple rdfa:Pattern definitions.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0324.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0324.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> <link property="rdfa:copy" resource="_:b"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p><br/> <p resource="_:b" typeof="rdfa:Pattern"><span property="schema:band">Jazz Band</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0324.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0324.sparql'>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> [ a schema:Person; schema:name "Amanda"; schema:band "Jazz Band" ]<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0325'>Test 0325: Multiple references to rdfa:Pattern creating a resource</dt>
<dd>
<p>An rdfa:Pattern defining a new blank-node object only creates a single node.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0325'>
<span content='Test 0325: Multiple references to rdfa:Pattern creating a resource' property='dc:title mf:name'></span>
<span content='An rdfa:Pattern defining a new blank-node object only creates a single node.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0325.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0325.html'><!DOCTYPE html><br/><html><br/><head><br/> <base href="http://example.org/"/><br/></head><br/><body vocab="http://schema.org/"><br/> <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"/></div><br/> <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"/></div><br/> <div resource="_:a" typeof="rdfa:Pattern"><br/> <div property="schema:refers-to" typeof=""><br/> <span property="schema:name">Amanda</span><br/> </div><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0325.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0325.sparql'>BASE <http://example.org/><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> #foo schema:refers-to _:p .<br/> #bar schema:refers-to _:p .<br/> _:p schema:name "Amanda" .<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0325'>
<span content='Test 0325: Multiple references to rdfa:Pattern creating a resource' property='dc:title mf:name'></span>
<span content='An rdfa:Pattern defining a new blank-node object only creates a single node.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0325.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0325.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <base href="http://example.org/"/><br/></head><br/><body vocab="http://schema.org/"><br/> <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"/></div><br/> <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"/></div><br/> <div resource="_:a" typeof="rdfa:Pattern"><br/> <div property="schema:refers-to" typeof=""><br/> <span property="schema:name">Amanda</span><br/> </div><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0325.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0325.sparql'>BASE <http://example.org/><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> #foo schema:refers-to _:p .<br/> #bar schema:refers-to _:p .<br/> _:p schema:name "Amanda" .<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0326'>Test 0326: rdfa:Pattern removed only if referenced</dt>
<dd>
<p>An rdfa:Pattern is removed if referenced, and not otherwise</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0326'>
<span content='Test 0326: rdfa:Pattern removed only if referenced' property='dc:title mf:name'></span>
<span content='An rdfa:Pattern is removed if referenced, and not otherwise' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0326.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0326.html'><!DOCTYPE html><br/><html><br/><head><br/> <base href="http://example.com/"/><br/></head><br/><body vocab="http://schema.org/"><br/> <div resource="#referencing" typeof="Person"><br/> <link property="rdfa:copy" resource="#referenced"/><br/> </div><br/> <p resource="#referenced" typeof="rdfa:Pattern">Name: <span property="name">Bella</span></p><br/> <p resource="#unreferenced" typeof="rdfa:Pattern">Name: <span property="name">Lola</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0326.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0326.sparql'>BASE <http://example.com/><br/>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> <#referencing> a schema:Person; schema:name "Bella" .<br/> <#unreferenced> a rdfa:Pattern; schema:name "Lola" .<br/> OPTIONAL {<br/> ?p a rdfa:Pattern; schema:name "Bella" .<br/> }<br/> FILTER (! bound (?p))<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0326'>
<span content='Test 0326: rdfa:Pattern removed only if referenced' property='dc:title mf:name'></span>
<span content='An rdfa:Pattern is removed if referenced, and not otherwise' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0326.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0326.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <base href="http://example.com/"/><br/></head><br/><body vocab="http://schema.org/"><br/> <div resource="#referencing" typeof="Person"><br/> <link property="rdfa:copy" resource="#referenced"/><br/> </div><br/> <p resource="#referenced" typeof="rdfa:Pattern">Name: <span property="name">Bella</span></p><br/> <p resource="#unreferenced" typeof="rdfa:Pattern">Name: <span property="name">Lola</span></p><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0326.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0326.sparql'>BASE <http://example.com/><br/>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> <#referencing> a schema:Person; schema:name "Bella" .<br/> <#unreferenced> a rdfa:Pattern; schema:name "Lola" .<br/> OPTIONAL {<br/> ?p a rdfa:Pattern; schema:name "Bella" .<br/> }<br/> FILTER (! bound (?p))<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0327'>Test 0327: rdfa:Pattern chaining</dt>
<dd>
<p>RDFa reference folding rules are repeated to allow prototypes to be chained.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0327'>
<span content='Test 0327: rdfa:Pattern chaining' property='dc:title mf:name'></span>
<span content='RDFa reference folding rules are repeated to allow prototypes to be chained.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0327.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0327.html'><!DOCTYPE html><br/><html><br/><head><br/> <base href="http://example.com/"/><br/></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> <link property="rdfa:copy" resource="_:b"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p><br/> <div resource="_:b" typeof="rdfa:Pattern"><br/> <div property="schema:band" typeof=" schema:MusicGroup"><br/> <link property="rdfa:copy" resource="_:c"/><br/> </div><br/> </div><br/> <div resource="_:c" typeof="rdfa:Pattern"><br/> <p>Band: <span property="schema:name">Jazz Band</span></p><br/> <p>Size: <span property="schema:size">12</span> players</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0327.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0327.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> ?r a schema:Person; schema:name "Amanda" ; schema:band ?b .<br/> ?b a schema:MusicGroup; schema:name "Jazz Band"; schema:size "12" .<br/> OPTIONAL {<br/> ?p a rdfa:Pattern; .<br/> }<br/> FILTER (! bound (?p))<br/>}</pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0327'>
<span content='Test 0327: rdfa:Pattern chaining' property='dc:title mf:name'></span>
<span content='RDFa reference folding rules are repeated to allow prototypes to be chained.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0327.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0327.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <base href="http://example.com/"/><br/></head><br/><body><br/> <div typeof="schema:Person"><br/> <link property="rdfa:copy" resource="_:a"/><br/> <link property="rdfa:copy" resource="_:b"/><br/> </div><br/> <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p><br/> <div resource="_:b" typeof="rdfa:Pattern"><br/> <div property="schema:band" typeof=" schema:MusicGroup"><br/> <link property="rdfa:copy" resource="_:c"/><br/> </div><br/> </div><br/> <div resource="_:c" typeof="rdfa:Pattern"><br/> <p>Band: <span property="schema:name">Jazz Band</span></p><br/> <p>Size: <span property="schema:size">12</span> players</p><br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0327.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0327.sparql'>PREFIX rdfa: <http://www.w3.org/ns/rdfa#><br/>PREFIX schema: <http://schema.org/><br/>ASK WHERE {<br/> ?r a schema:Person; schema:name "Amanda" ; schema:band ?b .<br/> ?b a schema:MusicGroup; schema:name "Jazz Band"; schema:size "12" .<br/> OPTIONAL {<br/> ?p a rdfa:Pattern; .<br/> }<br/> FILTER (! bound (?p))<br/>}</pre>
</div>
</span>
</dd>
<dt id='test_0328'>Test 0328: @content overrides the content of the time element.</dt>
<dd>
<p>@content overrides the content of the time element.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0328'>
<span content='Test 0328: @content overrides the content of the time element.' property='dc:title mf:name'></span>
<span content='@content overrides the content of the time element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0328.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0328.html'><!DOCTYPE html><br/><html><br/><head><br/> <title>Test 0328</title><br/></head><br/><body><br/> <p>The value of @content has a higher priority than the content of the element</p><br/> <time property="rdf:value" content="this should be the value">18 March 2012</time><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0328.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0328.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "this should be the value" ] .<br/>}<br/><br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0328'>
<span content='Test 0328: @content overrides the content of the time element.' property='dc:title mf:name'></span>
<span content='@content overrides the content of the time element.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0328.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0328.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/> <title>Test 0328</title><br/></head><br/><body><br/> <p>The value of @content has a higher priority than the content of the element</p><br/> <time property="rdf:value" content="this should be the value">18 March 2012</time><br/></body><br/><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0328.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0328.sparql'>PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ rdf:value "this should be the value" ] .<br/>}<br/><br/></pre>
</div>
</span>
</dd>
<dt id='test_0329'>Test 0329: Recursive triple generation</dt>
<dd>
<p>Tests recursive triple generation for nested literals.</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0329'>
<span content='Test 0329: Recursive triple generation ' property='dc:title mf:name'></span>
<span content='Tests recursive triple generation for nested literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0329.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0329.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/><head><br/> <title>Test 0329</title><br/></head><br/><body><br/> <div about="http://example.org/foaf#me" property="foaf:name"><br/> <span property="foaf:givenName">John</span> <br/> <span property="foaf:familyName">Doe</span> <br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0329.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0329.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/><http://example.org/foaf#me> foaf:familyName "Doe";<br/> foaf:givenName "John";<br/> foaf:name """<br/> John <br/> Doe <br/> """ .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0329'>
<span content='Test 0329: Recursive triple generation ' property='dc:title mf:name'></span>
<span content='Tests recursive triple generation for nested literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0329.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0329.html'><!DOCTYPE html><br/><html xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/><head><br/> <title>Test 0329</title><br/></head><br/><body><br/> <div about="http://example.org/foaf#me" property="foaf:name"><br/> <span property="foaf:givenName">John</span> <br/> <span property="foaf:familyName">Doe</span> <br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0329.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0329.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/><http://example.org/foaf#me> foaf:familyName "Doe";<br/> foaf:givenName "John";<br/> foaf:name """<br/> John <br/> Doe <br/> """ .<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0329'>
<span content='Test 0329: Recursive triple generation ' property='dc:title mf:name'></span>
<span content='Tests recursive triple generation for nested literals.' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0329.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0329.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/"><br/><head><br/> <title>Test 0329</title><br/></head><br/><body><br/> <div about="http://example.org/foaf#me" property="foaf:name"><br/> <span property="foaf:givenName">John</span> <br/> <span property="foaf:familyName">Doe</span> <br/> </div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0329.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0329.sparql'>PREFIX foaf: <http://xmlns.com/foaf/0.1/><br/><br/>ASK WHERE {<br/><http://example.org/foaf#me> foaf:familyName "Doe";<br/> foaf:givenName "John";<br/> foaf:name """<br/> John <br/> Doe <br/> """ .<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0330'>Test 0330: @datatype overrides inherited @lang</dt>
<dd>
<p>Tests @datatype is used instead of @lang when @datatype is not empty (e.g. annotating a date).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0330'>
<span content='Test 0330: @datatype overrides inherited @lang' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty (e.g. annotating a date).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0330.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0330.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dcterms="http://purl.org/dc/terms/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0330</title><br/></head><br/><body lang="en"><br/> <div property="dc:date" datatype="xsd:date">2010-11-12</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0330.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0330.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ dcterms:date "2010-11-12"^^xsd:date ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0330'>
<span content='Test 0330: @datatype overrides inherited @lang' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty (e.g. annotating a date).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0330.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0330.html'><!DOCTYPE html><br/><html xmlns:dcterms="http://purl.org/dc/terms/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0330</title><br/></head><br/><body lang="en"><br/> <div property="dc:date" datatype="xsd:date">2010-11-12</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0330.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0330.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ dcterms:date "2010-11-12"^^xsd:date ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0330'>
<span content='Test 0330: @datatype overrides inherited @lang' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty (e.g. annotating a date).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0330.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0330.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dcterms="http://purl.org/dc/terms/"<br/>xmlns:xsd="http://www.w3.org/2001/XMLSchema#"><br/><head><br/> <title>Test 0330</title><br/></head><br/><body lang="en"><br/> <div property="dc:date" datatype="xsd:date">2010-11-12</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0330.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0330.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/>PREFIX xsd: <http://www.w3.org/2001/XMLSchema#><br/><br/>ASK WHERE {<br/> [ dcterms:date "2010-11-12"^^xsd:date ]<br/>}<br/></pre>
</div>
</span>
</dd>
<dt id='test_0331'>Test 0331: @datatype overrides inherited @lang, with @content</dt>
<dd>
<p>Tests @datatype is used instead of @lang when @datatype is not empty, and @content is used for the value (e.g. annotating a language with human and machine readable text).</p>
<p>
Expected query to return
true
</p>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manifest#0331'>
<span content='Test 0331: @datatype overrides inherited @lang, with @content' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty, and @content is used for the value (e.g. annotating a language with human and machine readable text).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML4+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0331.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0331.html'><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd"><br/><html version="HTML+RDFa 1.1" xmlns:dcterms="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0331</title><br/></head><br/><body lang="en"><br/> <div property="dcterms:language" datatype="dcterms:RFC5646" content="af">Afrikaans</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0331.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0331.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/><br/>ASK WHERE {<br/> [ dcterms:language "af"^^dcterms:RFC5646 ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manifest#0331'>
<span content='Test 0331: @datatype overrides inherited @lang, with @content' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty, and @content is used for the value (e.g. annotating a language with human and machine readable text).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
HTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0331.html' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0331.html'><!DOCTYPE html><br/><html xmlns:dcterms="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0331</title><br/></head><br/><body lang="en"><br/> <div property="dcterms:language" datatype="dcterms:RFC5646" content="af">Afrikaans</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0331.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0331.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/><br/>ASK WHERE {<br/> [ dcterms:language "af"^^dcterms:RFC5646 ]<br/>}<br/></pre>
</div>
</span>
<span resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manifest#0331'>
<span content='Test 0331: @datatype overrides inherited @lang, with @content' property='dc:title mf:name'></span>
<span content='Tests @datatype is used instead of @lang when @datatype is not empty, and @content is used for the value (e.g. annotating a language with human and machine readable text).' property='dc:description'></span>
<span content='true' datatype='xsd:boolean' property='mf:result'></span>
<div property='mf:action' typeof='qt:QueryTest'>
<p>
Test files for
XHTML5+RDFa 1.1:
</p>
<link property='qt:queryForm' resource='qt:QueryAsk' />
<pre class='example' property='qt:data' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0331.xhtml' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0331.xhtml'><?xml version="1.0" encoding="UTF-8"?><br/><!DOCTYPE html><br/><html xmlns="http://www.w3.org/1999/xhtml" xmlns:dcterms="http://purl.org/dc/terms/"><br/><head><br/> <title>Test 0331</title><br/></head><br/><body lang="en"><br/> <div property="dcterms:language" datatype="dcterms:RFC5646" content="af">Afrikaans</div><br/></body><br/></html></pre>
<pre class='example' property='qt:query' resource='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0331.sparql' title='http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0331.sparql'>PREFIX dcterms: <http://purl.org/dc/terms/><br/><br/>ASK WHERE {<br/> [ dcterms:language "af"^^dcterms:RFC5646 ]<br/>}<br/></pre>
</div>
</span>
</dd>
</dl>
</section>
</body>
</html>