<!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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0001&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0001&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0001&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0006&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0006&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0006&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0007&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Portrait of Mark&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0007&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Portrait of Mark&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0007&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.blogger.com/profile/1109404&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Portrait of Mark&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0008&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0008.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0008&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0008.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0008&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0008.xhtml&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0009&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>              rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/><br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0009&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>              rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/><br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0009&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>              rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/><br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0010&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>          rel=&quot;foaf:knows&quot; rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person1&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person2&gt; .<br/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0010&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>          rel=&quot;foaf:knows&quot; rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person1&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person2&gt; .<br/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0010&lt;/title&gt;<br/>      &lt;link about=&quot;http://example.org/people#Person1&quot;<br/>          rel=&quot;foaf:knows&quot; rev=&quot;foaf:knows&quot; href=&quot;http://example.org/people#Person2&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/people#Person1&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person2&gt; .<br/>  &lt;http://example.org/people#Person2&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://example.org/people#Person1&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0014&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;10&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0014&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;10&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0014&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://example.org/bar&gt; &quot;10&quot;^^&lt;http://www.w3.org/2001/XMLSchema#integer&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0015&lt;/title&gt;<br/>  &lt;link rel=&quot;dc:source&quot; href=&quot;urn:isbn:0140449132&quot; /&gt;<br/>    &lt;meta property=&quot;dc:creator&quot; content=&quot;Fyodor Dostoevsky&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fyodor Dostoevsky&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0015.html&gt; &lt;http://purl.org/dc/elements/1.1/source&gt; &lt;urn:isbn:0140449132&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0015&lt;/title&gt;<br/>  &lt;link rel=&quot;dc:source&quot; href=&quot;urn:isbn:0140449132&quot; /&gt;<br/>    &lt;meta property=&quot;dc:creator&quot; content=&quot;Fyodor Dostoevsky&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fyodor Dostoevsky&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0015.html&gt; &lt;http://purl.org/dc/elements/1.1/source&gt; &lt;urn:isbn:0140449132&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0015&lt;/title&gt;<br/>  &lt;link rel=&quot;dc:source&quot; href=&quot;urn:isbn:0140449132&quot; /&gt;<br/>    &lt;meta property=&quot;dc:creator&quot; content=&quot;Fyodor Dostoevsky&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fyodor Dostoevsky&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0015.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/source&gt; &lt;urn:isbn:0140449132&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0017&lt;/title&gt;   <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  ?x &lt;http://xmlns.com/foaf/0.1/knows&gt; ?y .<br/>  ?y &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ralph Swick&quot; .<br/>    FILTER (isBlank(?x) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0017&lt;/title&gt;   <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  ?x &lt;http://xmlns.com/foaf/0.1/knows&gt; ?y .<br/>  ?y &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ralph Swick&quot; .<br/>    FILTER (isBlank(?x) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0017&lt;/title&gt;   <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  ?x &lt;http://xmlns.com/foaf/0.1/knows&gt; ?y .<br/>  ?y &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ralph Swick&quot; .<br/>    FILTER (isBlank(?x) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0018&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0018&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0018&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.blogger.com/profile/1109404&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0019&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;mailto:manu.sporny@digitalbazaar.com&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0019&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;mailto:manu.sporny@digitalbazaar.com&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0019&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;mailto:manu.sporny@digitalbazaar.com&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0020&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0020&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0020&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0021&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0021.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0021&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0021.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0021&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0021.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0023&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0023.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0023&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0023.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0023&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0023.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0025&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html#me&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0025.html#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0025&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html#me&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0025.html#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0025&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml#me&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0025.xhtml#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0026&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0026&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0026&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0027&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0027&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0027&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://internet-apps.blogspot.com/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0029&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0029&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>  &lt;head&gt;<br/>   &lt;title&gt;Test 0029&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/foo&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot;^^&lt;http://www.w3.org/2001/XMLSchema#string&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0030&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0030.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0030&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0030.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0030&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0030.xhtml&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nc-nd/2.5/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0031&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0031.html#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0031&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0031.html#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0031&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0031.xhtml#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0032&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0032.html#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0032&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0032.html#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0032&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0032.xhtml#wtw&gt; &lt;http://purl.org/dc/elements/1.1/identifier&gt; &lt;urn:ISBN:0752820907&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0033&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0033.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0033&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0033.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0033&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0033.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ben Adida&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0034&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0034&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0034&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0035&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0035&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0035&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0036&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0036&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0036&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0037&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/mic.xhtml#photo&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0037&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/mic.xhtml#photo&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0037&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#i&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/mic.xhtml#photo&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0038&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0038&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0038&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0039&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0039&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0039&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0041&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#photo&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0041&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#photo&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0041&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/mic.xhtml#photo&gt; &lt;http://xmlns.com/foaf/0.1/depicts&gt; &lt;http://sw-app.org/mic.xhtml#i&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0048&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0048&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0048&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0049&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0049&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0049&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0050&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0050&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0050&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0051&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0051.html&gt;  &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;John Doe&quot; .  <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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0051&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0051.html&gt;  &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;John Doe&quot; .  <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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0051&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0051.xhtml&gt;  &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;John Doe&quot; .  <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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0052&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0052&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0052&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0053&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0053&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0053&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#me&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0054&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fabien Gandon&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0054.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &quot;Fabien Gandon&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0054&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fabien Gandon&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0054.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &quot;Fabien Gandon&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0054&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Fabien Gandon&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0054.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &quot;Fabien Gandon&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0055&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0055.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0055&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0055.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0055&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0055.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www-sop.inria.fr/acacia/fabien/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0056&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0056&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0056&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0057&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#ivan&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  &lt;http://www.example.org/#ivan&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0057&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#ivan&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  &lt;http://www.example.org/#ivan&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0057&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#mark&gt; .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#ivan&gt; .<br/>  &lt;http://www.example.org/#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  &lt;http://www.example.org/#ivan&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0059&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://www.example.org/#manu&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  &lt;http://www.example.org/#fabien&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Fabien Gandon&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0059&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0059.html&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://www.example.org/#manu&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  &lt;http://www.example.org/#fabien&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Fabien Gandon&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0059&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#manu&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0059.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/publisher&gt; &lt;http://www.example.org/#fabien&gt; .<br/>  &lt;http://www.example.org/#manu&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Manu Sporny&quot; .<br/>  &lt;http://www.example.org/#fabien&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Fabien Gandon&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0060&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;松本 后子&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0060&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;松本 后子&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0060&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>&lt;http://www.example.org/#matsumoto-kimiko&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;松本 后子&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0063&lt;/title&gt;<br/>      &lt;link rel=&quot;:next&quot; href=&quot;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html&quot; /&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0063.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0064.html&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0063&lt;/title&gt;<br/>      &lt;link rel=&quot;:next&quot; href=&quot;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html&quot; /&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0063.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0063&lt;/title&gt;<br/>      &lt;link rel=&quot;:next&quot; href=&quot;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml&quot; /&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0063.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0064.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0064&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://digitalbazaar.com/people/manu&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0064&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://digitalbazaar.com/people/manu&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0064&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://digitalbazaar.com/people/manu&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0065&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0065&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0065&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:michael.hausenblas@joanneum.at&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;title&gt;Test 0066&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0066.html&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;title&gt;Test 0066&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0066.html&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;title&gt;Test 0066&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0066.xhtml&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title property=&quot;foaf:topic&quot;&gt;Test 0067&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html&gt; &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;Test 0067&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title property=&quot;foaf:topic&quot;&gt;Test 0067&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html&gt; &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;Test 0067&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title property=&quot;foaf:topic&quot;&gt;Test 0067&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml&gt; &lt;http://xmlns.com/foaf/0.1/topic&gt; &quot;Test 0067&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0068&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;0067.html&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0067.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0067&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0068&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;0067.html&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0067.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0067&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0068&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;0067.xhtml&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0067.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0067&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0069&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.html&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0069&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.html&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0069&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.xhtml&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0070&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.html&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0070.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0069.html&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0070&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.html&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0070.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0069.html&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0070&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.xhtml&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0070.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0069.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0071&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0071.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0071&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0071.html&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0071&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0071.xhtml&gt; &lt;http://creativecommons.org/ns#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0072&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/faq&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Example FAQ&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0072&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/faq&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Example FAQ&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0072&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/faq&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Example FAQ&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0073&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0073&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0073&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0074&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0074&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0074&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &lt;http://www.example.org/jane&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0075&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0075&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/&quot;&gt;&lt;/base&gt;<br/>      &lt;title&gt;Test 0075&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nd/3.0/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0079&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>    &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0079&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>    &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0079&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>    &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0080&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0080&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0080&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0083&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>     ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .    <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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0083&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>     ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .    <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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0083&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>     ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .    <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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0084&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;  &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0084&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;  &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0084&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;  &lt;http://danbri.org/foaf.rdf#danbri&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/>  &lt;http://danbri.org/foaf.rdf#danbri&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0085&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; _:a.<br/>  _:a  &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0085&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; _:a.<br/>  _:a  &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0085&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; _:a.<br/>  _:a  &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.ivan-herman.org/Ivan_Herman&gt; ,<br/>    &lt;http://www.w3.org/People/Berners-Lee/card#i&gt; ,<br/>    &lt;http://danbri.org/foaf.rdf#danbri&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0087&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 { &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt;<br/>      &lt;http://example.org/alternate&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#appendix&gt;<br/>      &lt;http://example.org/appendix&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#bookmark&gt;<br/>      &lt;http://example.org/bookmark&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#cite&gt;<br/>      &lt;http://example.org/cite&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#chapter&gt;<br/>      &lt;http://example.org/chapter&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#contents&gt;<br/>      &lt;http://example.org/contents&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#copyright&gt;<br/>      &lt;http://example.org/copyright&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#glossary&gt;<br/>      &lt;http://example.org/glossary&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#help&gt;<br/>      &lt;http://example.org/help&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#icon&gt;<br/>      &lt;http://example.org/icon&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#index&gt;<br/>      &lt;http://example.org/index&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#meta&gt;<br/>      &lt;http://example.org/meta&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#next&gt;<br/>      &lt;http://example.org/next&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#p3pv1&gt;<br/>      &lt;http://example.org/p3pv1&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt;<br/>      &lt;http://example.org/prev&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#role&gt;<br/>      &lt;http://example.org/role&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#section&gt;<br/>      &lt;http://example.org/section&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt;<br/>      &lt;http://example.org/subsection&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#start&gt;<br/>      &lt;http://example.org/start&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://example.org/license&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#up&gt;<br/>      &lt;http://example.org/up&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#first&gt;<br/>      &lt;http://example.org/first&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#last&gt;<br/>      &lt;http://example.org/last&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#stylesheet&gt;<br/>      &lt;http://example.org/stylesheet&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0087&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 { &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt;<br/>      &lt;http://example.org/alternate&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#appendix&gt;<br/>      &lt;http://example.org/appendix&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#bookmark&gt;<br/>      &lt;http://example.org/bookmark&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#cite&gt;<br/>      &lt;http://example.org/cite&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#chapter&gt;<br/>      &lt;http://example.org/chapter&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#contents&gt;<br/>      &lt;http://example.org/contents&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#copyright&gt;<br/>      &lt;http://example.org/copyright&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#glossary&gt;<br/>      &lt;http://example.org/glossary&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#help&gt;<br/>      &lt;http://example.org/help&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#icon&gt;<br/>      &lt;http://example.org/icon&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#index&gt;<br/>      &lt;http://example.org/index&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#meta&gt;<br/>      &lt;http://example.org/meta&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#next&gt;<br/>      &lt;http://example.org/next&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#p3pv1&gt;<br/>      &lt;http://example.org/p3pv1&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt;<br/>      &lt;http://example.org/prev&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#role&gt;<br/>      &lt;http://example.org/role&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#section&gt;<br/>      &lt;http://example.org/section&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt;<br/>      &lt;http://example.org/subsection&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#start&gt;<br/>      &lt;http://example.org/start&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://example.org/license&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#up&gt;<br/>      &lt;http://example.org/up&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#first&gt;<br/>      &lt;http://example.org/first&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#last&gt;<br/>      &lt;http://example.org/last&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0087.html&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#stylesheet&gt;<br/>      &lt;http://example.org/stylesheet&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0087&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 { &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt;<br/>      &lt;http://example.org/alternate&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#appendix&gt;<br/>      &lt;http://example.org/appendix&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#bookmark&gt;<br/>      &lt;http://example.org/bookmark&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#cite&gt;<br/>      &lt;http://example.org/cite&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#chapter&gt;<br/>      &lt;http://example.org/chapter&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#contents&gt;<br/>      &lt;http://example.org/contents&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#copyright&gt;<br/>      &lt;http://example.org/copyright&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#glossary&gt;<br/>      &lt;http://example.org/glossary&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#help&gt;<br/>      &lt;http://example.org/help&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#icon&gt;<br/>      &lt;http://example.org/icon&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#index&gt;<br/>      &lt;http://example.org/index&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#meta&gt;<br/>      &lt;http://example.org/meta&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#next&gt;<br/>      &lt;http://example.org/next&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#p3pv1&gt;<br/>      &lt;http://example.org/p3pv1&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt;<br/>      &lt;http://example.org/prev&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#role&gt;<br/>      &lt;http://example.org/role&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#section&gt;<br/>      &lt;http://example.org/section&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt;<br/>      &lt;http://example.org/subsection&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#start&gt;<br/>      &lt;http://example.org/start&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://example.org/license&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#up&gt;<br/>      &lt;http://example.org/up&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#first&gt;<br/>      &lt;http://example.org/first&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#last&gt;<br/>      &lt;http://example.org/last&gt; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0087.xhtml&gt;<br/>   &lt;http://www.w3.org/1999/xhtml/vocab#stylesheet&gt;<br/>      &lt;http://example.org/stylesheet&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0088&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0088&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0088&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Dan Brickley&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0089&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Image&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0089&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Image&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0089&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Image&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0091&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/xhtml/vocab#definition&gt; &quot;a bi-pedal primate&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#note&gt; &quot;confused animal&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#foo&gt; &quot;Milky Way&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0091&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/xhtml/vocab#definition&gt; &quot;a bi-pedal primate&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#note&gt; &quot;confused animal&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#foo&gt; &quot;Milky Way&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/> &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0091&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/xhtml/vocab#definition&gt; &quot;a bi-pedal primate&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#note&gt; &quot;confused animal&quot; .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#foo&gt; &quot;Milky Way&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:ex=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0093&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Albert Einstein&quot; .<br/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0093.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot;^^&lt;http://www.example.org/XMLLiteral&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:ex=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0093&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Albert Einstein&quot; .<br/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0093.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot;^^&lt;http://www.example.org/XMLLiteral&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:ex=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0093&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Albert Einstein&quot; .<br/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0093.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot;^^&lt;http://www.example.org/XMLLiteral&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>   &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0099&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.cwi.nl/~steven/&gt; &lt;http://www.example.org/likes&gt; &quot;&quot;&quot;<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&quot;&quot;&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>   &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0099&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.cwi.nl/~steven/&gt; &lt;http://www.example.org/likes&gt; &quot;&quot;&quot;<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&quot;&quot;&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>   &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>      &lt;title&gt;Test 0099&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.cwi.nl/~steven/&gt; &lt;http://www.example.org/likes&gt; &quot;&quot;&quot;<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&quot;&quot;&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0104&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0104.html#interfenestration&gt; &lt;http://www.example.org/size&gt; _:a . <br/>   _:a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &quot;17&quot; .<br/>   _:a &lt;http://www.example.org/unit&gt; &quot;character&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0104&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0104.html#interfenestration&gt; &lt;http://www.example.org/size&gt; _:a . <br/>   _:a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &quot;17&quot; .<br/>   _:a &lt;http://www.example.org/unit&gt; &quot;character&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:example=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;head profile=&quot;http://www.w3.org/1999/xhtml/vocab&quot;&gt;<br/>  &lt;title&gt;Test 0104&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0104.xhtml#interfenestration&gt; &lt;http://www.example.org/size&gt; _:a . <br/>   _:a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &quot;17&quot; .<br/>   _:a &lt;http://www.example.org/unit&gt; &quot;character&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0106&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0106.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt;  ?a .<br/> OPTIONAL {<br/>   ?x ?y &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/manu.html&gt; .<br/> }<br/> FILTER (isBlank(?a) &amp;&amp; !BOUND(?x) &amp;&amp; !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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0106&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0106.html&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt;  ?a .<br/> OPTIONAL {<br/>   ?x ?y &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/manu.html&gt; .<br/> }<br/> FILTER (isBlank(?a) &amp;&amp; !BOUND(?x) &amp;&amp; !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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0106&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0106.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt;  ?a .<br/> OPTIONAL {<br/>   ?x ?y &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/manu.html&gt; .<br/> }<br/> FILTER (isBlank(?a) &amp;&amp; !BOUND(?x) &amp;&amp; !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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0107&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0107.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0107&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0107.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0107&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0107.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0109&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>       &lt;!-- This a NOT a valid XHTML document (due to @xml:base) --&gt;<br/>      &lt;div xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>         &lt;p about=&quot;&quot;&gt;This is &lt;span property=&quot;dc:title&quot;&gt;Test 0109&lt;/span&gt;.&lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0109.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0109&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0109&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>       &lt;!-- This a NOT a valid XHTML document (due to @xml:base) --&gt;<br/>      &lt;div xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>         &lt;p about=&quot;&quot;&gt;This is &lt;span property=&quot;dc:title&quot;&gt;Test 0109&lt;/span&gt;.&lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0109.html&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0109&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>        &lt;title&gt;Test 0110&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0110.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>        &lt;title&gt;Test 0110&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0110.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>        &lt;title&gt;Test 0110&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0110.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0111&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0111.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?b .<br/>  FILTER (isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0111&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0111.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?b .<br/>  FILTER (isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0111&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0111.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?a .<br/> ?a &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; ?b .<br/>  FILTER (isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0112&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;not an XML Literal,\nwhitespace     preserved\n&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0112&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;not an XML Literal,\nwhitespace     preserved\n&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0112&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;not an XML Literal,\nwhitespace     preserved\n&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0114&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.html&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX cc: &lt;http://creativecommons.org/ns#&gt;<br/>PREFIX rdfatest: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html&gt;<br/>    xhv:index &lt;http://rdfa.info/test-suite/#&gt;;<br/>    xhv:next &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html&gt;;<br/>    xhv:up &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/&gt;;<br/>    cc:attributionURL &lt;http://rdfa.info/&gt;;<br/>    rdfatest:cornerCase1 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/&gt;;<br/>    rdfatest:cornerCase3 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/...&gt;;<br/>    rdfatest:cornerCase4 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0114.html?foo=bar../baz&gt;;<br/>    rdfatest:cornerCase5 &lt;http://rdfa.info/test-suite/test-cases/.../.htaccess&gt;.<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0114&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.html&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX cc: &lt;http://creativecommons.org/ns#&gt;<br/>PREFIX rdfatest: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html&gt;<br/>    xhv:index &lt;http://rdfa.info/test-suite/#&gt;;<br/>    xhv:next &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html&gt;;<br/>    xhv:up &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/&gt;;<br/>    cc:attributionURL &lt;http://rdfa.info/&gt;;<br/>    rdfatest:cornerCase1 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/&gt;;<br/>    rdfatest:cornerCase3 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/...&gt;;<br/>    rdfatest:cornerCase4 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0114.html?foo=bar../baz&gt;;<br/>    rdfatest:cornerCase5 &lt;http://rdfa.info/test-suite/test-cases/.../.htaccess&gt;.<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0114&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.xhtml&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX cc: &lt;http://creativecommons.org/ns#&gt;<br/>PREFIX rdfatest: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml&gt;<br/>    xhv:index &lt;http://rdfa.info/test-suite/#&gt;;<br/>    xhv:next &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml&gt;;<br/>    xhv:up &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/&gt;;<br/>    cc:attributionURL &lt;http://rdfa.info/&gt;;<br/>    rdfatest:cornerCase1 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/&gt;;<br/>    rdfatest:cornerCase3 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/...&gt;;<br/>    rdfatest:cornerCase4 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0114.xhtml?foo=bar../baz&gt;;<br/>    rdfatest:cornerCase5 &lt;http://rdfa.info/test-suite/test-cases/.../.htaccess&gt;.<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://www.example.com/&quot;&gt;<br/>   &lt;head&gt;<br/>     &lt;title&gt;Test 0115&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html&gt;<br/>   &lt;http://www.example.com/entity1&gt;<br/>      &quot;&gt;&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html&gt;<br/>   &lt;http://www.example.com/entity2&gt;<br/>      &quot;Ben &amp; Co.&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html&gt;<br/>   &lt;http://www.example.com/entity3&gt;<br/>      &quot;@&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0115.html&gt;<br/>   &lt;http://www.example.com/entity4&gt;<br/>      &quot;@&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://www.example.com/&quot;&gt;<br/>   &lt;head&gt;<br/>     &lt;title&gt;Test 0115&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html&gt;<br/>   &lt;http://www.example.com/entity1&gt;<br/>      &quot;&gt;&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html&gt;<br/>   &lt;http://www.example.com/entity2&gt;<br/>      &quot;Ben &amp; Co.&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html&gt;<br/>   &lt;http://www.example.com/entity3&gt;<br/>      &quot;@&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0115.html&gt;<br/>   &lt;http://www.example.com/entity4&gt;<br/>      &quot;@&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://www.example.com/&quot;&gt;<br/>   &lt;head&gt;<br/>     &lt;title&gt;Test 0115&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml&gt;<br/>   &lt;http://www.example.com/entity1&gt;<br/>      &quot;&gt;&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml&gt;<br/>   &lt;http://www.example.com/entity2&gt;<br/>      &quot;Ben &amp; Co.&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml&gt;<br/>   &lt;http://www.example.com/entity3&gt;<br/>      &quot;@&quot; .<br/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0115.xhtml&gt;<br/>   &lt;http://www.example.com/entity4&gt;<br/>      &quot;@&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/tc117.xhtml#fragment&quot;&gt;&lt;/base&gt;<br/>      &lt;title property=&quot;dc:title&quot;&gt;Test 0117&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0117&quot; .<br/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/contributor&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/tc117.xhtml#fragment&quot;&gt;&lt;/base&gt;<br/>      &lt;title property=&quot;dc:title&quot;&gt;Test 0117&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0117&quot; .<br/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/contributor&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;base href=&quot;http://www.example.org/tc117.xhtml#fragment&quot;&gt;&lt;/base&gt;<br/>      &lt;title property=&quot;dc:title&quot;&gt;Test 0117&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test 0117&quot; .<br/>&lt;http://www.example.org/tc117.xhtml&gt; &lt;http://purl.org/dc/elements/1.1/contributor&gt; &quot;Mark Birbeck&quot; .<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&#x0027;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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0118&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0118.html&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/creator&gt;<br/>      &quot;Ben&quot; .<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&#x0027;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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0118&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0118.html&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/creator&gt;<br/>      &quot;Ben&quot; .<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&#x0027;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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0118&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0118.xhtml&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/creator&gt;<br/>      &quot;Ben&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0119&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://example.org/&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;Example Website&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0119&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://example.org/&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;Example Website&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0119&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>   &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>&lt;http://example.org/&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;Example Website&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0120&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;The XHTML Vocabulary Document&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0120&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;The XHTML Vocabulary Document&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;<br/>xmlns:example=&quot;http://example.org/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0120&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>   &lt;http://purl.org/dc/elements/1.1/title&gt;<br/>      &quot;The XHTML Vocabulary Document&quot; .<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 &lt;p&gt; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0121&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;div&gt;<br/>  &lt;p about=&quot;http://example.org/&quot;&gt;<br/>    &lt;span about=&quot;[]&quot; property=&quot;dc:title&quot;&gt;Test Case 0121&lt;/span&gt;<br/>    checks to make sure RDFa processors resolve the empty CURIE correctly.<br/>    &lt;p resource=&quot;[]&quot;&gt;<br/>      &lt;span property=&quot;dc:contributor&quot;&gt;Shane McCarron&lt;/span&gt;<br/>      contributed to this test.<br/>    &lt;/p&gt;<br/>  &lt;/p&gt;<br/>  &lt;/div&gt;<br/>   &lt;/body&gt;<br/><br/><br/><br/><br/>&lt;/html&gt;</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/> &lt;http://example.org/&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;Test Case 0121&quot; .<br/> &lt;http://example.org/&gt; &lt;http://purl.org/dc/elements/1.1/contributor&gt; &quot;Shane McCarron&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0122&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/><br/><br/><br/>&lt;/html&gt;</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/> &lt;http://www.example.org/section1.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#up&gt; ?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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0122&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/><br/><br/><br/>&lt;/html&gt;</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/> &lt;http://www.example.org/section1.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#up&gt; ?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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0122&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/><br/><br/><br/><br/>&lt;/html&gt;</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/> &lt;http://www.example.org/section1.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#up&gt; ?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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;head&gt;<br/>      &lt;title&gt;Test 0126&lt;/title&gt;<br/>    &lt;/head&gt;<br/>    &lt;body&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>    &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://rdfs.org/sioc/ns#Post&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://purl.org/dc/terms/title&gt; &quot;My article&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;head&gt;<br/>      &lt;title&gt;Test 0126&lt;/title&gt;<br/>    &lt;/head&gt;<br/>    &lt;body&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>    &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://rdfs.org/sioc/ns#Post&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://purl.org/dc/terms/title&gt; &quot;My article&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;head&gt;<br/>      &lt;title&gt;Test 0126&lt;/title&gt;<br/>    &lt;/head&gt;<br/>    &lt;body&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>    &lt;/body&gt;<br/>&lt;/html&gt;</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/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Document&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://rdfs.org/sioc/ns#Post&gt; .<br/>&lt;http://www.example.org/#article&gt; &lt;http://purl.org/dc/terms/title&gt; &quot;My article&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;xhv:next&amp;#x20;xhv:prev&amp;#x09;xhv:first&amp;#x0a;xhv:last&amp;#x0d;xhv:subsection&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#first&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#last&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;xhv:next&amp;#x20;xhv:prev&amp;#x09;xhv:first&amp;#x0a;xhv:last&amp;#x0d;xhv:subsection&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#first&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#last&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0131.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;xhv:next&amp;#x20;xhv:prev&amp;#x09;xhv:first&amp;#x0a;xhv:last&amp;#x0d;xhv:subsection&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#next&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#prev&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#first&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#last&gt; &lt;http://example.org/test.css&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0131.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#subsection&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;LICENSE&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0134.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;LICENSE&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0134.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>  &lt;link rel=&quot;LICENSE&quot; href=&quot;http://example.org/test.css&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0134.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://example.org/test.css&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Blank-node as Predicate Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;Test&quot; should be generated. <br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0140.html&gt; ?p &quot;Test&quot;.<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Blank-node as Predicate Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;Test&quot; should be generated. <br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0140.html&gt; ?p &quot;Test&quot;.<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Blank-node as Predicate Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;Test&quot; should be generated. <br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0140.xhtml&gt; ?p &quot;Test&quot;.<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0147.html&gt; &lt;http://example.org/test&gt; &quot;Test&quot;.<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0147.html&gt; &lt;http://example.org/test&gt; &quot;Test&quot;.<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0147.xhtml&gt; &lt;http://example.org/test&gt; &quot;Test&quot;.<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0174&lt;/title&gt; <br/>&lt;/head&gt; <br/>&lt;body&gt; <br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/jd&gt; &lt;http://www.w3.org/2006/vcard/ns#fn&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0174&lt;/title&gt; <br/>&lt;/head&gt; <br/>&lt;body&gt; <br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/jd&gt; &lt;http://www.w3.org/2006/vcard/ns#fn&gt; &quot;John Doe&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0174&lt;/title&gt; <br/>&lt;/head&gt; <br/>&lt;body&gt; <br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://example.org/jd&gt; &lt;http://www.w3.org/2006/vcard/ns#fn&gt; &quot;John Doe&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0175&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0175&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0175&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0176&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:gregg@kellogg-assoc.com&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0176&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:gregg@kellogg-assoc.com&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0176&lt;/title&gt;<br/>  &lt;/head&gt;<br/>    &lt;body&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/><br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:manu.sporny@digitalbazaar.com&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/mbox&gt; &lt;mailto:gregg@kellogg-assoc.com&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0177&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0177&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0177&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0178&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0178&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0178&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0179&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0179&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0179&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0180&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0180&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0180&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0181&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0181&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0181&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0182&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0182&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0182&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0183&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0183&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0183&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#this&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://purl.org/dc/terms/Agent&gt; .<br/>  &lt;http://example.org/#this&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;A particular agent&quot;<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0186&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0186&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0186&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0187&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0187&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0187&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0188&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0188&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0188&lt;/title&gt;<br/>    &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0189&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.example.org/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0189&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.example.org/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0189&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.example.org/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0190&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0190&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0190&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/software&gt;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt;<br/>      &lt;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0196&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;This is an XMLLiteral&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<br/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/plainlit&gt; &quot;This is a plain literal&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0196&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;This is an XMLLiteral&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<br/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/plainlit&gt; &quot;This is a plain literal&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0196&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;This is an XMLLiteral&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<br/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/plainlit&gt; &quot;This is a plain literal&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0197&lt;/title&gt;<br/>  &lt;base href=&quot;http://www.example.org/me&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/me&gt; &lt;http://purl.org/dc/terms/language&gt; &quot;Ruby&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0197&lt;/title&gt;<br/>  &lt;base href=&quot;http://www.example.org/me&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/me&gt; &lt;http://purl.org/dc/terms/language&gt; &quot;Ruby&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0197&lt;/title&gt;<br/>  &lt;base href=&quot;http://www.example.org/me&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/me&gt; &lt;http://purl.org/dc/terms/language&gt; &quot;Ruby&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0198&lt;/title&gt;<br/>  &lt;base href=&quot;http://www.example.org/me&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>      &lt;div id=&quot;mark&quot; about=&quot;#mark&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>        &lt;h2 property=&quot;foaf:name&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;&lt;span <br/>property=&quot;foaf:firstName&quot;&gt;Mark&lt;/span&gt; &lt;span <br/>property=&quot;foaf:surname&quot;&gt;Birbeck&lt;/span&gt;&lt;/h2&gt;<br/>      &lt;/div&gt;<br/> &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/me#mark&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> &lt;http://www.example.org/me#mark&gt; &lt;http://xmlns.com/foaf/0.1/name&gt;<br/> &quot;&lt;span property=\&quot;foaf:firstName\&quot; xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot; xmlns:foaf=\&quot;http://xmlns.com/foaf/0.1/\&quot; xmlns:rdf=\&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#\&quot;&gt;Mark&lt;/span&gt; &lt;span property=\&quot;foaf:surname\&quot; xmlns=\&quot;http://www.w3.org/1999/xhtml\&quot; xmlns:foaf=\&quot;http://xmlns.com/foaf/0.1/\&quot; xmlns:rdf=\&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#\&quot;&gt;Birbeck&lt;/span&gt;&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<br/> &lt;http://www.example.org/me#mark&gt; &lt;http://xmlns.com/foaf/0.1/firstName&gt; &quot;Mark&quot; .<br/> &lt;http://www.example.org/me#mark&gt; &lt;http://xmlns.com/foaf/0.1/surname&gt; &quot;Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Default context test 0206&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.w3.org/2001/XMLSchema#maxExclusive&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/07/owl#DatatypeProperty&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Default context test 0206&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.w3.org/2001/XMLSchema#maxExclusive&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/07/owl#DatatypeProperty&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Default context test 0206&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.w3.org/2001/XMLSchema#maxExclusive&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/07/owl#DatatypeProperty&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0207&lt;/title&gt;    <br/>&lt;/head&gt;<br/>   &lt;body&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#Vevent&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#summary&gt; &quot;Weekend off in Iona&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtstart&gt; &quot;2006-10-21&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtend&gt; &quot;2006-10-23&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#url&gt; &lt;http://freetime.example.org/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#location&gt; &quot;Iona, UK&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0207&lt;/title&gt;    <br/>&lt;/head&gt;<br/>   &lt;body&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#Vevent&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#summary&gt; &quot;Weekend off in Iona&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtstart&gt; &quot;2006-10-21&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtend&gt; &quot;2006-10-23&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#url&gt; &lt;http://freetime.example.org/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0207.html#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#location&gt; &quot;Iona, UK&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0207&lt;/title&gt;    <br/>&lt;/head&gt;<br/>   &lt;body&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#Vevent&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#summary&gt; &quot;Weekend off in Iona&quot; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtstart&gt; &quot;2006-10-21&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#dtend&gt; &quot;2006-10-23&quot;^^&lt;http://www.w3.org/2001/XMLSchema#date&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#url&gt; &lt;http://freetime.example.org/&gt; .<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0207.xhtml#event1&gt; &lt;http://www.w3.org/2002/12/cal/icaltzd#location&gt; &quot;Iona, UK&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0213&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0213&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0213&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/><br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;E = mc2: The Most Urgent Problem of Our Time&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; typeof=&quot;foaf:Document&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title property=&quot;dc:title&quot;&gt;Test 0214&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0214.html&gt; a &lt;http://xmlns.com/foaf/0.1/Document&gt;;<br/>        &lt;http://purl.org/dc/terms/title&gt; &quot;Test 0214&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html typeof=&quot;foaf:Document&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title property=&quot;dc:title&quot;&gt;Test 0214&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0214.html&gt; a &lt;http://xmlns.com/foaf/0.1/Document&gt;;<br/>        &lt;http://purl.org/dc/terms/title&gt; &quot;Test 0214&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; typeof=&quot;foaf:Document&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title property=&quot;dc:title&quot;&gt;Test 0214&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0214.xhtml&gt; a &lt;http://xmlns.com/foaf/0.1/Document&gt;;<br/>        &lt;http://purl.org/dc/terms/title&gt; &quot;Test 0214&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix = &quot;<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/>&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.ivan-herman.net/foaf#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Iván&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix = &quot;<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/>&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.ivan-herman.net/foaf#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Iván&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix = &quot;<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/>&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;meta content=&quot;text/html; charset=UTF-8&quot; http-equiv=&quot;Content-Type&quot; /&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.ivan-herman.net/foaf#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Iván&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0217&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://www.w3.org/ns/rdfa#usesVocabulary&gt; &lt;http://xmlns.com/foaf/0.1/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0217&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://www.w3.org/ns/rdfa#usesVocabulary&gt; &lt;http://xmlns.com/foaf/0.1/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0217&lt;/title&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/#me&gt; &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Gregg Kellogg&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://www.w3.org/ns/rdfa#usesVocabulary&gt; &lt;http://xmlns.com/foaf/0.1/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0218&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0218&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0218&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#nil&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0219&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0219&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0219&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0220&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0220.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0220&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0220.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0220&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0220.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0221&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0221.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &lt;foo&gt;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0221&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0221.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &lt;foo&gt;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0221&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0221.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &lt;foo&gt;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0222&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0222.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0222&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0222.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0222&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0222.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0223&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0223.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;), &quot;Baz&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0223&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0223.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;), &quot;Baz&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0223&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0223.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot; &quot;Bar&quot;), &quot;Baz&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0224&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0224.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt; &lt;bar&gt;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0224&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0224.html&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt; &lt;bar&gt;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0224&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0224.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&lt;foo&gt; &lt;bar&gt;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0225&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0225.html&gt;<br/>ASK WHERE {<br/>  &lt;foo&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;), (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0225&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0225.html&gt;<br/>ASK WHERE {<br/>  &lt;foo&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;), (&quot;Bar&quot;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0225&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0225.xhtml&gt;<br/>ASK WHERE {<br/>  &lt;foo&gt; &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#value&gt; (&quot;Foo&quot;), (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0226&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0226.html&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0226&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0226.html&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0226&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0226.xhtml&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0227&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0227.html&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0227&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0227.html&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0227&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;ex:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0227.xhtml&gt;<br/>PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX ex: &lt;http://www.example.org/&gt; <br/>ASK WHERE {<br/>  &lt;&gt; rdf:value (&quot;Foo&quot;);<br/>    ex:inlist &lt;res&gt; .<br/>  &lt;res&gt; rdf:value (&quot;Bar&quot;) .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0228&lt;/title&gt;<br/>    &lt;!-- Based on 1.1 semantics for 0040 --&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt;  &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0228.html&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0228&lt;/title&gt;<br/>    &lt;!-- Based on 1.1 semantics for 0040 --&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt;  &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0228.html&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0228&lt;/title&gt;<br/>    &lt;!-- Based on 1.1 semantics for 0040 --&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://sw-app.org/img/mic_2006_03.jpg&gt;  &lt;http://www.w3.org/1999/xhtml/vocab#alternate&gt; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0228.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0042&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0229.html&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0042&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0229.html&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0042&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0229.xhtml&gt; &lt;http://xmlns.com/foaf/0.1/img&gt; &lt;http://sw-app.org/img/mic_2007_01.jpg&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0230&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0230.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0230&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0230.html&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0230&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0230.xhtml&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0231&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0231&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0231&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/example.png&gt; &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &lt;http://creativecommons.org/licenses/by-nc-sa/2.0/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0232&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0232.html&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker ?a .<br/>  ?a a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0232&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0232.html&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker ?a .<br/>  ?a a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0232&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0232.xhtml&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker ?a .<br/>  ?a a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0233&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0233.html&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker &lt;http://www.example.org/#me&gt; .<br/>  &lt;http://www.example.org/#me&gt; a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0233&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0233.html&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker &lt;http://www.example.org/#me&gt; .<br/>  &lt;http://www.example.org/#me&gt; a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0233&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0233.xhtml&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>  &lt;&gt; foaf:maker &lt;http://www.example.org/#me&gt; .<br/>  &lt;http://www.example.org/#me&gt; a foaf:Person;<br/>     foaf:name &quot;John Doe&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0234&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX powder: &lt;http://www.w3.org/2007/05/powder-s#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0234&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX powder: &lt;http://www.w3.org/2007/05/powder-s#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>   &lt;head&gt;<br/>      &lt;title&gt;Test 0234&lt;/title&gt;<br/>   &lt;/head&gt;<br/>   &lt;body&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>   &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>PREFIX powder: &lt;http://www.w3.org/2007/05/powder-s#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0235&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;<br/>      The &lt;span property=&quot;dc:title&quot;&gt;rdfagraph&lt;/span&gt; should not generate triples when<br/>      looking only at the processor graph.<br/>    &lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1-proc/html5&gt; dc:title &quot;rdfagraph&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0237&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;$malformed http://example.com&quot;<br/>     property=&quot;rdf:value&quot;<br/>     resource=&quot;[$malformed:curie]&quot;&gt;<br/>  Malformed Prefix<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0238&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body property=&quot;undefined_term&quot;&gt;<br/>  Undefined Term<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0239&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body property=&quot;rdf:value&quot;<br/>     resource=&quot;[undefined:curie]&quot;&gt;<br/>  Undefined Prefix<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0240&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the property &lt;code property=&quot;subProp&quot; resource=&quot;rdfatest:subProp&quot;&gt;subProp&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;baseProp&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0241&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the property &lt;code property=&quot;eqProp&quot; resource=&quot;rdfatest:eqProp&quot;&gt;eqProp&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;baseProp&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0242&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the property &lt;code property=&quot;baseProp&quot; resource=&quot;rdfatest:eqProp&quot;&gt;eqProp&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;eqProp&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0243&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the type &lt;code about=&quot;_:a&quot; typeof=&quot;SubClass&quot;&gt;SubClass&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;BaseClass&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0244&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the type &lt;code about=&quot;_:a&quot; typeof=&quot;EqClass&quot;&gt;EqClass&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;BaseClass&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0245&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfatest: http://rdfa.info/vocabs/rdfa-test#&quot; vocab=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;&gt;<br/>  Using the type &lt;code about=&quot;_:a&quot; typeof=&quot;BaseClass&quot;&gt;BaseClass&lt;/code&gt;<br/>  should cause a triple with &lt;code&gt;EqClass&lt;/code&gt; to be added.<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://rdfa.info/vocabs/rdfa-test#&gt;<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0246&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/span&gt;&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;  &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0246&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/span&gt;&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;  &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0246&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/span&gt;&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/>  &lt;http://www.example.org/#ben&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/>  ?a &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/>  ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt;  &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/>  ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0247&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>      [ &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot;; <br/>        &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; ],<br/>    [ &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>      &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; ] .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0247&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>      [ &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot;; <br/>        &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; ],<br/>    [ &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>      &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0247&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;    <br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>    &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt;<br/>      [ &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot;; <br/>        &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; ],<br/>    [ &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>      &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; ] .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0248&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0248&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0248&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .<br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0249&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/> ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .   <br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0249&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/> ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .   <br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0249&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot;&gt;&lt;span property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/span&gt;&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?a .<br/> &lt;http://www.example.org/#somebody&gt; &lt;http://xmlns.com/foaf/0.1/knows&gt; ?b .<br/> ?a &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/mailbox&gt; &lt;mailto:ivan@w3.org&gt; .<br/> ?a &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/> ?b &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#type&gt; &lt;http://xmlns.com/foaf/0.1/Person&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/knows&gt; &lt;http://www.example.org/#somebody&gt; .<br/> ?b &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Mark Birbeck&quot; .   <br/> FILTER ( isBlank(?a) &amp;&amp; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0250&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;p about =&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.ivan-herman.net/foaf#me&gt; a &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>    &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0250&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;p about =&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.ivan-herman.net/foaf#me&gt; a &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>    &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0250&lt;/title&gt;    <br/>  &lt;/head&gt;<br/>  &lt;body prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot;&gt;<br/>  &lt;p about =&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.ivan-herman.net/foaf#me&gt; a &lt;http://xmlns.com/foaf/0.1/Person&gt;;<br/>    &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot;&gt;<br/>  &lt;title&gt;Test 251&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; lang=&quot;fr&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot;&gt;<br/>  &lt;title&gt;Test 251&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; lang=&quot;fr&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot;&gt;<br/>  &lt;title&gt;Test 251&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; lang=&quot;fr&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot; lang=&quot;fr&quot;&gt;<br/>    &lt;title lang=&quot;en&quot;&gt;Test 0252&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot; lang=&quot;fr&quot;&gt;<br/>    &lt;title lang=&quot;en&quot;&gt;Test 0252&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot; lang=&quot;fr&quot;&gt;<br/>    &lt;title lang=&quot;en&quot;&gt;Test 0252&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0108&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;ελληνικό\nάσπρο   διάστημα\n&quot;@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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0108&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;ελληνικό\nάσπρο   διάστημα\n&quot;@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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head&gt;<br/>  &lt;title&gt;Test 0108&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;ελληνικό\nάσπρο   διάστημα\n&quot;@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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0254&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; datatype=&quot;&quot;&gt;A &lt;strong&gt;plain literal&lt;/strong&gt; with a lang tag.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;A plain literal with a lang tag.&quot;@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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0254&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; datatype=&quot;&quot;&gt;A &lt;strong&gt;plain literal&lt;/strong&gt; with a lang tag.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;A plain literal with a lang tag.&quot;@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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0254&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; datatype=&quot;&quot;&gt;A &lt;strong&gt;plain literal&lt;/strong&gt; with a lang tag.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;A plain literal with a lang tag.&quot;@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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0255&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; lang=&quot;&quot;&gt;Just a plain literal.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;Just a plain literal.&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; ?plain .<br/>  FILTER(lang(?plain) = &quot;&quot;)<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0255&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; lang=&quot;&quot;&gt;Just a plain literal.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;Just a plain literal.&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; ?plain .<br/>  FILTER(lang(?plain) = &quot;&quot;)<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/terms#&quot;&gt;<br/>&lt;head&gt; <br/>   &lt;title&gt;Test 0255&lt;/title&gt; <br/>   &lt;base href=&quot;http://example.org/&quot;/&gt; <br/>&lt;/head&gt; <br/>&lt;body lang=&quot;en&quot;&gt; <br/>   &lt;p property=&quot;ex:prop&quot; lang=&quot;&quot;&gt;Just a plain literal.&lt;/p&gt; <br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; &quot;Just a plain literal.&quot; .<br/>  &lt;http://example.org/&gt; &lt;http://example.org/terms#prop&gt; ?plain .<br/>  FILTER(lang(?plain) = &quot;&quot;)<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;ex: http://example.org/&quot;&gt;<br/>  &lt;head about=&quot;&quot;&gt;<br/>  &lt;title&gt;Test 0256&lt;/title&gt;<br/>    &lt;meta about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot; xml:lang=&quot;fr&quot; lang=&quot;hu&quot; content=&quot;chat&quot; /&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://example.org/node&gt; &lt;http://example.org/property&gt; &quot;chat&quot;@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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0257&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0257.html#a&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0257&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0257.html#a&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; prefix=&quot;dc: http://purl.org/dc/elements/1.1/&quot;&gt;<br/>  &lt;head&gt;<br/>    &lt;title&gt;Test 0257&lt;/title&gt;<br/>  &lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0257.xhtml#a&gt; &lt;http://purl.org/dc/elements/1.1/title&gt; &quot;&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Undescore Prefix is Ignored Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/earl#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0258.html&gt; ?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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Undescore Prefix is Ignored Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/earl#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0258.html&gt; ?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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Undescore Prefix is Ignored Test&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/earl#&gt;<br/>PREFIX ex: &lt;http://example.org/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0258.xhtml&gt; ?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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0259&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://www.w3.org/2003/g/data-view#&gt; &quot;GRDDL&quot;;<br/>    &lt;http://www.w3.org/ns/ma-ont#&gt; &quot;MA&quot;;<br/>    &lt;http://www.w3.org/2002/07/owl#&gt; &quot;OWL&quot;;<br/>    &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; &quot;RDF&quot;;<br/>    &lt;http://www.w3.org/ns/rdfa#&gt; &quot;RDFa&quot;;<br/>    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; &quot;RDFS&quot;;<br/>    &lt;http://www.w3.org/2007/rif#&gt; &quot;RIF&quot;;<br/>    &lt;http://www.w3.org/2004/02/skos/core#&gt; &quot;SKOS&quot;;<br/>    &lt;http://www.w3.org/2008/05/skos-xl#&gt; &quot;SKOS-XL&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder#&gt; &quot;WDR&quot;;<br/>    &lt;http://rdfs.org/ns/void#&gt; &quot;VOID&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder-s#&gt; &quot;WDRS&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#&gt; &quot;XHV&quot;;<br/>    &lt;http://www.w3.org/XML/1998/namespace&gt; &quot;XML&quot;;<br/>    &lt;http://www.w3.org/2001/XMLSchema#&gt; &quot;XSD&quot;;<br/><br/>    # Widely Used prefixes<br/>    &lt;http://creativecommons.org/ns#&gt; &quot;CC&quot;;<br/>    &lt;http://commontag.org/ns#&gt; &quot;CTAG&quot;;<br/>    &lt;http://purl.org/dc/terms/&gt; &quot;DC&quot;, &quot;DCTERMS&quot;;<br/>    &lt;http://xmlns.com/foaf/0.1/&gt; &quot;FOAF&quot;;<br/>    &lt;http://purl.org/goodrelations/v1#&gt; &quot;GR&quot;;<br/>    &lt;http://www.w3.org/2002/12/cal/icaltzd#&gt; &quot;ICAL&quot;;<br/>    &lt;http://ogp.me/ns#&gt; &quot;OG&quot;;<br/>    &lt;http://purl.org/stuff/rev#&gt; &quot;REV&quot;;<br/>    &lt;http://rdfs.org/sioc/ns#&gt; &quot;SIOC&quot;;<br/>    &lt;http://rdf.data-vocabulary.org/#&gt; &quot;V&quot;;<br/>    &lt;http://www.w3.org/2006/vcard/ns#&gt; &quot;VCARD&quot;;<br/>    &lt;http://schema.org/&gt; &quot;Schema&quot;;<br/><br/>    # Vocabulary Terms<br/>    &lt;http://www.w3.org/2007/05/powder-s#describedby&gt; &quot;DescribedBy&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &quot;License&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#role&gt; &quot;Role&quot;;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0259&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://www.w3.org/2003/g/data-view#&gt; &quot;GRDDL&quot;;<br/>    &lt;http://www.w3.org/ns/ma-ont#&gt; &quot;MA&quot;;<br/>    &lt;http://www.w3.org/2002/07/owl#&gt; &quot;OWL&quot;;<br/>    &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; &quot;RDF&quot;;<br/>    &lt;http://www.w3.org/ns/rdfa#&gt; &quot;RDFa&quot;;<br/>    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; &quot;RDFS&quot;;<br/>    &lt;http://www.w3.org/2007/rif#&gt; &quot;RIF&quot;;<br/>    &lt;http://www.w3.org/2004/02/skos/core#&gt; &quot;SKOS&quot;;<br/>    &lt;http://www.w3.org/2008/05/skos-xl#&gt; &quot;SKOS-XL&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder#&gt; &quot;WDR&quot;;<br/>    &lt;http://rdfs.org/ns/void#&gt; &quot;VOID&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder-s#&gt; &quot;WDRS&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#&gt; &quot;XHV&quot;;<br/>    &lt;http://www.w3.org/XML/1998/namespace&gt; &quot;XML&quot;;<br/>    &lt;http://www.w3.org/2001/XMLSchema#&gt; &quot;XSD&quot;;<br/><br/>    # Widely Used prefixes<br/>    &lt;http://creativecommons.org/ns#&gt; &quot;CC&quot;;<br/>    &lt;http://commontag.org/ns#&gt; &quot;CTAG&quot;;<br/>    &lt;http://purl.org/dc/terms/&gt; &quot;DC&quot;, &quot;DCTERMS&quot;;<br/>    &lt;http://xmlns.com/foaf/0.1/&gt; &quot;FOAF&quot;;<br/>    &lt;http://purl.org/goodrelations/v1#&gt; &quot;GR&quot;;<br/>    &lt;http://www.w3.org/2002/12/cal/icaltzd#&gt; &quot;ICAL&quot;;<br/>    &lt;http://ogp.me/ns#&gt; &quot;OG&quot;;<br/>    &lt;http://purl.org/stuff/rev#&gt; &quot;REV&quot;;<br/>    &lt;http://rdfs.org/sioc/ns#&gt; &quot;SIOC&quot;;<br/>    &lt;http://rdf.data-vocabulary.org/#&gt; &quot;V&quot;;<br/>    &lt;http://www.w3.org/2006/vcard/ns#&gt; &quot;VCARD&quot;;<br/>    &lt;http://schema.org/&gt; &quot;Schema&quot;;<br/><br/>    # Vocabulary Terms<br/>    &lt;http://www.w3.org/2007/05/powder-s#describedby&gt; &quot;DescribedBy&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &quot;License&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#role&gt; &quot;Role&quot;;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0259&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://www.w3.org/2003/g/data-view#&gt; &quot;GRDDL&quot;;<br/>    &lt;http://www.w3.org/ns/ma-ont#&gt; &quot;MA&quot;;<br/>    &lt;http://www.w3.org/2002/07/owl#&gt; &quot;OWL&quot;;<br/>    &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; &quot;RDF&quot;;<br/>    &lt;http://www.w3.org/ns/rdfa#&gt; &quot;RDFa&quot;;<br/>    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; &quot;RDFS&quot;;<br/>    &lt;http://www.w3.org/2007/rif#&gt; &quot;RIF&quot;;<br/>    &lt;http://www.w3.org/2004/02/skos/core#&gt; &quot;SKOS&quot;;<br/>    &lt;http://www.w3.org/2008/05/skos-xl#&gt; &quot;SKOS-XL&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder#&gt; &quot;WDR&quot;;<br/>    &lt;http://rdfs.org/ns/void#&gt; &quot;VOID&quot;;<br/>    &lt;http://www.w3.org/2007/05/powder-s#&gt; &quot;WDRS&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#&gt; &quot;XHV&quot;;<br/>    &lt;http://www.w3.org/XML/1998/namespace&gt; &quot;XML&quot;;<br/>    &lt;http://www.w3.org/2001/XMLSchema#&gt; &quot;XSD&quot;;<br/><br/>    # Widely Used prefixes<br/>    &lt;http://creativecommons.org/ns#&gt; &quot;CC&quot;;<br/>    &lt;http://commontag.org/ns#&gt; &quot;CTAG&quot;;<br/>    &lt;http://purl.org/dc/terms/&gt; &quot;DC&quot;, &quot;DCTERMS&quot;;<br/>    &lt;http://xmlns.com/foaf/0.1/&gt; &quot;FOAF&quot;;<br/>    &lt;http://purl.org/goodrelations/v1#&gt; &quot;GR&quot;;<br/>    &lt;http://www.w3.org/2002/12/cal/icaltzd#&gt; &quot;ICAL&quot;;<br/>    &lt;http://ogp.me/ns#&gt; &quot;OG&quot;;<br/>    &lt;http://purl.org/stuff/rev#&gt; &quot;REV&quot;;<br/>    &lt;http://rdfs.org/sioc/ns#&gt; &quot;SIOC&quot;;<br/>    &lt;http://rdf.data-vocabulary.org/#&gt; &quot;V&quot;;<br/>    &lt;http://www.w3.org/2006/vcard/ns#&gt; &quot;VCARD&quot;;<br/>    &lt;http://schema.org/&gt; &quot;Schema&quot;;<br/><br/>    # Vocabulary Terms<br/>    &lt;http://www.w3.org/2007/05/powder-s#describedby&gt; &quot;DescribedBy&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#license&gt; &quot;License&quot;;<br/>    &lt;http://www.w3.org/1999/xhtml/vocab#role&gt; &quot;Role&quot;;<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0261&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;&quot;&quot;This is<br/>an XMLLiteral&quot;&quot;&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0261&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;&quot;&quot;This is<br/>an XMLLiteral&quot;&quot;&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:ex=&quot;http://example.org/rdf/&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0261&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/> &lt;http://www.example.org&gt; &lt;http://example.org/rdf/xmllit&gt; &quot;&quot;&quot;This is<br/>an XMLLiteral&quot;&quot;&quot;^^&lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0262&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0262&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0262&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/photo1.jpg&gt; &lt;http://purl.org/dc/elements/1.1/creator&gt; &quot;Mark Birbeck&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0263&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0263.html&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0263&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0263.html&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0263&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0263.xhtml&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0264&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0264.html&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0264&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0264.html&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0264&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0264.xhtml&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; about=&quot;http://www.example.com&quot;&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0265&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.com&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html about=&quot;http://www.example.com&quot;&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0265&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.com&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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 &lt;html&gt;, ie, parent' property='dc:title mf:name'></span>
            <span content='@property appearing on the head element gets the subject from &lt;html&gt;, 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; about=&quot;http://www.example.com&quot;&gt;<br/>&lt;head  property=&quot;rdfs:seeAlso&quot; resource=&quot;http://www.example.org&quot;&gt;<br/>  &lt;title&gt;Test 0265&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.com&gt; &lt;http://www.w3.org/2000/01/rdf-schema#seeAlso&gt; &lt;http://www.example.org&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0266&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0266&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0266&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0267&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0267&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0267&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.w3.org/Person/Ivan#me&gt; owl:sameAs &lt;http://www.ivan-herman.net/foaf#me&gt; .<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0268&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; foaf:depiction &lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; .<br/>&lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0268&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; foaf:depiction &lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; .<br/>&lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0268&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;<br/><br/>ASK WHERE {<br/>&lt;http://www.ivan-herman.net/foaf#me&gt; foaf:depiction &lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; .<br/>&lt;http://www.ivan-herman.net/Images/me2003-small.png&gt; 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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0269.html&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0269.html&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>&lt;head &gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0269.xhtml&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; about=&quot;http://www.example.org/&quot;&gt;<br/>&lt;head property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html about=&quot;http://www.example.org/&quot;&gt;<br/>&lt;head property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; about=&quot;http://www.example.org/&quot;&gt;<br/>&lt;head property=&quot;rdfs:comment&quot; content=&quot;This is an RDFa test&quot;&gt;<br/>  &lt;title&gt;Test 0269&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; rdfs:comment &quot;This is an RDFa test&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0272&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18Z&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0272&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18Z&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0273&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;00:00:00Z&quot;&gt;midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;00:00:00Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0273&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;00:00:00Z&quot;&gt;midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;00:00:00Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0274&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0274&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0275&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0275&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0275&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;00:00:00Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;00:00:00Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0275&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;00:00:00Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;00:00:00Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0277&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18T00:00:00Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0277&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18T00:00:00Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0278&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt;The value of @content has a higher priority than @datetime&lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18&quot; content=&quot;this should be the value&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;this should be the value&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0278&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt;The value of @content has a higher priority than @datetime&lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18&quot; content=&quot;this should be the value&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;this should be the value&quot; ] .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0279&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot; datatype=&quot;xsd:date&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0279&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot; datatype=&quot;xsd:date&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0280&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;P2011Y06M28DT00H00M00S&quot;&gt;2011 years 6 months 28 days&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;P2011Y06M28DT00H00M00S&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0280&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;P2011Y06M28DT00H00M00S&quot;&gt;2011 years 6 months 28 days&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;P2011Y06M28DT00H00M00S&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0281&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012&quot;&gt;Two Thousand Twelve&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0281&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012&quot;&gt;Two Thousand Twelve&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0282&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03&quot;&gt;March, Two Thousand Twelve&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0282&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03&quot;&gt;March, Two Thousand Twelve&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0283&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot; 2012-03-18Z&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0283&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot; 2012-03-18Z&quot; ] .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0284&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datatype=&quot;xsd:dateTime&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot; 2012-03-18Z&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0284&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datatype=&quot;xsd:dateTime&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot; 2012-03-18Z&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0285&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; lang=&quot;en&quot; datetime=&quot;D-Day&quot;&gt;<br/>    Non matching lexical value with language.<br/>  &lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;D-Day&quot;@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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0285&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; lang=&quot;en&quot; datetime=&quot;D-Day&quot;&gt;<br/>    Non matching lexical value with language.<br/>  &lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;D-Day&quot;@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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0287&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00-08:00&quot;&gt;18 March 2012 at midnight in San Francisco&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00-08:00&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0287&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00-08:00&quot;&gt;18 March 2012 at midnight in San Francisco&lt;/time&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;2012-03-18T00:00:00-08:00&quot;^^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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0289&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0289&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0289&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0290&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  #&lt;http://example.org/&gt; rdf:value &lt;http://example.org/&gt;  .<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0290&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  #&lt;http://example.org/&gt; rdf:value &lt;http://example.org/&gt;  .<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0290&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  #&lt;http://example.org/&gt; rdf:value &lt;http://example.org/&gt;  .<br/>  &lt;http://example.org/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0291&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0291&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0291&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0292&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value one&quot;, &quot;value two&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0292&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value one&quot;, &quot;value two&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0292&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/><br/>ASK WHERE {<br/>  &lt;http://example.net/&gt; rdf:value &quot;value one&quot;, &quot;value two&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0293&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org&gt; &lt;http://www.example.org/column:test&gt; &quot;Test&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0293&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org&gt; &lt;http://www.example.org/column:test&gt; &quot;Test&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0293&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://www.example.org&gt; &lt;http://www.example.org/column:test&gt; &quot;Test&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:air=&quot;http://www.daml.org/2001/10/html/airport-ont#&quot;<br/>xmlns:bio=&quot;http://vocab.org/bio/0.1/&quot;<br/>xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:cert=&quot;http://www.w3.org/ns/auth/cert#&quot;<br/>xmlns:contact=&quot;http://www.w3.org/2000/10/swap/pim/contact#&quot;<br/>xmlns:dc=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot;<br/>xmlns:example=&quot;http://example.org/&quot;<br/>xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;<br/>xmlns:google=&quot;http://rdf.data-vocabulary.org/#&quot;<br/>xmlns:ical=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:openid=&quot;http://xmlns.openid.net/auth#&quot;<br/>xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;<br/>xmlns:rel=&quot;http://vocab.org/relationship/&quot;<br/>xmlns:rsa=&quot;http://www.w3.org/ns/auth/rsa#&quot;<br/>xmlns:rss=&quot;http://web.resource.org/rss/1.0/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;<br/>xmlns:wot=&quot;http://xmlns.com/wot/0.1/&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;RDFa 1.1 Benchmark File #1&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is the first chapter in a series of chapters.&lt;/p&gt;<br/>      &lt;p&gt;This is unit test #62. The next unit test is #63.&lt;/p&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>      &lt;p about=&quot;0067.html&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.html&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.html&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>     &lt;a rel=&quot;stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>       &lt;p&gt;<br/>         &lt;span about=&quot;http://example.org/alternate&quot; rev=&quot;alternate&quot;<br/>               href=&quot;0077.html&quot;&gt;alternate&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/appendix&quot; rev=&quot;appendix&quot;<br/>               href=&quot;0077.html&quot;&gt;appendix&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/bookmark&quot; rev=&quot;bookmark&quot;<br/>               href=&quot;0077.html&quot;&gt;bookmark&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/cite&quot; rev=&quot;cite&quot;<br/>               href=&quot;0077.html&quot;&gt;cite&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/chapter&quot; rev=&quot;chapter&quot;<br/>               href=&quot;0077.html&quot;&gt;chapter&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/contents&quot; rev=&quot;contents&quot;<br/>               href=&quot;0077.html&quot;&gt;contents&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/copyright&quot; rev=&quot;copyright&quot;<br/>               href=&quot;0077.html&quot;&gt;copyright&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/glossary&quot; rev=&quot;glossary&quot;<br/>               href=&quot;0077.html&quot;&gt;glossary&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/help&quot; rev=&quot;help&quot;<br/>               href=&quot;0077.html&quot;&gt;help&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/icon&quot; rev=&quot;icon&quot;<br/>               href=&quot;0077.html&quot;&gt;icon&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/index&quot; rev=&quot;index&quot;<br/>               href=&quot;0077.html&quot;&gt;index&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/first&quot; rev=&quot;first&quot;<br/>               href=&quot;0077.html&quot;&gt;first&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/last&quot; rev=&quot;last&quot;<br/>               href=&quot;0077.html&quot;&gt;last&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/license&quot; rev=&quot;license&quot;<br/>               href=&quot;0077.html&quot;&gt;license&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/meta&quot; rev=&quot;meta&quot;<br/>               href=&quot;0077.html&quot;&gt;meta&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/next&quot; rev=&quot;next&quot;<br/>               href=&quot;0077.html&quot;&gt;next&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/p3pv1&quot; rev=&quot;p3pv1&quot;<br/>               href=&quot;0077.html&quot;&gt;p3pv1&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/prev&quot; rev=&quot;prev&quot;<br/>               href=&quot;0077.html&quot;&gt;prev&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/role&quot; rev=&quot;role&quot;<br/>               href=&quot;0077.html&quot;&gt;role&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/section&quot; rev=&quot;section&quot;<br/>               href=&quot;0077.html&quot;&gt;section&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/subsection&quot; rev=&quot;subsection&quot;<br/>               href=&quot;0077.html&quot;&gt;subsection&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/start&quot; rev=&quot;start&quot;<br/>               href=&quot;0077.html&quot;&gt;start&lt;/span&gt;<br/>    &lt;span about=&quot;http://example.org/stylesheet&quot; rev=&quot;stylesheet&quot;<br/>               href=&quot;0077.html&quot;&gt;stylesheet&lt;/span&gt;         <br/>         &lt;span about=&quot;http://example.org/up&quot; rev=&quot;up&quot;<br/>               href=&quot;0077.html&quot;&gt;up&lt;/span&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img  src=&quot;http://example.org/example.png&quot;  <br/>        rel=&quot;license&quot;<br/>               href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>        alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; xml:lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>       &lt;!-- This a NOT a valid XHTML document (due to @xml:base) --&gt;<br/>      &lt;div xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>         &lt;p about=&quot;&quot;&gt;This is &lt;span property=&quot;dc:title&quot;&gt;Test 0109&lt;/span&gt;.&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>    &lt;span about=&quot;#b&quot; property=&quot;dc:title&quot; /&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.html&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase2&quot; href=&quot;http://example.org/foo/..&quot;&gt;Corner Case #2&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>    &lt;div&gt;<br/>  &lt;p about=&quot;http://example.org/&quot;&gt;<br/>    &lt;span about=&quot;[]&quot; property=&quot;dc:title&quot;&gt;Test Case 0121&lt;/span&gt;<br/>    checks to make sure RDFa processors resolve the empty CURIE correctly.<br/>    &lt;p resource=&quot;[]&quot;&gt;<br/>      &lt;span property=&quot;dc:contributor&quot;&gt;Shane McCarron&lt;/span&gt;<br/>      contributed to this test.<br/>    &lt;/p&gt;<br/>  &lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>      &lt;div id=&quot;mark&quot; about=&quot;#mark&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>        &lt;h2 property=&quot;foaf:name&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;&lt;span <br/>property=&quot;foaf:firstName&quot;&gt;Mark&lt;/span&gt; &lt;span <br/>property=&quot;foaf:surname&quot;&gt;Birbeck&lt;/span&gt;&lt;/h2&gt;<br/>      &lt;/div&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>    &lt;!-- @prefix should be ignored in the RDFa 1.0 case --&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri/&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- The version statement should be ignored with version set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>    &lt;p&gt;<br/>      The &lt;span property=&quot;dc:title&quot;&gt;rdfagraph&lt;/span&gt; should not generate triples when<br/>      looking only at the processor graph.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;alternate&quot;&gt;alternate&lt;/span&gt;<br/>    &lt;span property=&quot;appendix&quot;&gt;appendix&lt;/span&gt;<br/>    &lt;span property=&quot;cite&quot;&gt;cite&lt;/span&gt;<br/>    &lt;span property=&quot;bookmark&quot;&gt;bookmark&lt;/span&gt;<br/>    &lt;span property=&quot;contents&quot;&gt;contents&lt;/span&gt;<br/>    &lt;span property=&quot;chapter&quot;&gt;chapter&lt;/span&gt;<br/>    &lt;span property=&quot;copyright&quot;&gt;copyright&lt;/span&gt;<br/>    &lt;span property=&quot;first&quot;&gt;first&lt;/span&gt;<br/>    &lt;span property=&quot;glossary&quot;&gt;glossary&lt;/span&gt;<br/>    &lt;span property=&quot;help&quot;&gt;help&lt;/span&gt;<br/>    &lt;span property=&quot;icon&quot;&gt;icon&lt;/span&gt;<br/>    &lt;span property=&quot;index&quot;&gt;index&lt;/span&gt;<br/>    &lt;span property=&quot;last&quot;&gt;last&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;license&lt;/span&gt;<br/>    &lt;span property=&quot;meta&quot;&gt;meta&lt;/span&gt;<br/>    &lt;span property=&quot;next&quot;&gt;next&lt;/span&gt;<br/>    &lt;span property=&quot;prev&quot;&gt;prev&lt;/span&gt;<br/>    &lt;span property=&quot;previous&quot;&gt;previous&lt;/span&gt;<br/>    &lt;span property=&quot;section&quot;&gt;section&lt;/span&gt;<br/>    &lt;span property=&quot;start&quot;&gt;start&lt;/span&gt;<br/>    &lt;span property=&quot;stylesheet&quot;&gt;stylesheet&lt;/span&gt;<br/>    &lt;span property=&quot;subsection&quot;&gt;subsection&lt;/span&gt;<br/>    &lt;span property=&quot;top&quot;&gt;top&lt;/span&gt;<br/>    &lt;span property=&quot;up&quot;&gt;up&lt;/span&gt;<br/>    &lt;span property=&quot;p3pv1&quot;&gt;p3pv1&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18Z&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;00:00:00Z&quot;&gt;midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18T00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18&quot; content=&quot;not this&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot; datatype=&quot;xsd:date&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;P2011Y06M28DT00H00M00S&quot;&gt;2011 years 6 months 28 days&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012&quot;&gt;Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03&quot;&gt;March, Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datatype=&quot;xsd:dateTime&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; lang=&quot;en&quot; datetime=&quot;D-Day&quot;&gt;<br/>    Non matching lexical value with language.<br/>  &lt;/time&gt;<br/>  &lt;data property=&quot;rdf:value&quot; lang=&quot;lat&quot; value=&quot;veni, vidi, vici&quot; content=&quot;I came, I saw, I conquered&quot;&gt;<br/>    @value overrides @content in the 'data' element.<br/>  &lt;/data&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00-08:00&quot;&gt;18 March 2012 at midnight in San Francisco&lt;/time&gt;<br/>  &lt;object property=&quot;rdf:value&quot; data=&quot;http://example.com/&quot;&gt;&lt;/object&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt;None of these triples should be generated in RDFa 1.0.&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:air=&quot;http://www.daml.org/2001/10/html/airport-ont#&quot;<br/>xmlns:bio=&quot;http://vocab.org/bio/0.1/&quot;<br/>xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:cert=&quot;http://www.w3.org/ns/auth/cert#&quot;<br/>xmlns:contact=&quot;http://www.w3.org/2000/10/swap/pim/contact#&quot;<br/>xmlns:dc=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot;<br/>xmlns:example=&quot;http://example.org/&quot;<br/>xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;<br/>xmlns:google=&quot;http://rdf.data-vocabulary.org/#&quot;<br/>xmlns:ical=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:openid=&quot;http://xmlns.openid.net/auth#&quot;<br/>xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;<br/>xmlns:rel=&quot;http://vocab.org/relationship/&quot;<br/>xmlns:rsa=&quot;http://www.w3.org/ns/auth/rsa#&quot;<br/>xmlns:rss=&quot;http://web.resource.org/rss/1.0/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;<br/>xmlns:wot=&quot;http://xmlns.com/wot/0.1/&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;RDFa 1.1 Benchmark File #1&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is the first chapter in a series of chapters.&lt;/p&gt;<br/>      &lt;p&gt;This is unit test #62. The next unit test is #63.&lt;/p&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>      &lt;p about=&quot;0067.html&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.html&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.html&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>     &lt;a rel=&quot;stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>       &lt;p&gt;<br/>         &lt;span about=&quot;http://example.org/alternate&quot; rev=&quot;alternate&quot;<br/>               href=&quot;0077.html&quot;&gt;alternate&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/appendix&quot; rev=&quot;appendix&quot;<br/>               href=&quot;0077.html&quot;&gt;appendix&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/bookmark&quot; rev=&quot;bookmark&quot;<br/>               href=&quot;0077.html&quot;&gt;bookmark&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/cite&quot; rev=&quot;cite&quot;<br/>               href=&quot;0077.html&quot;&gt;cite&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/chapter&quot; rev=&quot;chapter&quot;<br/>               href=&quot;0077.html&quot;&gt;chapter&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/contents&quot; rev=&quot;contents&quot;<br/>               href=&quot;0077.html&quot;&gt;contents&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/copyright&quot; rev=&quot;copyright&quot;<br/>               href=&quot;0077.html&quot;&gt;copyright&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/glossary&quot; rev=&quot;glossary&quot;<br/>               href=&quot;0077.html&quot;&gt;glossary&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/help&quot; rev=&quot;help&quot;<br/>               href=&quot;0077.html&quot;&gt;help&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/icon&quot; rev=&quot;icon&quot;<br/>               href=&quot;0077.html&quot;&gt;icon&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/index&quot; rev=&quot;index&quot;<br/>               href=&quot;0077.html&quot;&gt;index&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/first&quot; rev=&quot;first&quot;<br/>               href=&quot;0077.html&quot;&gt;first&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/last&quot; rev=&quot;last&quot;<br/>               href=&quot;0077.html&quot;&gt;last&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/license&quot; rev=&quot;license&quot;<br/>               href=&quot;0077.html&quot;&gt;license&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/meta&quot; rev=&quot;meta&quot;<br/>               href=&quot;0077.html&quot;&gt;meta&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/next&quot; rev=&quot;next&quot;<br/>               href=&quot;0077.html&quot;&gt;next&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/p3pv1&quot; rev=&quot;p3pv1&quot;<br/>               href=&quot;0077.html&quot;&gt;p3pv1&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/prev&quot; rev=&quot;prev&quot;<br/>               href=&quot;0077.html&quot;&gt;prev&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/role&quot; rev=&quot;role&quot;<br/>               href=&quot;0077.html&quot;&gt;role&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/section&quot; rev=&quot;section&quot;<br/>               href=&quot;0077.html&quot;&gt;section&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/subsection&quot; rev=&quot;subsection&quot;<br/>               href=&quot;0077.html&quot;&gt;subsection&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/start&quot; rev=&quot;start&quot;<br/>               href=&quot;0077.html&quot;&gt;start&lt;/span&gt;<br/>    &lt;span about=&quot;http://example.org/stylesheet&quot; rev=&quot;stylesheet&quot;<br/>               href=&quot;0077.html&quot;&gt;stylesheet&lt;/span&gt;         <br/>         &lt;span about=&quot;http://example.org/up&quot; rev=&quot;up&quot;<br/>               href=&quot;0077.html&quot;&gt;up&lt;/span&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img  src=&quot;http://example.org/example.png&quot;  <br/>        rel=&quot;license&quot;<br/>               href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>        alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; xml:lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>       &lt;!-- This a NOT a valid XHTML document (due to @xml:base) --&gt;<br/>      &lt;div xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>         &lt;p about=&quot;&quot;&gt;This is &lt;span property=&quot;dc:title&quot;&gt;Test 0109&lt;/span&gt;.&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>    &lt;span about=&quot;#b&quot; property=&quot;dc:title&quot; /&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.html&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase2&quot; href=&quot;http://example.org/foo/..&quot;&gt;Corner Case #2&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>    &lt;div&gt;<br/>  &lt;p about=&quot;http://example.org/&quot;&gt;<br/>    &lt;span about=&quot;[]&quot; property=&quot;dc:title&quot;&gt;Test Case 0121&lt;/span&gt;<br/>    checks to make sure RDFa processors resolve the empty CURIE correctly.<br/>    &lt;p resource=&quot;[]&quot;&gt;<br/>      &lt;span property=&quot;dc:contributor&quot;&gt;Shane McCarron&lt;/span&gt;<br/>      contributed to this test.<br/>    &lt;/p&gt;<br/>  &lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>      &lt;div id=&quot;mark&quot; about=&quot;#mark&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>        &lt;h2 property=&quot;foaf:name&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;&lt;span <br/>property=&quot;foaf:firstName&quot;&gt;Mark&lt;/span&gt; &lt;span <br/>property=&quot;foaf:surname&quot;&gt;Birbeck&lt;/span&gt;&lt;/h2&gt;<br/>      &lt;/div&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>    &lt;!-- @prefix should be ignored in the RDFa 1.0 case --&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri/&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- The version statement should be ignored with version set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>    &lt;p&gt;<br/>      The &lt;span property=&quot;dc:title&quot;&gt;rdfagraph&lt;/span&gt; should not generate triples when<br/>      looking only at the processor graph.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;alternate&quot;&gt;alternate&lt;/span&gt;<br/>    &lt;span property=&quot;appendix&quot;&gt;appendix&lt;/span&gt;<br/>    &lt;span property=&quot;cite&quot;&gt;cite&lt;/span&gt;<br/>    &lt;span property=&quot;bookmark&quot;&gt;bookmark&lt;/span&gt;<br/>    &lt;span property=&quot;contents&quot;&gt;contents&lt;/span&gt;<br/>    &lt;span property=&quot;chapter&quot;&gt;chapter&lt;/span&gt;<br/>    &lt;span property=&quot;copyright&quot;&gt;copyright&lt;/span&gt;<br/>    &lt;span property=&quot;first&quot;&gt;first&lt;/span&gt;<br/>    &lt;span property=&quot;glossary&quot;&gt;glossary&lt;/span&gt;<br/>    &lt;span property=&quot;help&quot;&gt;help&lt;/span&gt;<br/>    &lt;span property=&quot;icon&quot;&gt;icon&lt;/span&gt;<br/>    &lt;span property=&quot;index&quot;&gt;index&lt;/span&gt;<br/>    &lt;span property=&quot;last&quot;&gt;last&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;license&lt;/span&gt;<br/>    &lt;span property=&quot;meta&quot;&gt;meta&lt;/span&gt;<br/>    &lt;span property=&quot;next&quot;&gt;next&lt;/span&gt;<br/>    &lt;span property=&quot;prev&quot;&gt;prev&lt;/span&gt;<br/>    &lt;span property=&quot;previous&quot;&gt;previous&lt;/span&gt;<br/>    &lt;span property=&quot;section&quot;&gt;section&lt;/span&gt;<br/>    &lt;span property=&quot;start&quot;&gt;start&lt;/span&gt;<br/>    &lt;span property=&quot;stylesheet&quot;&gt;stylesheet&lt;/span&gt;<br/>    &lt;span property=&quot;subsection&quot;&gt;subsection&lt;/span&gt;<br/>    &lt;span property=&quot;top&quot;&gt;top&lt;/span&gt;<br/>    &lt;span property=&quot;up&quot;&gt;up&lt;/span&gt;<br/>    &lt;span property=&quot;p3pv1&quot;&gt;p3pv1&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18Z&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;00:00:00Z&quot;&gt;midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18T00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18&quot; content=&quot;not this&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot; datatype=&quot;xsd:date&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;P2011Y06M28DT00H00M00S&quot;&gt;2011 years 6 months 28 days&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012&quot;&gt;Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03&quot;&gt;March, Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datatype=&quot;xsd:dateTime&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; lang=&quot;en&quot; datetime=&quot;D-Day&quot;&gt;<br/>    Non matching lexical value with language.<br/>  &lt;/time&gt;<br/>  &lt;data property=&quot;rdf:value&quot; lang=&quot;lat&quot; value=&quot;veni, vidi, vici&quot; content=&quot;I came, I saw, I conquered&quot;&gt;<br/>    @value overrides @content in the 'data' element.<br/>  &lt;/data&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00-08:00&quot;&gt;18 March 2012 at midnight in San Francisco&lt;/time&gt;<br/>  &lt;object property=&quot;rdf:value&quot; data=&quot;http://example.com/&quot;&gt;&lt;/object&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt;None of these triples should be generated in RDFa 1.0.&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:air=&quot;http://www.daml.org/2001/10/html/airport-ont#&quot;<br/>xmlns:bio=&quot;http://vocab.org/bio/0.1/&quot;<br/>xmlns:cal=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:cc=&quot;http://creativecommons.org/ns#&quot;<br/>xmlns:cert=&quot;http://www.w3.org/ns/auth/cert#&quot;<br/>xmlns:contact=&quot;http://www.w3.org/2000/10/swap/pim/contact#&quot;<br/>xmlns:dc=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:dct=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot;<br/>xmlns:example=&quot;http://example.org/&quot;<br/>xmlns:ex=&quot;http://example.org/&quot;<br/>xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;<br/>xmlns:google=&quot;http://rdf.data-vocabulary.org/#&quot;<br/>xmlns:ical=&quot;http://www.w3.org/2002/12/cal/icaltzd#&quot;<br/>xmlns:openid=&quot;http://xmlns.openid.net/auth#&quot;<br/>xmlns:owl=&quot;http://www.w3.org/2002/07/owl#&quot;<br/>xmlns:rdfatest=&quot;http://rdfa.info/vocabs/rdfa-test#&quot;<br/>xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;<br/>xmlns:rdfs=&quot;http://www.w3.org/2000/01/rdf-schema#&quot;<br/>xmlns:rel=&quot;http://vocab.org/relationship/&quot;<br/>xmlns:rsa=&quot;http://www.w3.org/ns/auth/rsa#&quot;<br/>xmlns:rss=&quot;http://web.resource.org/rss/1.0/&quot;<br/>xmlns:sioc=&quot;http://rdfs.org/sioc/ns#&quot;<br/>xmlns:v=&quot;http://www.w3.org/2006/vcard/ns#&quot;<br/>xmlns:wot=&quot;http://xmlns.com/wot/0.1/&quot;<br/>xmlns:xhv=&quot;http://www.w3.org/1999/xhtml/vocab#&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;RDFa 1.1 Benchmark File #1&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>    &lt;p&gt;<br/>      This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot; rev=&quot;foaf:img&quot;<br/>           href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This photo was taken by<br/>      &lt;a   about=&quot;photo1.jpg&quot; property=&quot;dc:title&quot;<br/>           content=&quot;Portrait of Mark&quot; rel=&quot;dc:creator&quot;<br/>            rev=&quot;foaf:img&quot; href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   about=&quot;&quot; rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;<br/>      &lt;span  about=&quot;http://example.org/foo&quot;<br/>            property=&quot;ex:bar&quot; content=&quot;10&quot; datatype=&quot;xsd:integer&quot;&gt;ten&lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>     &lt;p&gt;<br/>          &lt;span about=&quot;[_:a]&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/span&gt;<br/>           &lt;span about=&quot;[_:a]&quot; rel=&quot;foaf:knows&quot;<br/>resource=&quot;[_:b]&quot;&gt;knows&lt;/span&gt;<br/>           &lt;span about=&quot;[_:b]&quot; property=&quot;foaf:name&quot;&gt;Ralph Swick&lt;/span&gt;.<br/>        &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This photo was taken by<br/>    &lt;a about=&quot;photo1.jpg&quot; rel=&quot;dc:creator&quot;<br/>     href=&quot;http://www.blogger.com/profile/1109404&quot;&gt;Mark Birbeck&lt;/a&gt;.<br/>  &lt;/p&gt;   <br/>    &lt;div about=&quot;mailto:manu.sporny@digitalbazaar.com&quot;<br/>      rel=&quot;foaf:knows&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;&lt;/div&gt;<br/>    &lt;div about=&quot;photo1.jpg&quot;&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>    &lt;div id=&quot;photo1&quot;&gt;<br/>        This photo was taken by<br/>        &lt;span property=&quot;dc:creator&quot;&gt;Mark Birbeck&lt;/span&gt; <br/>    &lt;/div&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot; resource=&quot;#me&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;p&gt;<br/>    &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>            property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot; /&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://internet-apps.blogspot.com/&quot;<br/>             property=&quot;dc:creator&quot; content=&quot;Mark Birbeck&quot;&gt;Mark B.<br/>    &lt;/span&gt;<br/>  &lt;/p&gt;  <br/>    &lt;p&gt;<br/>      &lt;span   about=&quot;http://example.org/foo&quot;<br/>            property=&quot;dc:creator&quot; datatype=&quot;xsd:string&quot;&gt;&lt;b&gt;M&lt;/b&gt;ark &lt;b&gt;B&lt;/b&gt;irbeck&lt;/span&gt;.<br/>  &lt;/p&gt;    <br/>    &lt;p&gt;This document is licensed under a<br/>      &lt;a   rel=&quot;cc:license&quot;<br/>        href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.5/&quot;&gt;<br/>           Creative Commons License<br/>      &lt;/a&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;span rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot;&gt;0752820907&lt;/span&gt;.<br/>    &lt;/p&gt;  <br/>    &lt;p about=&quot;#wtw&quot;&gt;<br/>      The book &lt;b&gt;Weaving the Web&lt;/b&gt; (hardcover) has the ISBN<br/>      &lt;a rel=&quot;dc:identifier&quot; resource=&quot;urn:ISBN:0752820907&quot; <br/>      href=&quot;http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907&quot;&gt;0752820907&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>      This paper was written by<br/>      &lt;span rel=&quot;dc:creator&quot;&gt;<br/>          &lt;span property=&quot;foaf:name&quot;&gt;Ben Adida&lt;/span&gt;.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rel=&quot;foaf:img&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://sw-app.org/mic.xhtml#i&quot; rev=&quot;foaf:depicts&quot;&gt;<br/>      &lt;img   src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   about=&quot;http://sw-app.org/mic.xhtml#i&quot;<br/>           rev=&quot;foaf:depicts&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           href=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           resource=&quot;http://sw-app.org/mic.xhtml#photo&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;    <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Document&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; rel=&quot;foaf:knows&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#me&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;p about=&quot;&quot; typeof=&quot;foaf:Document&quot; property=&quot;foaf:topic&quot;&gt;John Doe&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      John Doe<br/>     &lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;span property=&quot;foaf:name&quot;&gt;John Doe&lt;/span&gt;<br/>     &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by      <br/>    &lt;span about=&quot;&quot; property=&quot;dc:creator dc:publisher&quot;&gt;Fabien Gandon&lt;/span&gt;.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;<br/>    This document was authored and published by<br/>    &lt;a about=&quot;&quot; rel=&quot;dc:creator dc:publisher&quot; href=&quot;http://www-sop.inria.fr/acacia/fabien/&quot;&gt;Fabien Gandon&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; typeof=&quot;foaf:Person&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://www.example.org/#mark&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p about=&quot;http://www.example.org/#ivan&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about=&quot;http://www.example.org/#ben&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>      &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;p&gt;This document was authored and published by:&lt;/p&gt;<br/>    &lt;ul rel=&quot;dc:creator dc:publisher&quot;&gt;<br/>      &lt;li about=&quot;http://www.example.org/#manu&quot; property=&quot;foaf:name&quot;&gt;Manu Sporny&lt;/li&gt;<br/>      &lt;li about=&quot;http://www.example.org/#fabien&quot; property=&quot;foaf:name&quot;&gt;Fabien Gandon&lt;/li&gt;<br/>    &lt;/ul&gt;<br/>    &lt;div about=&quot;http://www.example.org/#matsumoto-kimiko&quot;<br/>         typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;松本 后子&lt;/p&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is the first chapter in a series of chapters.&lt;/p&gt;<br/>      &lt;p&gt;This is unit test #62. The next unit test is #63.&lt;/p&gt;<br/>      &lt;p&gt;This is the 63&lt;sup&gt;rd&lt;/sup&gt; test. The next test is #64.&lt;/p&gt;<br/>    &lt;p about=&quot;[_:michael]&quot;&gt;Michael knows<br/>      &lt;a rel=&quot;foaf:knows&quot; href=&quot;http://digitalbazaar.com/people/manu&quot;&gt;Manu&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;[_:manu]&quot;&gt;<br/>      Manu Sporny can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;foaf:knows&quot; resource=&quot;[_:michael]&quot;&gt;He knows Michael.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;[_:michael]&quot;&gt;<br/>      Michael can be reached via<br/>      &lt;a rel=&quot;foaf:mbox&quot; href=&quot;mailto:michael.hausenblas@joanneum.at&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>      &lt;p&gt;This is test #66.&lt;/p&gt;<br/>      &lt;p&gt;This is test #67.&lt;/p&gt;<br/>      &lt;p about=&quot;0067.xhtml&quot;&gt;<br/>         The previous test was<br/>         &lt;span property=&quot;dc:title&quot;&gt;Test 0067&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The next test will be<br/>         &lt;a about=&quot;&quot; rel=&quot;xhv:next&quot; href=&quot;0070.xhtml&quot;&gt;Test 0070&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;The previous test was<br/>         &lt;span about=&quot;&quot; rel=&quot;xhv:prev&quot; resource=&quot;0069.xhtml&quot;&gt;Test 0069&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;This page is under a Creative Commons<br/>         &lt;a rel=&quot;cc:license&quot;<br/>            href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;<br/>          Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p about=&quot;faq&quot;&gt;<br/>         Learn more by reading the example.org<br/>         &lt;span property=&quot;dc:title&quot;&gt;Example FAQ&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>        This article was written by<br/>        &lt;span rel=&quot;dc:creator&quot; resource=&quot;jane&quot;&gt;Jane&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>     &lt;p&gt;<br/>       This article was written by<br/>        &lt;a rel=&quot;dc:creator&quot; href=&quot;jane&quot;&gt;Jane&lt;/a&gt;.<br/>   &lt;/p&gt;<br/>     &lt;p&gt;<br/>      This page is under a Creative Commons<br/>        &lt;a rel=&quot;license&quot; href=&quot;http://creativecommons.org/licenses/by-nd/3.0/&quot;&gt;Attribution-No Derivatives 3.0 license&lt;/a&gt;.<br/>    &lt;/p&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>     &lt;a rel=&quot;stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>       &lt;p&gt;<br/>         &lt;span about=&quot;http://example.org/alternate&quot; rev=&quot;alternate&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;alternate&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/appendix&quot; rev=&quot;appendix&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;appendix&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/bookmark&quot; rev=&quot;bookmark&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;bookmark&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/cite&quot; rev=&quot;cite&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;cite&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/chapter&quot; rev=&quot;chapter&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;chapter&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/contents&quot; rev=&quot;contents&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;contents&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/copyright&quot; rev=&quot;copyright&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;copyright&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/glossary&quot; rev=&quot;glossary&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;glossary&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/help&quot; rev=&quot;help&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;help&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/icon&quot; rev=&quot;icon&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;icon&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/index&quot; rev=&quot;index&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;index&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/first&quot; rev=&quot;first&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;first&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/last&quot; rev=&quot;last&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;last&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/license&quot; rev=&quot;license&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;license&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/meta&quot; rev=&quot;meta&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;meta&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/next&quot; rev=&quot;next&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;next&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/p3pv1&quot; rev=&quot;p3pv1&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;p3pv1&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/prev&quot; rev=&quot;prev&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;prev&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/role&quot; rev=&quot;role&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;role&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/section&quot; rev=&quot;section&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;section&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/subsection&quot; rev=&quot;subsection&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;subsection&lt;/span&gt;<br/>         &lt;span about=&quot;http://example.org/start&quot; rev=&quot;start&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;start&lt;/span&gt;<br/>    &lt;span about=&quot;http://example.org/stylesheet&quot; rev=&quot;stylesheet&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;stylesheet&lt;/span&gt;         <br/>         &lt;span about=&quot;http://example.org/up&quot; rev=&quot;up&quot;<br/>               href=&quot;0077.xhtml&quot;&gt;up&lt;/span&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>      &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; resource=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Mark Birbeck&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>    &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rev=&quot;foaf:knows&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;div&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;p rel=&quot;foaf:mailbox&quot; resource=&quot;mailto:ivan@w3.org&quot;&gt;mailto:ivan@w3.org&lt;/p&gt;<br/>      &lt;p about=&quot;http://danbri.org/foaf.rdf#danbri&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      <br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>     &lt;div rel=&quot;foaf:knows&quot;&gt;<br/>        &lt;p resource=&quot;http://www.ivan-herman.org/Ivan_Herman&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;p href=&quot;http://www.w3.org/People/Berners-Lee/card#i&quot;&gt;Tim Berners Lee&lt;/p&gt;<br/>        &lt;p resource=&quot;http://danbri.org/foaf.rdf#danbri&quot; href=&quot;http://www.leobard.net/rdf/foaf.xml#me&quot;&gt;Dan Brickley&lt;/p&gt;<br/>     &lt;/div&gt;<br/>  &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;:alternate&quot; href=&quot;http://example.org/alternate&quot;&gt;alternate&lt;/a&gt;<br/>         &lt;a rel=&quot;:appendix&quot; href=&quot;http://example.org/appendix&quot;&gt;appendix&lt;/a&gt;<br/>         &lt;a rel=&quot;:bookmark&quot; href=&quot;http://example.org/bookmark&quot;&gt;bookmark&lt;/a&gt;<br/>         &lt;a rel=&quot;:cite&quot; href=&quot;http://example.org/cite&quot;&gt;cite&lt;/a&gt;<br/>         &lt;a rel=&quot;:chapter&quot; href=&quot;http://example.org/chapter&quot;&gt;chapter&lt;/a&gt;<br/>         &lt;a rel=&quot;:contents&quot; href=&quot;http://example.org/contents&quot;&gt;contents&lt;/a&gt;<br/>         &lt;a rel=&quot;:copyright&quot; href=&quot;http://example.org/copyright&quot;&gt;copyright&lt;/a&gt;<br/>         &lt;a rel=&quot;:glossary&quot; href=&quot;http://example.org/glossary&quot;&gt;glossary&lt;/a&gt;<br/>         &lt;a rel=&quot;:help&quot; href=&quot;http://example.org/help&quot;&gt;help&lt;/a&gt;<br/>         &lt;a rel=&quot;:icon&quot; href=&quot;http://example.org/icon&quot;&gt;icon&lt;/a&gt;<br/>         &lt;a rel=&quot;:index&quot; href=&quot;http://example.org/index&quot;&gt;index&lt;/a&gt;<br/>         &lt;a rel=&quot;:first&quot; href=&quot;http://example.org/first&quot;&gt;first&lt;/a&gt;<br/>         &lt;a rel=&quot;:last&quot; href=&quot;http://example.org/last&quot;&gt;last&lt;/a&gt;<br/>         &lt;a rel=&quot;:license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;:meta&quot; href=&quot;http://example.org/meta&quot;&gt;meta&lt;/a&gt;<br/>         &lt;a rel=&quot;:next&quot; href=&quot;http://example.org/next&quot;&gt;next&lt;/a&gt;<br/>         &lt;a rel=&quot;:p3pv1&quot; href=&quot;http://example.org/p3pv1&quot;&gt;p3pv1&lt;/a&gt;<br/>         &lt;a rel=&quot;:prev&quot; href=&quot;http://example.org/prev&quot;&gt;prev&lt;/a&gt;<br/>         &lt;a rel=&quot;:role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>         &lt;a rel=&quot;:section&quot; href=&quot;http://example.org/section&quot;&gt;section&lt;/a&gt;<br/>         &lt;a rel=&quot;:subsection&quot; href=&quot;http://example.org/subsection&quot;&gt;subsection&lt;/a&gt;<br/>         &lt;a rel=&quot;:start&quot; href=&quot;http://example.org/start&quot;&gt;start&lt;/a&gt;<br/>         &lt;a rel=&quot;:stylesheet&quot; href=&quot;http://example.org/stylesheet&quot;&gt;stylesheet&lt;/a&gt;<br/>         &lt;a rel=&quot;:up&quot; href=&quot;http://example.org/up&quot;&gt;up&lt;/a&gt;<br/>      &lt;/p&gt;<br/>  &lt;div about =&quot;http://www.example.org/#somebody&quot; rel=&quot;foaf:knows&quot;&gt;<br/>      &lt;p about=&quot;[_:]&quot; property=&quot;foaf:name&quot;&gt;Dan Brickley&lt;/p&gt;<br/>      &lt;p about=&quot;[_:]&quot; typeof=&quot;foaf:Person&quot;&gt;Dan Brickley again:-)&lt;/p&gt;<br/>  &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img src=&quot;http://example.org/example.png&quot; typeof=&quot;foaf:Image&quot; alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;div&gt;<br/>        &lt;img  src=&quot;http://example.org/example.png&quot;  <br/>        rel=&quot;license&quot;<br/>               href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>        alt=&quot;example image&quot; /&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[_:human]&quot;&gt;<br/>         A human is<br/>         &lt;span property=&quot;:definition&quot;&gt;a bi-pedal primate&lt;/span&gt;.<br/>         They are quite possibly one of the most<br/>         &lt;span property=&quot;:note&quot;&gt;confused animal&lt;/span&gt;s residing in the <br/>     &lt;span property=&quot;:foo&quot;&gt;Milky Way&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>    &lt;div about=&quot;&quot;&gt;<br/>      Author: &lt;span property=&quot;dc:creator&quot;&gt;Albert Einstein&lt;/span&gt;<br/>      &lt;h2 property=&quot;dc:title&quot; datatype=&quot;ex:XMLLiteral&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://www.cwi.nl/~steven/&quot; property=&quot;example:likes&quot;&gt;<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&lt;/p&gt;<br/>    &lt;p&gt;<br/>      The word &quot;interfenestration&quot; has <br/>      &lt;span about=&quot;#interfenestration&quot; rel=&quot;example:size&quot;&gt;<br/>            &lt;span property=&quot;rdf:value&quot;&gt;17&lt;/span&gt;<br/>            &lt;span property=&quot;example:unit&quot;&gt;character&lt;/span&gt;s.<br/>      &lt;/span&gt;<br/>  &lt;/p&gt;<br/>      &lt;div about=&quot;&quot; rel=&quot;dc:creator&quot;&gt;<br/>         &lt;a rel=&quot;&quot; href=&quot;manu.html&quot;&gt;Manu&lt;/a&gt; created this page.<br/>      &lt;/div&gt;<br/>      &lt;div rel=&quot;next&quot;&gt;&lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; xml:lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>       &lt;!-- This a NOT a valid XHTML document (due to @xml:base) --&gt;<br/>      &lt;div xml:base=&quot;http://example.org/invalid/&quot;&gt;<br/>         &lt;p about=&quot;&quot;&gt;This is &lt;span property=&quot;dc:title&quot;&gt;Test 0109&lt;/span&gt;.&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>    &lt;/div&gt;<br/>    &lt;div rel=&quot;xhv:next&quot;&gt;<br/>      &lt;div rel=&quot;xhv:next&quot;&gt;<br/>        &lt;div rel=&quot;xhv:next&quot; /&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;<br/>      &lt;span about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>            datatype=&quot;&quot;&gt;not an XML Literal,<br/>whitespace     preserved<br/>&lt;/span&gt;<br/>    &lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>    &lt;span about=&quot;#b&quot; property=&quot;dc:title&quot; /&gt;<br/>    &lt;div&gt;<br/>      &lt;a rel=&quot;xhv:index&quot; href=&quot;../../.././#&quot;&gt;Test Suite&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:next&quot; href=&quot;0115.xhtml&quot;&gt;Test Case 0115&lt;/a&gt;<br/>      &lt;a rel=&quot;xhv:up&quot; href=&quot;./&quot;&gt;Test Case 0114&lt;/a&gt;<br/>      &lt;a rel=&quot;cc:attributionURL&quot; href=&quot;../../../../&quot;&gt;RDFa Website&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase1&quot; href=&quot;.&quot;&gt;Corner Case #1&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase2&quot; href=&quot;http://example.org/foo/..&quot;&gt;Corner Case #2&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase3&quot; href=&quot;...&quot;&gt;Corner Case #3&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase4&quot; href=&quot;?foo=bar../baz&quot;&gt;Corner Case #4&lt;/a&gt;<br/>      &lt;a rel=&quot;rdfatest:cornerCase5&quot; href=&quot;../..../../../.../.htaccess&quot;&gt;Corner Case #5&lt;/a&gt;<br/>    &lt;/div&gt;<br/>      &lt;p&gt;Description: XML entities in the RDFa content&lt;/p&gt;<br/>      &lt;p&gt;<br/>        &lt;span property=&quot;ex:entity1&quot;&gt;&amp;gt;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity2&quot;&gt;Ben &amp;amp; Co.&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity3&quot;&gt;&amp;#x40;&lt;/span&gt;<br/>        &lt;span property=&quot;ex:entity4&quot;&gt;&amp;#64;&lt;/span&gt;<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>    &lt;span property=&quot;dc:contributor&quot;&gt;Mark Birbeck&lt;/span&gt;<br/>         added this triple test.<br/>      &lt;/p&gt;<br/>      &lt;p&gt;<br/>         Check to see if parsers get confused when &quot;&quot; is<br/>         interpreted as NULL in some chaining cases.<br/>         &lt;a href=&quot;http://example.org/ben.html&quot;&gt;&lt;span<br/>            about=&quot;&quot; property=&quot;dc:creator&quot;&gt;Ben&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/p&gt;<br/>      &lt;div&gt;<br/>         &lt;p about=&quot;[example:]&quot;&gt;<br/>            The<br/>            &lt;span property=&quot;dc:title&quot;&gt;Example Website&lt;/span&gt;<br/>            is used in many W3C tutorials.<br/>         &lt;/p&gt;<br/>      &lt;/div&gt;<br/>      &lt;p about=&quot;[:]&quot;&gt;<br/>           The<br/>           &lt;span property=&quot;dc:title&quot;&gt;The XHTML Vocabulary Document&lt;/span&gt;<br/>           is the default prefix for XHTML+RDFa 1.0.<br/>        &lt;/p&gt;<br/>    &lt;div&gt;<br/>  &lt;p about=&quot;http://example.org/&quot;&gt;<br/>    &lt;span about=&quot;[]&quot; property=&quot;dc:title&quot;&gt;Test Case 0121&lt;/span&gt;<br/>    checks to make sure RDFa processors resolve the empty CURIE correctly.<br/>    &lt;p resource=&quot;[]&quot;&gt;<br/>      &lt;span property=&quot;dc:contributor&quot;&gt;Shane McCarron&lt;/span&gt;<br/>      contributed to this test.<br/>    &lt;/p&gt;<br/>  &lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;p about=&quot;http://example.org/section1.html&quot;&gt;<br/>         This section is contained below &lt;span rel=&quot;up&quot; resource=&quot;[]&quot;&gt;the main site&lt;/span&gt;.<br/>      &lt;/p&gt;<br/>      &lt;div about=&quot;http://www.example.org/#article&quot; typeof=&quot;foaf:Document sioc:Post&quot;&gt;<br/>        &lt;h1 property=&quot;dct:title&quot;&gt;My article&lt;/h1&gt;<br/>      &lt;/div&gt;<br/>&lt;p&gt;Blank Nodes are not allowed to be predicate identifiers in RDF:&lt;/p&gt;<br/>&lt;p property=&quot;_:invalid&quot;&gt;Test&lt;/p&gt;<br/>&lt;p xmlns:xmlzzz=&quot;http://example.org/&quot; property=&quot;xmlzzz:test&quot;&gt;Test&lt;/p&gt;<br/>   &lt;p&gt;<br/>      This test ensures that single-character prefixes are allowed. <br/>      My name is:<br/>      &lt;span about=&quot;http://example.org/jd&quot; property=&quot;v:fn&quot;&gt;John Doe&lt;/span&gt; <br/>   &lt;/p&gt;<br/>    &lt;p about=&quot;_:gregg&quot;&gt;My name is<br/>      &lt;em property=&quot;http://xmlns.com/foaf/0.1/name&quot;&gt;Gregg Kellogg&lt;/em&gt;.<br/>    &lt;/p&gt;<br/>    &lt;div about=&quot;_:manu&quot;&gt;<br/>      Manu can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:manu.sporny@digitalbazaar.com&quot;&gt;email&lt;/a&gt;.<br/>      &lt;span rel=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;He knows Gregg.&lt;/span&gt;<br/>      &lt;span rev=&quot;http://xmlns.com/foaf/0.1/knows&quot; resource=&quot;_:gregg&quot;&gt;Who knows Manu.&lt;/span&gt;<br/>    &lt;/div&gt;<br/><br/>    &lt;div about=&quot;_:gregg&quot;&gt;<br/>      Gregg can be reached via<br/>      &lt;a rel=&quot;http://xmlns.com/foaf/0.1/mbox&quot; href=&quot;mailto:gregg@kellogg-assoc.com&quot;&gt;email&lt;/a&gt;.<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;#this&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/&quot; typeof=&quot;dc:Agent&quot;&gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; prefix=&quot;: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;:license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>      &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;div prefix=&quot;foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/&quot; &gt;<br/>    &lt;div about =&quot;#this&quot; typeof=&quot;dc:Agent&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;A particular agent&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://example.org/wrong/foaf/uri/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot; vocab=&quot;http://www.example.org/vocab#&quot;&gt;<br/>      &lt;p rel=&quot;license&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;div about =&quot;http://www.example.org/software&quot;&gt;<br/>      &lt;p rel=&quot;liCeNse&quot; resource=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is an XMLLiteral&lt;/p&gt;<br/>    &lt;p property=&quot;ex:plainlit&quot;&gt;This is a &lt;em&gt;plain&lt;/em&gt; literal&lt;/p&gt;<br/>&lt;/div&gt;<br/>  &lt;p about=&quot;&quot; typeof=&quot;class/Person&quot; property=&quot;pred/name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;p property=&quot;dc:language&quot; datatype=&quot;pred/lang&quot;&gt;Ruby&lt;/p&gt;<br/>  &lt;p rel=&quot;pred/rel&quot; resource=&quot;http://kellogg-assoc.com/&quot;&gt;Kellogg Associates&lt;/p&gt;<br/>  &lt;p rev=&quot;pred/rev&quot; resource=&quot;http://github.org/gkellogg/rdf_context&quot;&gt;Ruby Gem&lt;/p&gt;<br/>      &lt;div id=&quot;mark&quot; about=&quot;#mark&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>        &lt;h2 property=&quot;foaf:name&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;&lt;span <br/>property=&quot;foaf:firstName&quot;&gt;Mark&lt;/span&gt; &lt;span <br/>property=&quot;foaf:surname&quot;&gt;Birbeck&lt;/span&gt;&lt;/h2&gt;<br/>      &lt;/div&gt;<br/>  &lt;p about =&quot;xsd:maxExclusive&quot; rel=&quot;rdf:type&quot; resource=&quot;owl:DatatypeProperty&quot;&gt;<br/>      An OWL Axiom: &quot;xsd:maxExclusive&quot; is a Datatype Property in OWL.<br/>  &lt;/p&gt;<br/>   &lt;p about=&quot;#event1&quot; typeof=&quot;cal:Vevent&quot;&gt;<br/>       &lt;b property=&quot;cal:summary&quot;&gt;Weekend off in Iona&lt;/b&gt;: <br/>       &lt;span property=&quot;cal:dtstart&quot; content=&quot;2006-10-21&quot; datatype=&quot;xsd:date&quot;&gt;Oct 21st&lt;/span&gt;<br/>       to &lt;span property=&quot;cal:dtend&quot; content=&quot;2006-10-23&quot;  datatype=&quot;xsd:date&quot;&gt;Oct 23rd&lt;/span&gt;.<br/>       See &lt;a rel=&quot;cal:url&quot; href=&quot;http://freetime.example.org/&quot;&gt;FreeTime.Example.org&lt;/a&gt; for<br/>       info on &lt;span property=&quot;cal:location&quot;&gt;Iona, UK&lt;/span&gt;.<br/>   &lt;/p&gt;<br/>    &lt;!-- @prefix should be ignored in the RDFa 1.0 case --&gt;<br/>    &lt;div about =&quot;#me&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>        &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>    &lt;/div&gt;<br/>    &lt;!-- prefix has a higher priority than xmlns, but should be ignored because version is explicitly set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; xmlns:foaf=&quot;http://www.example.com/wrong/foaf/uri/&quot; prefix=&quot;foaf: http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- The version statement should be ignored with version set to 1.0 --&gt;<br/>  &lt;div about =&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.0, if a literal contains XML elements, and no explicit datatype is set, the result is XMLLiteral --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>    &lt;!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --&gt;<br/>    &lt;div about=&quot;http://www.example.org/&quot;&gt;<br/>      &lt;h2 property=&quot;dc:title&quot;&gt;E = mc&lt;sup&gt;2&lt;/sup&gt;: The Most Urgent Problem of Our Time&lt;/h2&gt;<br/>  &lt;/div&gt;<br/>   &lt;p&gt;This document has a title.&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>      &lt;!-- 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 --&gt;<br/>    &lt;p about=&quot;http://www.ivan-herman.net/foaf#me&quot; property=&quot;foaf:name&quot;&gt;Iván&lt;/p&gt;<br/>  &lt;div about=&quot;#me&quot; vocab=&quot;http://xmlns.com/foaf/0.1/&quot; &gt;<br/>    &lt;p property=&quot;name&quot;&gt;Gregg Kellogg&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about =&quot;&quot;&gt;<br/>    &lt;p rel=&quot;rdf:value&quot; inlist=&quot;&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;a rel=&quot;rdf:value&quot; inlist=&quot;&quot; href=&quot;foo&quot;&gt;Foo&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;strong&gt;&lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;&lt;/strong&gt;<br/>    &lt;p property=&quot;rdf:value&quot;&gt;Baz&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;ol rel=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;<br/>      &lt;li&gt;&lt;a href=&quot;foo&quot;&gt;Foo&lt;/a&gt;&lt;/li&gt;<br/>      &lt;li&gt;&lt;a href=&quot;bar&quot;&gt;Bar&lt;/a&gt;&lt;/li&gt;<br/>    &lt;/ol&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;foo&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot; resource=&quot;res&quot;&gt;<br/>      &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;&quot;&gt;<br/>    &lt;p property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Foo&lt;/p&gt;<br/>    &lt;span rel=&quot;rdf:inlist&quot;&gt;<br/>      &lt;p about=&quot;res&quot; property=&quot;rdf:value&quot; inlist=&quot;&quot;&gt;Bar&lt;/p&gt;<br/>    &lt;/span&gt;<br/>  &lt;/div&gt;<br/>    &lt;div&gt;<br/>     &lt;img src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot;<br/>           rev=&quot;xhv:alternate&quot;<br/>           resource=&quot;http://sw-app.org/img/mic_2006_03.jpg&quot;<br/>           alt=&quot;A photo depicting Michael&quot; /&gt;  <br/>    &lt;/div&gt;<br/>    &lt;div&gt;<br/>      &lt;img   rel=&quot;foaf:img&quot;<br/>           src=&quot;http://sw-app.org/img/mic_2007_01.jpg&quot; <br/>           alt=&quot;A photo depicting Michael&quot; /&gt;<br/>    &lt;/div&gt;<br/>  &lt;div&gt;<br/>    &lt;img<br/>      src=&quot;http://example.org/example.png&quot;  <br/>      rel=&quot;license&quot;<br/>      href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;<br/>      alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot; rev=&quot;license&quot;&gt;<br/>    &lt;img src=&quot;http://example.org/example.png&quot; alt=&quot;example image&quot; /&gt;<br/>  &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>    &lt;div rel=&quot;foaf:maker&quot; typeof=&quot;foaf:Person&quot; resource=&quot;http://www.example.org/#me&quot;&gt;<br/>      &lt;p property=&quot;foaf:name&quot;&gt;John Doe&lt;/p&gt;<br/>     &lt;/div&gt;<br/>      &lt;p&gt;<br/>         &lt;a rel=&quot;describedby&quot; href=&quot;http://example.org/describedby&quot;&gt;describedby&lt;/a&gt;<br/>         &lt;a rel=&quot;license&quot; href=&quot;http://example.org/license&quot;&gt;license&lt;/a&gt;<br/>         &lt;a rel=&quot;role&quot; href=&quot;http://example.org/role&quot;&gt;role&lt;/a&gt;<br/>      &lt;/p&gt;<br/>    &lt;p&gt;<br/>      The &lt;span property=&quot;dc:title&quot;&gt;rdfagraph&lt;/span&gt; should not generate triples when<br/>      looking only at the processor graph.<br/>    &lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;p about=&quot;http://example.org/node&quot; property=&quot;ex:property&quot;<br/>       datatype=&quot;&quot; lang=&quot;el&quot;&gt;ελληνικό<br/>άσπρο   διάστημα<br/>&lt;/p&gt;<br/>    &lt;p&gt;&lt;/p&gt;<br/>    &lt;span about=&quot;#a&quot; property=&quot;dc:title&quot;&gt;&lt;/span&gt;<br/>&lt;p&gt;Ensure that the &quot;_&quot; prefix is ignored.&lt;/p&gt;<br/>&lt;p xmlns:_=&quot;http://example.org/&quot;<br/>   prefix=&quot;_: http://example.org/&quot; <br/>   xmlns:earl=&quot;http://www.w3.org/ns/earl#&quot; <br/>   rel=&quot;earl:testcase&quot; resource=&quot;_:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;License&lt;/span&gt;<br/>    &lt;span property=&quot;role&quot;&gt;Role&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;alternate&quot;&gt;alternate&lt;/span&gt;<br/>    &lt;span property=&quot;appendix&quot;&gt;appendix&lt;/span&gt;<br/>    &lt;span property=&quot;cite&quot;&gt;cite&lt;/span&gt;<br/>    &lt;span property=&quot;bookmark&quot;&gt;bookmark&lt;/span&gt;<br/>    &lt;span property=&quot;contents&quot;&gt;contents&lt;/span&gt;<br/>    &lt;span property=&quot;chapter&quot;&gt;chapter&lt;/span&gt;<br/>    &lt;span property=&quot;copyright&quot;&gt;copyright&lt;/span&gt;<br/>    &lt;span property=&quot;first&quot;&gt;first&lt;/span&gt;<br/>    &lt;span property=&quot;glossary&quot;&gt;glossary&lt;/span&gt;<br/>    &lt;span property=&quot;help&quot;&gt;help&lt;/span&gt;<br/>    &lt;span property=&quot;icon&quot;&gt;icon&lt;/span&gt;<br/>    &lt;span property=&quot;index&quot;&gt;index&lt;/span&gt;<br/>    &lt;span property=&quot;last&quot;&gt;last&lt;/span&gt;<br/>    &lt;span property=&quot;license&quot;&gt;license&lt;/span&gt;<br/>    &lt;span property=&quot;meta&quot;&gt;meta&lt;/span&gt;<br/>    &lt;span property=&quot;next&quot;&gt;next&lt;/span&gt;<br/>    &lt;span property=&quot;prev&quot;&gt;prev&lt;/span&gt;<br/>    &lt;span property=&quot;previous&quot;&gt;previous&lt;/span&gt;<br/>    &lt;span property=&quot;section&quot;&gt;section&lt;/span&gt;<br/>    &lt;span property=&quot;start&quot;&gt;start&lt;/span&gt;<br/>    &lt;span property=&quot;stylesheet&quot;&gt;stylesheet&lt;/span&gt;<br/>    &lt;span property=&quot;subsection&quot;&gt;subsection&lt;/span&gt;<br/>    &lt;span property=&quot;top&quot;&gt;top&lt;/span&gt;<br/>    &lt;span property=&quot;up&quot;&gt;up&lt;/span&gt;<br/>    &lt;span property=&quot;p3pv1&quot;&gt;p3pv1&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.example.org&quot;&gt;<br/>    &lt;p property=&quot;ex:xmllit&quot; datatype=&quot;rdf:XMLLiteral&quot;&gt;This is<br/>an XMLLiteral&lt;/p&gt;<br/>&lt;/div&gt;<br/>   &lt;p&gt;This photo was taken by &lt;span class=&quot;author&quot; about=&quot;photo1.jpg&quot; property=&quot;    dc:creator<br/>&quot;&gt;Mark Birbeck&lt;/span&gt;.&lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;a href=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/a&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.w3.org/Person/Ivan#me&quot;&gt;<br/>     &lt;p resource=&quot;http://www.ivan-herman.net/foaf#me&quot; typeof=&quot;foaf:Person&quot; property=&quot;owl:sameAs&quot;&gt;Ivan Herman&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;div about=&quot;http://www.ivan-herman.net/foaf#me&quot;&gt;<br/>     &lt;img src=&quot;http://www.ivan-herman.net/Images/me2003-small.png&quot; typeof=&quot;foaf:Image&quot; property=&quot;foaf:depiction&quot; /&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;p&gt; &lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18Z&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;00:00:00Z&quot;&gt;midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt;2012-03-18T00:00:00Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18&quot; content=&quot;not this&quot;&gt;18 March 2012&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00Z&quot; datatype=&quot;xsd:date&quot;&gt;18 March 2012 at midnight&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;P2011Y06M28DT00H00M00S&quot;&gt;2011 years 6 months 28 days&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012&quot;&gt;Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03&quot;&gt;March, Two Thousand Twelve&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datatype=&quot;xsd:dateTime&quot;&gt; 2012-03-18Z&lt;/time&gt;<br/>  &lt;time property=&quot;rdf:value&quot; lang=&quot;en&quot; datetime=&quot;D-Day&quot;&gt;<br/>    Non matching lexical value with language.<br/>  &lt;/time&gt;<br/>  &lt;data property=&quot;rdf:value&quot; lang=&quot;lat&quot; value=&quot;veni, vidi, vici&quot; content=&quot;I came, I saw, I conquered&quot;&gt;<br/>    @value overrides @content in the 'data' element.<br/>  &lt;/data&gt;<br/>  &lt;time property=&quot;rdf:value&quot; datetime=&quot;2012-03-18T00:00:00-08:00&quot;&gt;18 March 2012 at midnight in San Francisco&lt;/time&gt;<br/>  &lt;object property=&quot;rdf:value&quot; data=&quot;http://example.com/&quot;&gt;&lt;/object&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @content are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@href becomes subject when @property and @datatype are present&lt;/h1&gt;<br/>  &lt;a href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; datatype=&quot;&quot;&gt;value&lt;/a&gt;<br/>  &lt;h1&gt;@href as subject overridden by @about&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value&quot;&gt;ignored&lt;/a&gt;<br/>  &lt;h1&gt;@about overriding @href as subject is used as parent resource&lt;/h1&gt;<br/>  &lt;a about=&quot;http://example.net/&quot; href=&quot;http://example.org/&quot; property=&quot;rdf:value&quot; content=&quot;value one&quot;&gt;<br/>    &lt;span property=&quot;rdf:value&quot;&gt;value two&lt;/span&gt;<br/>  &lt;/a&gt;<br/>  &lt;h1&gt;Testing the ':' character usage in a CURIE&lt;/h1&gt;<br/>  &lt;div prefix=&quot;ex: http://www.example.org/&quot;&gt;<br/>     &lt;p about=&quot;http://www.example.org&quot; property=&quot;ex:column:test&quot;&gt;Test&lt;/p&gt;<br/>  &lt;/div&gt;<br/>  &lt;p&gt;None of these triples should be generated in RDFa 1.0.&lt;/p&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Prefixes<br/>    &lt;span property=&quot;grddl:&quot;&gt;GRDDL&lt;/span&gt;<br/>    &lt;span property=&quot;ma:&quot;&gt;MA&lt;/span&gt;<br/>    &lt;span property=&quot;owl:&quot;&gt;OWL&lt;/span&gt;<br/>    &lt;span property=&quot;rdf:&quot;&gt;RDF&lt;/span&gt;<br/>    &lt;span property=&quot;rdfa:&quot;&gt;RDFa&lt;/span&gt;<br/>    &lt;span property=&quot;rdfs:&quot;&gt;RDFS&lt;/span&gt;<br/>    &lt;span property=&quot;rif:&quot;&gt;RIF&lt;/span&gt;<br/>    &lt;span property=&quot;skos:&quot;&gt;SKOS&lt;/span&gt;<br/>    &lt;span property=&quot;skosxl:&quot;&gt;SKOS-XL&lt;/span&gt;<br/>    &lt;span property=&quot;wdr:&quot;&gt;WDR&lt;/span&gt;<br/>    &lt;span property=&quot;void:&quot;&gt;VOID&lt;/span&gt;<br/>    &lt;span property=&quot;wdrs:&quot;&gt;WDRS&lt;/span&gt;<br/>    &lt;span property=&quot;xhv:&quot;&gt;XHV&lt;/span&gt;<br/>    &lt;span property=&quot;xml:&quot;&gt;XML&lt;/span&gt;<br/>    &lt;span property=&quot;xsd:&quot;&gt;XSD&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Widely Used prefixes<br/>    &lt;span property=&quot;cc:&quot;&gt;CC&lt;/span&gt;<br/>    &lt;span property=&quot;ctag:&quot;&gt;CTAG&lt;/span&gt;<br/>    &lt;span property=&quot;dc:&quot;&gt;DC&lt;/span&gt;<br/>    &lt;span property=&quot;dcterms:&quot;&gt;DCTERMS&lt;/span&gt;<br/>    &lt;span property=&quot;foaf:&quot;&gt;FOAF&lt;/span&gt;<br/>    &lt;span property=&quot;gr:&quot;&gt;GR&lt;/span&gt;<br/>    &lt;span property=&quot;ical:&quot;&gt;ICAL&lt;/span&gt;<br/>    &lt;span property=&quot;og:&quot;&gt;OG&lt;/span&gt;<br/>    &lt;span property=&quot;rev:&quot;&gt;REV&lt;/span&gt;<br/>    &lt;span property=&quot;sioc:&quot;&gt;SIOC&lt;/span&gt;<br/>    &lt;span property=&quot;v:&quot;&gt;V&lt;/span&gt;<br/>    &lt;span property=&quot;vcard:&quot;&gt;VCARD&lt;/span&gt;<br/>    &lt;span property=&quot;schema:&quot;&gt;Schema&lt;/span&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>    Vocabulary Terms<br/>    &lt;span property=&quot;describedby&quot;&gt;DescribedBy&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0296&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;&lt;/a&gt;<br/>    Knows<br/>    &lt;ul&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/niklas/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/niklas/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Niklas&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/stéphane/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/stéphane/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/ivan/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/ivan/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Ivan&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/manu/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/manu/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Manu&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot;;<br/>    foaf:knows<br/>      &lt;http://example.com/niklas/#me&gt;,<br/>      &lt;http://example.com/stéphane/#me&gt;,<br/>      &lt;http://example.com/ivan/#me&gt;,<br/>      &lt;http://example.com/manu/#me&gt; .<br/>  &lt;http://example.com/niklas/#me&gt; a foaf:Person; foaf:name &quot;Niklas&quot; .<br/>  &lt;http://example.com/stéphane/#me&gt; a foaf:Person; foaf:name &quot;Stéphane&quot; .<br/>  &lt;http://example.com/ivan/#me&gt; a foaf:Person; foaf:name &quot;Ivan&quot; .      <br/>  &lt;http://example.com/manu/#me&gt; a foaf:Person; foaf:name &quot;Manu&quot; .      <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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0296&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;&lt;/a&gt;<br/>    Knows<br/>    &lt;ul&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/niklas/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/niklas/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Niklas&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/stéphane/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/stéphane/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/ivan/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/ivan/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Ivan&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/manu/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/manu/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Manu&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot;;<br/>    foaf:knows<br/>      &lt;http://example.com/niklas/#me&gt;,<br/>      &lt;http://example.com/stéphane/#me&gt;,<br/>      &lt;http://example.com/ivan/#me&gt;,<br/>      &lt;http://example.com/manu/#me&gt; .<br/>  &lt;http://example.com/niklas/#me&gt; a foaf:Person; foaf:name &quot;Niklas&quot; .<br/>  &lt;http://example.com/stéphane/#me&gt; a foaf:Person; foaf:name &quot;Stéphane&quot; .<br/>  &lt;http://example.com/ivan/#me&gt; a foaf:Person; foaf:name &quot;Ivan&quot; .      <br/>  &lt;http://example.com/manu/#me&gt; a foaf:Person; foaf:name &quot;Manu&quot; .      <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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0296&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;&lt;/a&gt;<br/>    Knows<br/>    &lt;ul&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/niklas/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/niklas/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Niklas&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/stéphane/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/stéphane/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/ivan/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/ivan/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Ivan&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>      &lt;li property=&quot;knows&quot; resource=&quot;http://example.com/manu/#me&quot; typeof=&quot;Person&quot;&gt;<br/>        &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/manu/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Manu&lt;/span&gt;&lt;/a&gt;<br/>      &lt;/li&gt;<br/>    &lt;/ul&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot;;<br/>    foaf:knows<br/>      &lt;http://example.com/niklas/#me&gt;,<br/>      &lt;http://example.com/stéphane/#me&gt;,<br/>      &lt;http://example.com/ivan/#me&gt;,<br/>      &lt;http://example.com/manu/#me&gt; .<br/>  &lt;http://example.com/niklas/#me&gt; a foaf:Person; foaf:name &quot;Niklas&quot; .<br/>  &lt;http://example.com/stéphane/#me&gt; a foaf:Person; foaf:name &quot;Stéphane&quot; .<br/>  &lt;http://example.com/ivan/#me&gt; a foaf:Person; foaf:name &quot;Ivan&quot; .      <br/>  &lt;http://example.com/manu/#me&gt; a foaf:Person; foaf:name &quot;Manu&quot; .      <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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0297: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0297.html&gt; foaf:name &quot;Alex Milowski&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0297: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0297.html&gt; foaf:name &quot;Alex Milowski&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0297: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot; property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0297.xhtml&gt; foaf:name &quot;Alex Milowski&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0298: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>    &lt;span property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  [ a foaf:Person; foaf:name &quot;Alex Milowski&quot; ] .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0298: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>    &lt;span property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  [ a foaf:Person; foaf:name &quot;Alex Milowski&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0298: Testing @typeof and @about=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;[]&quot; typeof=&quot;foaf:Person&quot;&gt;<br/>    &lt;span property=&quot;foaf:name&quot;&gt;Alex Milowski&lt;/span&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  [ a foaf:Person; foaf:name &quot;Alex Milowski&quot; ] .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0299: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; rel=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0299: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; rel=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0299: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; rel=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0300: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; property=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0300: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; property=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0300: Testing @resource=[]&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body about=&quot;http://www.example.org/&quot;&gt;<br/>  &lt;a href=&quot;http://www.example.org/license.xhtml&quot; property=&quot;xhv:license&quot; resource=&quot;[]&quot;&gt;The Foo Document&lt;/a&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/xhtml/vocab#&gt;<br/>ASK WHERE {<br/>  &lt;http://www.example.org/&gt; xhv:license &lt;http://www.example.org/license.xhtml&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0301: Typed Property&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p vocab=&quot;http://www.milowski.com/V/&quot; property=&quot;bit&quot; typeof=&quot;thing&quot;&gt;<br/>    &lt;span property=&quot;name&quot;&gt;Fizzbit&lt;/span&gt;<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/0301.html&gt; &lt;http://www.milowski.com/V/bit&gt; [<br/>    a &lt;http://www.milowski.com/V/thing&gt;;<br/>       &lt;http://www.milowski.com/V/name&gt; &quot;Fizzbit&quot;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0301: Typed Property&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p vocab=&quot;http://www.milowski.com/V/&quot; property=&quot;bit&quot; typeof=&quot;thing&quot;&gt;<br/>    &lt;span property=&quot;name&quot;&gt;Fizzbit&lt;/span&gt;<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0301.html&gt; &lt;http://www.milowski.com/V/bit&gt; [<br/>    a &lt;http://www.milowski.com/V/thing&gt;;<br/>       &lt;http://www.milowski.com/V/name&gt; &quot;Fizzbit&quot;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0301: Typed Property&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p vocab=&quot;http://www.milowski.com/V/&quot; property=&quot;bit&quot; typeof=&quot;thing&quot;&gt;<br/>    &lt;span property=&quot;name&quot;&gt;Fizzbit&lt;/span&gt;<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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/>  &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/0301.xhtml&gt; &lt;http://www.milowski.com/V/bit&gt; [<br/>    a &lt;http://www.milowski.com/V/thing&gt;;<br/>       &lt;http://www.milowski.com/V/name&gt; &quot;Fizzbit&quot;<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0302: various types of tokens in @typeof&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://openspring.net/scor#me&quot; typeof=&quot;Person foaf:Person http://purl.org/dc/terms/Agent&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://openspring.net/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane Corlosquet&lt;/span&gt;&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX dc: &lt;http://purl.org/dc/terms/&gt;<br/>ASK WHERE {<br/>  &lt;http://openspring.net/scor#me&gt; a schema:Person, foaf:Person, dc:Agent;<br/>    schema:name &quot;Stéphane Corlosquet&quot;;<br/>    schema:homepage &lt;http://openspring.net/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0302: various types of tokens in @typeof&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://openspring.net/scor#me&quot; typeof=&quot;Person foaf:Person http://purl.org/dc/terms/Agent&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://openspring.net/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane Corlosquet&lt;/span&gt;&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX dc: &lt;http://purl.org/dc/terms/&gt;<br/>ASK WHERE {<br/>  &lt;http://openspring.net/scor#me&gt; a schema:Person, foaf:Person, dc:Agent;<br/>    schema:name &quot;Stéphane Corlosquet&quot;;<br/>    schema:homepage &lt;http://openspring.net/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0302: various types of tokens in @typeof&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://openspring.net/scor#me&quot; typeof=&quot;Person foaf:Person http://purl.org/dc/terms/Agent&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://openspring.net/&quot;&gt;&lt;span property=&quot;name&quot;&gt;Stéphane Corlosquet&lt;/span&gt;&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>PREFIX dc: &lt;http://purl.org/dc/terms/&gt;<br/>ASK WHERE {<br/>  &lt;http://openspring.net/scor#me&gt; a schema:Person, foaf:Person, dc:Agent;<br/>    schema:name &quot;Stéphane Corlosquet&quot;;<br/>    schema:homepage &lt;http://openspring.net/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0303: @rel/@rev terms removed if @property exists&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://example.org/base&quot;&gt;<br/>    &lt;a property=&quot;uri&quot; rel=&quot;license&quot; href=&quot;http://example.orb/val1&quot;&gt;Not This&lt;/a&gt;<br/>    &lt;a property=&quot;name&quot; rel=&quot;homepage foaf:homepage&quot; href=&quot;http://greggkellogg.net/&quot;&gt;Gregg Kellogg&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.org/base&gt; schema:name &quot;Gregg Kellogg&quot;;<br/>     schema:uri &lt;http://example.orb/val1&gt;;<br/>     foaf:homepage &lt;http://greggkellogg.net/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0303: @rel/@rev terms removed if @property exists&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://example.org/base&quot;&gt;<br/>    &lt;a property=&quot;uri&quot; rel=&quot;license&quot; href=&quot;http://example.orb/val1&quot;&gt;Not This&lt;/a&gt;<br/>    &lt;a property=&quot;name&quot; rel=&quot;homepage foaf:homepage&quot; href=&quot;http://greggkellogg.net/&quot;&gt;Gregg Kellogg&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.org/base&gt; schema:name &quot;Gregg Kellogg&quot;;<br/>     schema:uri &lt;http://example.orb/val1&gt;;<br/>     foaf:homepage &lt;http://greggkellogg.net/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0303: @rel/@rev terms removed if @property exists&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://schema.org/&quot; resource=&quot;http://example.org/base&quot;&gt;<br/>    &lt;a property=&quot;uri&quot; rel=&quot;license&quot; href=&quot;http://example.orb/val1&quot;&gt;Not This&lt;/a&gt;<br/>    &lt;a property=&quot;name&quot; rel=&quot;homepage foaf:homepage&quot; href=&quot;http://greggkellogg.net/&quot;&gt;Gregg Kellogg&lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.org/base&gt; schema:name &quot;Gregg Kellogg&quot;;<br/>     schema:uri &lt;http://example.orb/val1&gt;;<br/>     foaf:homepage &lt;http://greggkellogg.net/&gt; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0311&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;&quot;&gt;Stéphane Corlosquet&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0311&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;&quot;&gt;Stéphane Corlosquet&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0311&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>    &lt;div&gt;<br/>      &lt;span class=&quot;attribution-line&quot;&gt;this photo was taken by<br/>        &lt;span property=&quot;&quot;&gt;Stéphane Corlosquet&lt;/span&gt;<br/>      &lt;/span&gt;<br/>    &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0312&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p vocab=&quot;http://schema.org/&quot; typeof=&quot;Person&quot;&gt;<br/>    The homepage of &lt;a href=&quot;http://example.org/&quot; property=&quot;homepage&quot; rel=&quot;nofollow&quot;&gt;Some Body&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://schema.org/homepage&gt; &lt;http://example.org/&gt; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0312&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p vocab=&quot;http://schema.org/&quot; typeof=&quot;Person&quot;&gt;<br/>    The homepage of &lt;a href=&quot;http://example.org/&quot; property=&quot;homepage&quot; rel=&quot;nofollow&quot;&gt;Some Body&lt;/a&gt;.<br/>  &lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://schema.org/homepage&gt; &lt;http://example.org/&gt; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0313&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;rdfa: http://www.example.org/&quot; resource=&quot;http://www.example.com&quot;&gt;<br/>  &lt;p property=&quot;rdfa:erronouslyRedefinedProperty&quot;&gt;Foo&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0315&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://example.org/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;span typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot;&gt;Director&lt;/span&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://example.org/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0315&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://example.org/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;span typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot;&gt;Director&lt;/span&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://example.org/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0316&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://example.org/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;a typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot; href=&quot;http://example.org/profiles/director.html&quot;&gt;Director&lt;/a&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://example.org/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/><br/>ASK WHERE {<br/>  ?s po:role [ rdfs:label &lt;http://example.org/profiles/director.html&gt;] .<br/><br/>  &lt;http://example.org/profiles/director.html&gt; 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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0316&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://example.org/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;a typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot; href=&quot;http://example.org/profiles/director.html&quot;&gt;Director&lt;/a&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://example.org/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/><br/>ASK WHERE {<br/>  ?s po:role [ rdfs:label &lt;http://example.org/profiles/director.html&gt;] .<br/><br/>  &lt;http://example.org/profiles/director.html&gt; 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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0316&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://purl.org/ontology/po/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;a typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot; datatype=&quot;&quot; href=&quot;http://example.org/profiles/director.html&quot;&gt;Director&lt;/a&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/ontology/po/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/><br/>ASK WHERE {<br/>  ?s po:role &lt;http://example.org/profiles/director.html&gt; .<br/><br/>  &lt;http://example.org/profiles/director.html&gt; a po:Role;<br/>     rdfs:label &quot;Director&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0316&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body prefix=&quot;po: http://purl.org/ontology/po/&quot;&gt;<br/>  &lt;dl&gt;<br/>    &lt;dt rel=&quot;po:role&quot; class=&quot;role&quot;&gt;<br/>      &lt;a typeof=&quot;po:Role&quot; property=&quot;rdfs:label&quot; datatype=&quot;&quot; href=&quot;http://example.org/profiles/director.html&quot;&gt;Director&lt;/a&gt;<br/>    &lt;/dt&gt;<br/>  &lt;/dl&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/ontology/po/&gt;<br/>PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;<br/><br/>ASK WHERE {<br/>  ?s po:role &lt;http://example.org/profiles/director.html&gt; .<br/><br/>  &lt;http://example.org/profiles/director.html&gt; a po:Role;<br/>     rdfs:label &quot;Director&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>  &lt;head&gt;&lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;meta vocab=&quot;&quot; property=&quot;prop&quot; content=&quot;value&quot;/&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;value&quot;.<br/><br/>ASK WHERE {<br/>  ?s &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  OPTIONAL {?s ?p &quot;value&quot; } .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>  &lt;head&gt;&lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;meta vocab=&quot;&quot; property=&quot;prop&quot; content=&quot;value&quot;/&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;value&quot;.<br/><br/>ASK WHERE {<br/>  ?s &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  OPTIONAL {?s ?p &quot;value&quot; } .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>  &lt;head&gt;&lt;/head&gt;<br/>  &lt;body&gt;<br/>    &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>      &lt;div about =&quot;#me&quot;&gt;<br/>        &lt;p property=&quot;name&quot;&gt;Ivan Herman&lt;/p&gt;<br/>        &lt;meta vocab=&quot;&quot; property=&quot;prop&quot; content=&quot;value&quot;/&gt;<br/>      &lt;/div&gt;<br/>    &lt;/div&gt;<br/>  &lt;/body&gt;<br/>&lt;/html&gt;</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 &quot;value&quot;.<br/><br/>ASK WHERE {<br/>  ?s &lt;http://xmlns.com/foaf/0.1/name&gt; &quot;Ivan Herman&quot; .<br/>  OPTIONAL {?s ?p &quot;value&quot; } .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;&gt;&lt;/base&gt;<br/>&lt;/head&gt;<br/>&lt;body xml:base=&quot;http://example.com/&quot; prefix=&quot;pr: relative/iri#&quot; xmlns:xpr=&quot;relative/uri#&quot;&gt;<br/>  &lt;p property=&quot;pr:prop xpr:prop&quot;&gt;value&lt;/p&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/relative/iri#prop&gt; ?o; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html4/relative/uri#prop&gt; ?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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;&gt;&lt;/base&gt;<br/>&lt;/head&gt;<br/>&lt;body xml:base=&quot;http://example.com/&quot; prefix=&quot;pr: relative/iri#&quot; xmlns:xpr=&quot;relative/uri#&quot;&gt;<br/>  &lt;p property=&quot;pr:prop xpr:prop&quot;&gt;value&lt;/p&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/relative/iri#prop&gt; ?o; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/relative/uri#prop&gt; ?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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;&gt;&lt;/base&gt;<br/>&lt;/head&gt;<br/>&lt;body xml:base=&quot;http://example.com/&quot; prefix=&quot;pr: relative/iri#&quot; xmlns:xpr=&quot;relative/uri#&quot;&gt;<br/>  &lt;p property=&quot;pr:prop xpr:prop&quot;&gt;value&lt;/p&gt;<br/>&lt;/body&gt;&lt;/html&gt;</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 &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/relative/iri#prop&gt; ?o; &lt;http://rdfa.info/test-suite/test-cases/rdfa1.1/xhtml5/relative/uri#prop&gt; ?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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0320&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot; src=&quot;http://example.net/gregg&quot;&gt;<br/>      &lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;<br/>    &lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0320&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot; src=&quot;http://example.net/gregg&quot;&gt;<br/>      &lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;<br/>    &lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0320&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div vocab=&quot;http://xmlns.com/foaf/0.1/&quot; resource=&quot;http://example.com/gregg/#me&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;a property=&quot;homepage&quot; href=&quot;http://example.com/gregg/&quot; src=&quot;http://example.net/gregg&quot;&gt;<br/>      &lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;<br/>    &lt;/a&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  &lt;http://example.com/gregg/#me&gt; a foaf:Person; foaf:name &quot;Gregg&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div typeof=&quot;Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot; ]<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div typeof=&quot;Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot; ]<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div typeof=&quot;Person&quot;&gt;<br/>    &lt;p&gt;My name is &lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;&lt;/p&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:surname&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:surname&quot; typeof=&quot;rdfa:Pattern&quot;&gt;My name is &lt;span property=&quot;name&quot;&gt;Kellogg&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Gregg&quot;, &quot;Kellogg&quot; ]<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div typeof=&quot;Person&quot;&gt;<br/>    &lt;p&gt;My name is &lt;span property=&quot;name&quot;&gt;Gregg&lt;/span&gt;&lt;/p&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:surname&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:surname&quot; typeof=&quot;rdfa:Pattern&quot;&gt;My name is &lt;span property=&quot;name&quot;&gt;Kellogg&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Gregg&quot;, &quot;Kellogg&quot; ]<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name foaf:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot;; foaf:name &quot;Amanda&quot; ] .<br/>  [ a foaf:Person; schema:name &quot;Amanda&quot;; foaf:name &quot;Amanda&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;div typeof=&quot;foaf:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name foaf:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot;; foaf:name &quot;Amanda&quot; ] .<br/>  [ a foaf:Person; schema:name &quot;Amanda&quot;; foaf:name &quot;Amanda&quot; ] .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:b&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>  &lt;p resource=&quot;_:b&quot; typeof=&quot;rdfa:Pattern&quot;&gt;&lt;span property=&quot;schema:band&quot;&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot;; schema:band &quot;Jazz Band&quot; ]<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:b&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>  &lt;p resource=&quot;_:b&quot; typeof=&quot;rdfa:Pattern&quot;&gt;&lt;span property=&quot;schema:band&quot;&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  [ a schema:Person; schema:name &quot;Amanda&quot;; schema:band &quot;Jazz Band&quot; ]<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div resource=&quot;#foo&quot; typeof=&quot;&quot;&gt;&lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;&lt;/div&gt;<br/>  &lt;div resource=&quot;#bar&quot; typeof=&quot;&quot;&gt;&lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;&lt;/div&gt;<br/>  &lt;div resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>    &lt;div property=&quot;schema:refers-to&quot; typeof=&quot;&quot;&gt;<br/>      &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://example.org/&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  #foo schema:refers-to _:p .<br/>  #bar schema:refers-to _:p .<br/>  _:p schema:name &quot;Amanda&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.org/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div resource=&quot;#foo&quot; typeof=&quot;&quot;&gt;&lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;&lt;/div&gt;<br/>  &lt;div resource=&quot;#bar&quot; typeof=&quot;&quot;&gt;&lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;&lt;/div&gt;<br/>  &lt;div resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>    &lt;div property=&quot;schema:refers-to&quot; typeof=&quot;&quot;&gt;<br/>      &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://example.org/&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  #foo schema:refers-to _:p .<br/>  #bar schema:refers-to _:p .<br/>  _:p schema:name &quot;Amanda&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div resource=&quot;#referencing&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;#referenced&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;#referenced&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Bella&lt;/span&gt;&lt;/p&gt;<br/>  &lt;p resource=&quot;#unreferenced&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Lola&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://example.com/&gt;<br/>PREFIX rdfa: &lt;http://www.w3.org/ns/rdfa#&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  &lt;#referencing&gt; a schema:Person; schema:name &quot;Bella&quot; .<br/>  &lt;#unreferenced&gt; a rdfa:Pattern; schema:name &quot;Lola&quot; .<br/>  OPTIONAL {<br/>    ?p a rdfa:Pattern; schema:name &quot;Bella&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body vocab=&quot;http://schema.org/&quot;&gt;<br/>  &lt;div resource=&quot;#referencing&quot; typeof=&quot;Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;#referenced&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;#referenced&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Bella&lt;/span&gt;&lt;/p&gt;<br/>  &lt;p resource=&quot;#unreferenced&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;name&quot;&gt;Lola&lt;/span&gt;&lt;/p&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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 &lt;http://example.com/&gt;<br/>PREFIX rdfa: &lt;http://www.w3.org/ns/rdfa#&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  &lt;#referencing&gt; a schema:Person; schema:name &quot;Bella&quot; .<br/>  &lt;#unreferenced&gt; a rdfa:Pattern; schema:name &quot;Lola&quot; .<br/>  OPTIONAL {<br/>    ?p a rdfa:Pattern; schema:name &quot;Bella&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:b&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>  &lt;div resource=&quot;_:b&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>    &lt;div property=&quot;schema:band&quot; typeof=&quot; schema:MusicGroup&quot;&gt;<br/>      &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:c&quot;/&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div resource=&quot;_:c&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>   &lt;p&gt;Band: &lt;span property=&quot;schema:name&quot;&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;<br/>   &lt;p&gt;Size: &lt;span property=&quot;schema:size&quot;&gt;12&lt;/span&gt; players&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  ?r a schema:Person; schema:name &quot;Amanda&quot; ; schema:band ?b .<br/>  ?b a schema:MusicGroup; schema:name &quot;Jazz Band&quot;; schema:size &quot;12&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;base href=&quot;http://example.com/&quot;/&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div typeof=&quot;schema:Person&quot;&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:a&quot;/&gt;<br/>    &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:b&quot;/&gt;<br/>  &lt;/div&gt;<br/>  &lt;p resource=&quot;_:a&quot; typeof=&quot;rdfa:Pattern&quot;&gt;Name: &lt;span property=&quot;schema:name&quot;&gt;Amanda&lt;/span&gt;&lt;/p&gt;<br/>  &lt;div resource=&quot;_:b&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>    &lt;div property=&quot;schema:band&quot; typeof=&quot; schema:MusicGroup&quot;&gt;<br/>      &lt;link property=&quot;rdfa:copy&quot; resource=&quot;_:c&quot;/&gt;<br/>    &lt;/div&gt;<br/>  &lt;/div&gt;<br/>  &lt;div resource=&quot;_:c&quot; typeof=&quot;rdfa:Pattern&quot;&gt;<br/>   &lt;p&gt;Band: &lt;span property=&quot;schema:name&quot;&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;<br/>   &lt;p&gt;Size: &lt;span property=&quot;schema:size&quot;&gt;12&lt;/span&gt; players&lt;/p&gt;<br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://www.w3.org/ns/rdfa#&gt;<br/>PREFIX schema: &lt;http://schema.org/&gt;<br/>ASK WHERE {<br/>  ?r a schema:Person; schema:name &quot;Amanda&quot; ; schema:band ?b .<br/>  ?b a schema:MusicGroup; schema:name &quot;Jazz Band&quot;; schema:size &quot;12&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0328&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt;The value of @content has a higher priority than the content of the element&lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; content=&quot;this should be the value&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;this should be the value&quot; ] .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br/>&lt;head&gt;<br/>  &lt;title&gt;Test 0328&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;p&gt;The value of @content has a higher priority than the content of the element&lt;/p&gt;<br/>  &lt;time property=&quot;rdf:value&quot; content=&quot;this should be the value&quot;&gt;18 March 2012&lt;/time&gt;<br/>&lt;/body&gt;<br/><br/>&lt;/html&gt;</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: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ rdf:value &quot;this should be the value&quot; ] .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0329&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://example.org/foaf#me&quot; property=&quot;foaf:name&quot;&gt;<br/>    &lt;span property=&quot;foaf:givenName&quot;&gt;John&lt;/span&gt; <br/>    &lt;span property=&quot;foaf:familyName&quot;&gt;Doe&lt;/span&gt; <br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>&lt;http://example.org/foaf#me&gt; foaf:familyName &quot;Doe&quot;;<br/>   foaf:givenName &quot;John&quot;;<br/>   foaf:name &quot;&quot;&quot;<br/>    John <br/>    Doe <br/>  &quot;&quot;&quot; .<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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0329&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://example.org/foaf#me&quot; property=&quot;foaf:name&quot;&gt;<br/>    &lt;span property=&quot;foaf:givenName&quot;&gt;John&lt;/span&gt; <br/>    &lt;span property=&quot;foaf:familyName&quot;&gt;Doe&lt;/span&gt; <br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>&lt;http://example.org/foaf#me&gt; foaf:familyName &quot;Doe&quot;;<br/>   foaf:givenName &quot;John&quot;;<br/>   foaf:name &quot;&quot;&quot;<br/>    John <br/>    Doe <br/>  &quot;&quot;&quot; .<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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:foaf=&quot;http://xmlns.com/foaf/0.1/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0329&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>  &lt;div about=&quot;http://example.org/foaf#me&quot; property=&quot;foaf:name&quot;&gt;<br/>    &lt;span property=&quot;foaf:givenName&quot;&gt;John&lt;/span&gt; <br/>    &lt;span property=&quot;foaf:familyName&quot;&gt;Doe&lt;/span&gt; <br/>  &lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://xmlns.com/foaf/0.1/&gt;<br/><br/>ASK WHERE {<br/>&lt;http://example.org/foaf#me&gt; foaf:familyName &quot;Doe&quot;;<br/>   foaf:givenName &quot;John&quot;;<br/>   foaf:name &quot;&quot;&quot;<br/>    John <br/>    Doe <br/>  &quot;&quot;&quot; .<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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0330&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dc:date&quot; datatype=&quot;xsd:date&quot;&gt;2010-11-12&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:date &quot;2010-11-12&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0330&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dc:date&quot; datatype=&quot;xsd:date&quot;&gt;2010-11-12&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:date &quot;2010-11-12&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;<br/>xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema#&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0330&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dc:date&quot; datatype=&quot;xsd:date&quot;&gt;2010-11-12&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/>PREFIX xsd: &lt;http://www.w3.org/2001/XMLSchema#&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:date &quot;2010-11-12&quot;^^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'>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/MarkUp/DTD/html401-rdfa11-1.dtd&quot;&gt;<br/>&lt;html version=&quot;HTML+RDFa 1.1&quot; xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0331&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dcterms:language&quot; datatype=&quot;dcterms:RFC5646&quot; content=&quot;af&quot;&gt;Afrikaans&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:language &quot;af&quot;^^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'>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0331&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dcterms:language&quot; datatype=&quot;dcterms:RFC5646&quot; content=&quot;af&quot;&gt;Afrikaans&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:language &quot;af&quot;^^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'>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br/>&lt;!DOCTYPE html&gt;<br/>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xmlns:dcterms=&quot;http://purl.org/dc/terms/&quot;&gt;<br/>&lt;head&gt;<br/>   &lt;title&gt;Test 0331&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body lang=&quot;en&quot;&gt;<br/>  &lt;div property=&quot;dcterms:language&quot; datatype=&quot;dcterms:RFC5646&quot; content=&quot;af&quot;&gt;Afrikaans&lt;/div&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</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: &lt;http://purl.org/dc/terms/&gt;<br/><br/>ASK WHERE {<br/>  [ dcterms:language &quot;af&quot;^^dcterms:RFC5646 ]<br/>}<br/></pre>
            </div>
          </span>
        </dd>
      </dl>
    </section>
  </body>
</html>