author | Andy Seaborne <andy.seaborne@epimorphics.com> |
Thu, 22 Nov 2012 18:08:53 +0000 | |
changeset 555 | 7cfe29bbd291 |
parent 554 | e80ece4f1ac2 (current diff) |
parent 553 | e765a43773d7 (diff) |
child 556 | 69534cb0126c |
rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl |
--- a/rdf-concepts/index.html Thu Nov 22 18:06:53 2012 +0000 +++ b/rdf-concepts/index.html Thu Nov 22 18:08:53 2012 +0000 @@ -141,13 +141,8 @@ <h2>Introduction</h2> <p class="issue">This is a work-in-progress Working Draft. Various open - issues are flagged throughout the text with boxes like this. Feedback - on these issues is particularly welcome.</p> - - <p class="issue">In some sections, the content is overwhelmed by - informative Notes. Are they necessary? Can some be deleted or be moved - to other documents? Can some be merged or streamlined? This is - <a href="https://www.w3.org/2011/rdf-wg/track/issues/104">ISSUE-104</a>.</p> + issues are flagged throughout the text with boxes like this. + <a href="#sotd">Feedback</a> on these issues is particularly welcome.</p> <p>The <em>Resource Description Framework</em> (RDF) is a framework for representing information in the Web.</p> @@ -219,11 +214,6 @@ <a href="http://www.w3.org/TR/swbp-n-aryRelations/">indirectly expressed in RDF</a> [[SWBP-N-ARYRELATIONS]].)</p> - <p>The assertion of an <a>RDF graph</a> amounts to asserting all the - triples in it, so the meaning of an RDF graph is the conjunction - (logical AND) of the <a title="RDF statement">statements</a> - corresponding to all the triples it contains.</p> - <p>Unlike <a title="IRI">IRIs</a> and <a title="literal">literals</a>, <a title="blank node">blank nodes</a> do not denote specific <a title="resource">resources</a>. @@ -247,6 +237,9 @@ A very brief, informal and partial account follows:</p> <ul> + <li>IRIs have global scope: An IRI is assumed to <a>denote</a> + the same <a>resource</a> regardless of where the IRI occurs.</li> + <li>By social convention, the <a href="http://www.w3.org/TR/webarch/#uri-ownership">IRI owner</a> [[WEBARCH]] gets to say what an <a>IRI</a> <a title="denote">denotes</a>. @@ -333,22 +326,18 @@ sets, adding or removing <a title="RDF triple">triples</a> from an RDF graph yields a different RDF graph.</p> - <p>We informally use the term <dfn>g-box</dfn> to refer to a + <p>We informally use the term <dfn>RDF source</dfn> to refer to a persistent yet mutable source or container of - <a title="RDF graph">RDF graphs</a>. A g-box is a <a>resource</a> + <a title="RDF graph">RDF graphs</a>. An RDF source is a <a>resource</a> that may be said to have a state that can change over time. A snapshot of the state can be expressed as an RDF graph. For example, any web document that has an RDF-bearing representation - may be considered a g-box. Like all resources, <a>g-boxes</a> may + may be considered an RDF source. Like all resources, RDF sources may be named with <a title="IRI">IRIs</a> and therefore described in other RDF graphs.</p> - <p class="issue">“G-box” is a placeholder term. What term should - we use instead? This is <a href="https://www.w3.org/2011/rdf-wg/track/issues/110">ISSUE-110</a>.</p> - - <p>While this is not explicitly captured in the data model or its - formal semantics, intuitively speaking, changes in the world - are reflected in an RDF description of the world in the following way:</p> + <p>Intuitively speaking, changes in the universe of discourse + can be reflected in the following ways:</p> <ul> <li>An <a>IRI</a>, once <a title="minting">minted</a>, should never @@ -360,11 +349,12 @@ <li>Some <a title="property">properties</a> may change over time. A relationship that holds between two <a title="resource">resources</a> at one time may not hold at another time.</li> - <li><a title="g-box">G-boxes</a> may change their state over time. - That is, they may contain different <a title="RDF graph">RDF graphs</a> + <li><a title="RDF source">RDF sources</a> may change their state + over time. + That is, they may provide different <a title="RDF graph">RDF graphs</a> at different times.</li> - <li>Some <a title="g-box">g-boxes</a> may, however, be immutable - snapshots of another g-box, archiving its state at some + <li>Some <a title="RDF source">RDF sources</a> may, however, be immutable + snapshots of another RDF source, archiving its state at some point in time.</li> </ul> @@ -372,90 +362,116 @@ <section id="managing-graphs"> - <h3>Merging and Managing RDF Graphs</h3> - - <div class="issue"> - <p>This section is work in progress. It should explain:</p> + <h3>Working with Multiple RDF Graphs and G-Boxes</h3> - <ul> - <li>The terminology around <a title="RDF dataset">RDF datasets</a></li> - <li>The fact that graphs merge easily</li> - <li>The concept of a “graph store” (as in SPARQL Update)</li> - <li>How RDF datasets can be used to record a snapshot of a graph store</li> - <li>The distinction between graph syntaxes and dataset syntaxes</li> - </ul> - </div> + <p>As RDF graphs are sets of triples, they can be + <a title="merge">merged</a> easily, supporting the use of data from + multiple sources. Nevertheless, it is sometimes desirable to work + with multiple RDF graphs while keeping their contents separate. + <a title="RDF dataset">RDF datasets</a> support this requirement.</p> - <p>The RDF data model expresses information as - <a title="RDF graph">RDF graphs</a> consisting of - <a title="triple">triples</a> with subject, predicate and object. - Often, one wants to hold multiple RDF graphs and record information - about each graph, allowing an application to work with datasets - that involve information from more than one graph.</p> + <p>An <a>RDF dataset</a> is a collection of + <a title="RDF graph">RDF graphs</a>. All but one are + <a title="named graph">named graphs</a> associated with an <a>IRI</a>. + The last one is the unnamed <a>default graph</a>, and is often used + to hold <a title="RDF triple">triples</a> that involve the graph names.</p> - <p>An <dfn>RDF document</dfn> is a document that encodes an - <a>RDF graph</a> in a <dfn>concrete RDF syntax</dfn>, such as - Turtle [[TURTLE-TR]], RDFa [[RDFA-PRIMER]], RDF/XML [[RDF-SYNTAX-GRAMMAR]], - or N-Triples [[N-TRIPLES]].</p> + <p>A common use of <a title="RDF dataset">RDF datasets</a> is to hold + snapshots of multiple <a title="RDF source">RDF sources</a>.</p> </section> <section id="entailment"> - <h3>Formal Meaning and Entailment</h3> - - <div class="issue"> - <p>This section is work in progress.</p> - - <p>The relationship between this document and RDF Semantics - [[RDF-MT]] is poorly defined and needs to be clarified. A principled - decision is necessary on what exactly the “interface” between Concepts - and Semantics is. What notions should be defined in what spec? What notions - should Concepts import from Semantics (if any)? Does conformance to - Concepts depend on conformance to Semantics?</p> - - <p>Content in this document that perhaps should be in Semantics:</p> + <h3>Equivalence, Entailment and Inconsistency</h3> - <ul> - <li>Everything in this subsection</li> - <li><a>Literal value</a> is more a semantic concept than an abstract syntax concept</li> - </ul> - - <p>Semantics-related content that should perhaps be in Concepts:</p> - - <ul> - <li>Definition of Graph Merge</li> - <li>Definition of Lean Graphs</li> - <li>Import (via reference to Semantics) of notions of equivalence, entailment, inconsistency between RDF graphs (at least informatively)</li> - <li>At least an informative definition of “entailment regime”?</li> - <li>Informative entailment rules?</li> - </ul> - - <p>This is <a href="https://www.w3.org/2011/rdf-wg/track/issues/106">ISSUE-106</a>. It is somewhat blocked as no Editor's Draft of <em>RDF 1.1 Semantics</em> is available yet.</p> - </div> + <p class="issue">No Editor's Draft of <em>RDF 1.1 Semantics</em> is + available yet + (<a href="https://www.w3.org/2011/rdf-wg/track/actions/214">ACTION-214</a>), + and its relationship to this document is not yet + entirely clear. Some Semantics-related material may be moved here, + in particular the definition of <dfn title="merge">graph merge</dfn> and + <dfn>subgraph</dfn></li>, and informative + <a href="http://www.w3.org/TR/rdf-mt/#rules">entailment rules</a> + for the entailments over the RDF data model + (excluding any specific vocabulary). This is + <a href="https://www.w3.org/2011/rdf-wg/track/issues/106">ISSUE-106</a>.</p> <p class="issue">The Working Group intends to publish a Working Group - Note detailing some of its efforts to define a formal semantics for - RDF datasets. This is + Note detailing some of its efforts to define a <strong>formal semantics for + RDF datasets</strong>. It should be referenced here when available. This is <a href="http://www.w3.org/2011/rdf-wg/track/actions/209">ACTION-209</a>. - It should be referenced here when available.</p> + </p> - <p>The idea of meaning in RDF is underpinned by the formal concept - of <dfn>entailment</dfn>. In brief, an <a>RDF graph</a> <em>A</em> - is said to <em>entail</em> another RDF graph <em>B</em> if every - possible arrangement of things in the world that makes <em>A</em> true - also makes <em>B</em> true. On this basis, if the truth of <em>A</em> - is presumed or demonstrated then the truth of <em>B</em> can be inferred. - An account of meaning and entailment in RDF, using the formalism of - model theory, is given in [[RDF-MT]].</p> + <p>An <a>RDF triple</a> encodes a <a title="RDF statement">statement</a>—a + simple <dfn>logical expression</dfn>, or claim about the world. + An <a>RDF graph</a> is the conjunction (logical <em>AND</em>) of + its triples, and the conjunction of two RDF graphs is their <a>merge</a>. + This treatment of RDF graphs as logical expressions is + normatively defined in the + <a href="http://www.w3.org/TR/rdf-mt/">RDF Semantics</a> + specification [[RDF-MT]], using the formalism of Model Theory. + It yields various relationships between RDF graphs:</p> - <p>In application contexts, - comparing the <a title="literal value">values of literals</a> is usually - more helpful than comparing their syntactic forms - (<a>literal equality</a>). - Similarly, for comparing <a title="RDF graph">RDF graphs</a>, - semantic notions of <a>entailment</a> are usually more helpful - than syntactic <a>graph isomorphism</a>.</p> + <dl> + <dt><dfn>Entailment</dfn></dt> + <dd>An <a>RDF graph</a> <em>A</em> entail another RDF graph <em>B</em> + if every possible arrangement of things in the world + that makes <em>A</em> true also makes <em>B</em> true. + If the truth of <em>A</em> is presumed or demonstrated, + then the truth of <em>B</em> can be inferred.</dd> + <dt><dfn>Equivalence</dfn></dt> + <dd>Two <a title="RDF graph">RDF graphs</a> <em>A</em> and <em>B</em> + are equivalent if they make the same claim about the world. + <em>A</em> is equivalent to <em>B</em> if and only if + <em>A</em> <a title="entailment">entails</a> <em>B</em> and + <em>B</em> entails <em>A</em>.</dd> + + <dt><dfn>Inconsistency</dfn></dt> + <dd>An <a>RDF graph</a> is inconsistent if it contains + an internal contradiction. There is no possible arrangement + of the world that would make the expression true.</dd> + </dl> + + <p>What <a title="RDF graph">graphs</a> exactly are considered + to have these relationships is specified by an + <dfn>entailment regime</dfn> [[RDF-MT]] combined with a + <a>datatype map</a>. RDF itself recognizes only some basic conditions. + Other specifications, such as + <a href="http://www.w3.org/TR/rdf-schema/">RDF Schema</a> [[RDF-SCHEMA]] + and <a href="http://www.w3.org/TR/owl2-overview/">OWL 2</a> + [[OWL2-OVERVIEW]], add more powerful entailment regimes, + as do some domain-specific <a title="vocabulary">vocabularies</a>.</p> + + <p>This specification does not constrain how implementations + use the logical relationships defined by + <a title="entailment regime">entailment regimes</a>. + Implementations may or may not detect + <a title="inconsistency">inconsistencies</a>, and may make all, + some or no <a title="entailment">entailed</a> information + available to users.</p> +</section> + + +<section id="rdf-documents"> + <h2>RDF Documents and Syntaxes</h2> + + <p>An <dfn>RDF document</dfn> is a document that encodes an + <a>RDF graph</a> or <a>RDF dataset</a> in a <dfn>concrete RDF syntax</dfn>, + such as Turtle [[TURTLE-TR]], RDFa [[RDFA-PRIMER]], + RDF/XML [[RDF-SYNTAX-GRAMMAR]], or N-Triples [[N-TRIPLES]]. + RDF documents enable the exchange of RDF graphs and RDF datasets + between systems.</p> + + <p>A <a title="concrete RDF syntax">concrete RDF syntaxes<a> may offer + many different ways to encode the same <a>RDF graph</a> or + <a>RDF dataset</a>, for example through the use of + <a title="namespace prefix">namespace prefixes</a>, + relative IRIs, <a title="blank node identifier">blank node identifiers</a>, + and different ordering of statmenets. While these aspects can have great + effect on the convenience of working with the <a>RDF document</a>, + they have no effect on its semantics, which lies exclusively in the + encoded graph or dataset.</p> </section> @@ -485,7 +501,7 @@ <section id="section-triples"> <h3>Triples</h3> - <p>An <dfn>RDF triple</dfn> contains three components:</p> + <p>An <dfn>RDF triple</dfn> consists of three components:</p> <ul> <li>the <dfn>subject</dfn>, which is an @@ -505,9 +521,16 @@ It is possible for a predicate IRI to also occur as a node in the same graph.</p> - <p><a title="IRI">IRIs</a>, <a title="blank node">blank nodes</a> and - <a title="literal">literals</a> are collectively known as + <p><a title="IRI">IRIs</a>, <a title="literal">literals</a> and + <a title="blank node">blank nodes</a> are collectively known as <dfn title="RDF term">RDF terms</dfn>.</p> + + <p class="note"><a title="IRI">IRIs</a>, <a title="literal">literals</a> + and <a title="blank node">blank nodes</a> are distinct and distinguishable. + For example, <code>http://example.org/</code> as a string literal + is not equal to <code>http://example.org/</code> as an IRI, + nor to a blank node with the <a>blank node identifier</a> + <code>http://example.org/</code>.</p> </section> @@ -517,9 +540,7 @@ <p>An <dfn title="IRI"><acronym title="Internationalized Resource Identifier">IRI</acronym></dfn> (Internationalized Resource Identifier) within an RDF graph is a Unicode string [[!UNICODE]] that conforms to the syntax - defined in RFC 3987 [[!RFC3987]]. IRIs are a generalization of - <dfn title="URI"><acronym title="Uniform Resource Identifier">URI</acronym>s</dfn> - [[RFC3986]]. Every absolute URI and URL is an IRI.</p> + defined in RFC 3987 [[!RFC3987]].</p> <p>IRIs in the RDF abstract syntax MUST be absolute, and MAY contain a fragment identifier.</p> @@ -531,7 +552,12 @@ of [[!RFC3987]]. Further normalization MUST NOT be performed when comparing IRIs for equality.</p> - <p class="note">When IRIs are used in operations that are only + <div class="note" id="note-iris"> + <p><strong>URIs and IRIs:</strong> + IRIs are a generalization of + <dfn title="URI"><acronym title="Uniform Resource Identifier">URI</acronym>s</dfn> [[RFC3986]] that permits a much wider range of Unicode characters. + Every absolute URI and URL is an IRI, but not every IRI is an URI. + When IRIs are used in operations that are only defined for URIs, they must first be converted according to the mapping defined in <a href="http://tools.ietf.org/html/rfc3987#section-3.1">section 3.1</a> @@ -540,8 +566,8 @@ characters, %-encoding of octets not allowed in URIs, and Punycode-encoding of domain names.</p> - <p class="note">Some - <a title="concrete RDF syntax">concrete RDF syntaxes</a> permit + <p><strong>Relative IRIs:</strong> + Some <a title="concrete RDF syntax">concrete RDF syntaxes</a> permit <dfn title="relative IRI">relative IRIs</dfn> as a convenient shorthand that allows authoring of documents independently from their final publishing location. Relative IRIs must be @@ -551,8 +577,8 @@ if a <a href="http://tools.ietf.org/html/rfc3986#section-5.1">base IRI can be established</a> [[RFC3986]].</p> - <div class="note" id="note-iri-interop"> - <p>Interoperability problems can be avoided by minting + <p><strong>IRI normalization:</strong> + Interoperability problems can be avoided by minting only IRIs that are normalized according to <a href="http://tools.ietf.org/html/rfc3987#section-5">Section 5</a> of [[!RFC3987]]. Non-normalized forms that should be avoided @@ -624,57 +650,31 @@ <a title="datatype IRI">datatype IRIs</a>, and the two <a title="language tag">language tags</a> (if any) compare equal, character by character.</p> - - <p class="note" id="note-composing-character">Literals in which the - lexical form begins with a composing character - (as defined by [[CHARMOD]]) - are allowed however they may cause interoperability problems, - particularly with XML version 1.1 [[XML11]].</p> - - <p class="note" id="note-locale">When using the language tag, care must be - taken not to confuse language with locale. The language - tag relates only to human language text. Presentational - issues should - be addressed in end-user applications.</p> - - <p class="note" id="note-langtag-normalization">The case normalization of -language tags is part of - the description of the abstract syntax, and consequently the abstract - behaviour of RDF applications. It does not constrain an - RDF implementation to actually normalize the case. Crucially, the result - of comparing two language tags should not be sensitive to the case of - the original input.</p> - - <p class="note">RDF Literals are distinct and distinguishable - from <a title="IRI">IRIs</a>; e.g. <code>http://example.org/</code> - as a string <a>literal</a> is not equal to <code>http://example.org/</code> - as an IRI.</p> - - </section> <section id="section-blank-nodes"> <h2>Blank Nodes</h2> - <p class="issue">There is no consensus that the current state of this section is an improvement over <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/#section-blank-nodes">its previous state</a>. This is <a href="http://www.w3.org/2011/rdf-wg/track/issues/107">ISSUE-107</a>.</p> - - <p>The <dfn title="blank node">blank nodes</dfn> in an <a>RDF graph</a> - are drawn from some arbitrary infinite set that fulfils - the following conditions:</p> + <p class="issue">Various proposals have been made for revising + this section, ranging from editorial re-wordings to major re-writes + that introduce notions of a “scope” for blank node identifiers + and define the concept of a “fresh” blank node. This is + <a href="https://www.w3.org/2011/rdf-wg/track/issues/107">ISSUE-107</a>.</p> - <ul> - <li>It is disjoint from the set of <a title="IRI">IRIs</a> and - the set of all <a title="literal">literals</a>.</li> - <li>Equality within the set is well-defined - (<dfn>blank node equality</dfn>).</li> - </ul> + <p>The <dfn title="blank node">blank nodes</dfn> in an RDF graph + are drawn from an infinite set. This set is disjoint from the set + of all <a title="IRI">IRIs</a> and the set of all + <a title="literal">literals</a>. + Otherwise, this set of blank nodes is arbitrary.</p> - <p>Allocating a <dfn>fresh blank node</dfn> is the action of drawing - a new node from the set of blank nodes.</p> + <p>Given two blank nodes, it is + possible to determine whether or not they are the same. + Besides that, RDF makes no reference to any internal structure + of blank nodes.</p> - <div class="note" id="note-bnode-id"> - <p><dfn title="blank node identifier">Blank node identifiers</dfn> + <p class="note" id="note-bnode-id"> + <dfn title="blank node identifier">Blank node identifiers</dfn> are local identifiers that are used in some <a title="concrete RDF syntax">concrete RDF syntaxes</a> or RDF store implementations. @@ -685,14 +685,6 @@ on the concrete syntax or implementation. The syntactic restrictions on blank node identifiers, if any, therefore also depend on the concrete RDF syntax or implementation.</p> - - <p>Since RDF systems generally refer to - <a title="blank node">blank nodes</a> only via such local identifiers, - it is necessary to “standardize apart” the blank node identifiers - when incorporating data that originates from an external source. - This may be done by systematically replacing the blank node identifiers - in incoming data with freshly allocated blank node identifiers.</p> - </div> </section> @@ -705,16 +697,21 @@ local scope and are purely an artifact of the serialization.</p> <p>In situations where stronger identification is needed, systems MAY - systematically transform some or all of the blank nodes in an RDF graph - into IRIs [[!RFC3987]]. Systems wishing to do this SHOULD mint a new, globally - unique IRI (a <dfn>Skolem IRI</dfn>) for each blank node so transformed.</p> + systematically replace some or all of the blank nodes in an RDF graph + with <a title="IRI">IRIs</a>. Systems wishing to do this SHOULD + <a title="minting">mint</a> a new, globally + unique IRI (a <dfn>Skolem IRI</dfn>) for each blank node so replaced.</p> <p>This transformation does not change the meaning of an RDF graph, - provided that the Skolem IRIs do not occur anywhere else.</p> + provided that the Skolem IRIs do not occur anywhere else. + It does however permit the possibility of other graphs + subsequently using the IRI to also refer to the same entity, + which was not possible when the node was blank.</p> <p>Systems may wish to mint Skolem IRIs in such a way that they can recognize the IRIs as having been introduced solely to replace a blank - node, and map back to the source blank node where possible.</p> + node. This allows the system to map IRIs back to the source blank node + if needed.</p> <p>Systems that want Skolem IRIs to be recognizable outside of the system boundaries SHOULD use a well-known IRI [[WELL-KNOWN]] with the registered @@ -727,10 +724,6 @@ <pre>http://example.com/.well-known/genid/d26a2d0e98334696f4ad70a677abc1f6</pre> - <p class="issue">IETF registration of the <code>genid</code> name is - currently in progress. This is - <a href="http://www.w3.org/2011/rdf-wg/track/actions/82">ACTION-82</a>.</p> - <p class="note">RFC 5785 [[WELL-KNOWN]] only specifies well-known URIs, not IRIs. For the purpose of this document, a well-known IRI is any IRI that results in a well-known URI after IRI-to-URI mapping [[!RFC3987]].</p> @@ -789,17 +782,19 @@ <p><a title="blank node">Blank nodes</a> MAY be shared between graphs in an <a>RDF dataset</a>.</p> - <p class="note" id="note-graph-name">Despite the use of the word “name” + <div class="note" id="note-datasets"> + <p>Despite the use of the word “name” in “<a>named graph</a>”, the <a>graph name</a> does not formally <a>denote</a> the graph. It is merely syntactically paired with the graph. RDF does not place any formal restrictions on what <a>resource</a> the graph name may denote, nor on the relationship between that resource and the graph.</p> - <div class="note" id="note-empty-named-graphs">Some <a>RDF dataset</a> + <p>Some <a>RDF dataset</a> implementations do not track empty <a title="named graph">named graphs</a>. Therefore, to maximize interoperability, applications should avoid - ascribing importance to the presence of empty named graphs.</div> + ascribing importance to the presence of empty named graphs.</p> + </div> <p class="issue">Should RDF Concepts define any operations on RDF datasets, such as merge, union, isomorphism, equality, equivalence? Is anything @@ -836,33 +831,6 @@ of that value. The mapping can be seen as a function from the lexical space to the value space.</p> -<div class="note" id="note-datatype-xml-schema"> -<p>When the datatype is defined using XML Schema: -</p> -<ul> -<li> -All values correspond to some lexical form, either using -the lexical-to-value mapping of the datatype or if it is a union -datatype with a lexical mapping associated with one of the member -datatypes. -</li> -<li> -XML Schema facets remain part of the datatype and are used by the XML -Schema mechanisms that control the lexical space and the value space; -however, RDF does not define a standard mechanism to access these facets.</li> - - <li>In [[XMLSCHEMA11-1]], - <a href="http://www.w3.org/TR/xmlschema11-1/#sec-wsnormalization">white space normalization</a> - occurs during - <a href="http://www.w3.org/TR/xmlschema11-1/#key-vn">validation</a> - according to the value of the - <a href="http://www.w3.org/TR/xmlschema11-2/#rf-whiteSpace">whiteSpace - facet</a>. The lexical-to-value mapping used in RDF datatyping - occurs after this, so that the whiteSpace facet has no - effect in RDF datatyping.</li> - </ul> - </div> - <p class="note"><a title="language-tagged string">Language-tagged strings</a> have the <a>datatype IRI</a> <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#langString</code>. @@ -1057,18 +1025,16 @@ </dd> </dl> - <p class="note" id="note-html-context">Any language annotation - (<code>lang="…"</code>) or + <p class="note" id="note-html"> + Any language annotation (<code>lang="…"</code>) or XML namespaces (<code>xmlns</code>) desired in the HTML content must be included explicitly in the HTML literal. Relative URLs in attributes such as <code>href</code> do not have a well-defined - base URL and are best avoided.</p> - - <p class="note">RDF applications may use additional equivalence relations, + base URL and are best avoided. + RDF applications may use additional equivalence relations, such as that which relates an <code>xsd:string</code> with an <code>rdf:HTML</code> literal corresponding to a single text node of the same string.</p> - </section> <section id="section-XMLLiteral"> @@ -1136,13 +1102,6 @@ for inheriting them from the context (e.g., <a href="http://www.w3.org/TR/rdf-syntax-grammar/#parseTypeLiteralPropertyElt"><code>@parseType="literal"</code></a> in RDF/XML [[RDF-SYNTAX-GRAMMAR]]).</p> - - <p class="note" id="note-xml11">Not all values of this datatype - are compliant with XML 1.1 [[XML11]]. If compliance - with XML 1.1 is desired, then only those values that are -<a href="http://www.w3.org/TR/xml11/#dt-fullnorm">fully - normalized</a> according to XML 1.1 should be used.</p> - </section> <section id="datatype-maps"> @@ -1175,7 +1134,7 @@ for example, require support for certain datatypes.</p> <p class="note" id="note-custom-datatypes">The Web Ontology Language - [[OWL2-SYNTAX]] offers facilities for formally defining + [[OWL2-OVERVIEW]] offers facilities for formally defining <a href="http://www.w3.org/TR/owl2-syntax/#Datatype_Definitions">custom datatypes</a> that can be used with RDF. Furthermore, a practice for identifying @@ -1210,7 +1169,7 @@ <em>syntactically</em> ill-formed.</li> </ol> - <p class="issue">What does it mean when a literal is ill-typed or when something is not in the datatype map? What should an implementation do? Should authors avoid generating such graphs? Should consumers reject it? Is an implementation that rejects ill-formed xsd:dates conforming? This is <a href="https://www.w3.org/2011/rdf-wg/track/issues/109">ISSUE-109</a>.</p> + <p class="issue">What does it mean when a literal is ill-typed or when something is not in the datatype map? What should an implementation do? Should authors avoid generating such graphs? Should consumers reject it? Is an implementation that rejects ill-formed xsd:dates conforming? Why is an ill-typed literal not necessarily an inconsistency? This is <a href="https://www.w3.org/2011/rdf-wg/track/issues/109">ISSUE-109</a>.</p> </section> @@ -1246,38 +1205,43 @@ <p>This section discusses the handling of fragment identifiers in representations that encode <a title="RDF graph">RDF graphs</a>.</p> - <p>In RDF-bearing representations of a resource <code><foo></code>, - the secondary resource identified by a fragment <code>#bar</code> - is the entity denoted by the full IRI <code><foo#bar></code> - in the RDF graph. + <p>In RDF-bearing representations of a primary resource + <code><foo></code>, + the secondary resource identified by a fragment <code>bar</code> + is the <a>resource</a> <a title="denote">denoted</a> by the + full <a>IRI</a> <code><foo#bar></code> in the <a>RDF graph</a>. Since IRIs in RDF graphs can denote anything, this can be something external to the representation, or even external - to the Web.</p> + to the web.</p> - <p>In this way, the RDF representation acts as an intermediary - between some web-retrievable document, and some set of possibly - non-web or abstract entities that the RDF may describe.</p> + <p>In this way, the RDF-bearing representation acts as an intermediary + between the web-accessible primary resource, and some set of possibly + non-web or abstract entities that the <a>RDF graph</a> may describe.</p> - <p>Primary resources may have multiple representations - (a.k.a. content negotiation). Fragments in RDF-bearing representations - should be used consistently with the semantics imposed by any + <p>In cases where other specifications constrain the semantics of + fragment identifiers in RDF-bearing representations, the encoded + <a>RDF graph</a> should use fragment identifiers in a way that is consistent + with these constraints. For example, in an HTML+RDFa document [[HTML-RDFA]], + the fragment <code>chapter1</code> may identify a document section + via the semantics of HTML's <code>@name</code> or <code>@id</code> + attributes. The <a>IRI</a> <code><#chapter1></code> should + then be taken to <a>denote</a> that same section in any RDFa-encoded + <a title="RDF triple">triples</a> within the same document. + Similarly, if the <code>@xml:id</code> attribute [[XML-ID]] is used + in an RDF/XML document, then the corresponding IRI + should be taken to denote an XML element.</p> + + <p>Primary resources may have multiple representations that are + made available via + <a href="http://www.w3.org/TR/webarch/#frag-coneg">content negotiation</a> + [[WEBARCH]]. Fragments in RDF-bearing representations + should be used in a way that is consistent with the semantics imposed by any non-RDF representations. For example, if the fragment - <code>#chapter1</code> identifies a document section in an - HTML representation of a primary resource, then <code>#chapter1</code> - should be taken to denote that same section in all RDF-bearing + <code>chapter1</code> identifies a document section in an + HTML representation of the primary resource, then the <a>IRI</a> + <code><#chapter1></code> + should be taken to <a>denote</a> that same section in all RDF-bearing representations of the same primary resource.</p> - - <p>Likewise, RDF graphs embedded in non-RDF representations - with mechanism such as RDFa [[RDFA-PRIMER]] - should use fragment identifiers consistently with the semantics - imposed by the host language. - For example, if the fragment <code>#chapter1</code> identifies - a document section - in an HTML+RDFa representation, then <code>#chapter1</code> - should be taken - to denote that same section in any RDFa-encoded statements - in the document. - </p> </section> @@ -1285,27 +1249,25 @@ <h2>Acknowledgments</h2> <p>The RDF 1.1 editors acknowledge valuable contributions from - Thomas Baker, Dan Brickley, Gavin Carothers, Jeremy Carroll, Dan Connolly, + Thomas Baker, Dan Brickley, Gavin Carothers, Jeremy Carroll, + Pierre-Antoine Champin, Dan Connolly, John Cowan, Martin J. Dürst, Alex Hall, Steve Harris, Pat Hayes, Ivan Herman, Peter F. Patel-Schneider, Addison Phillips, Eric Prud'hommeaux, Andy Seaborne, Leif Halvard Silli, Nathan Rixham, Dominik Tomaszuk and Antoine Zimmermann.</p> <p>The RDF 2004 editors acknowledge valuable contributions from - Frank Manola, Pat Hayes, Dan Brickley, Jos de Roo, + Frank Manola, Pat Hayes, Dan Brickley, Jos de Roo, Sergey Melnik, Dave Beckett, Patrick Stickler, Peter F. Patel-Schneider, Jerome Euzenat, Massimo Marchiori, Tim Berners-Lee, Dave Reynolds and Dan Connolly.</p> - <p>This specification contains a significant contribution from the - designers of the RDF typed literal mechanism, Pat - Hayes, Sergey Melnik and Patrick Stickler. The document draws upon an earlier - RDF Model and Syntax document edited by Ora Lassilla and Ralph Swick, - and RDF Schema edited by Dan Brickley and R. V. Guha.</p> - <p>This specification is a product of extended deliberations by the - <a href="http://www.w3.org/2000/09/dbwg/details?group=46168&public=1">members of the RDF Working Group</a> and the + <a href="http://www.w3.org/2000/09/dbwg/details?group=46168&public=1">members of the RDF Working Group</a>. + It draws upon two earlier specifications, + <em><a href="http://www.w3.org/TR/1999/REC-rdf-syntax-19990222/">RDF Model and Syntax</a></em>, edited by Ora Lassilla and Ralph Swick, + and <em><a href="http://www.w3.org/TR/2000/CR-rdf-schema-20000327/">RDF Schema</a></em>, edited by Dan Brickley and R. V. Guha, which were produced by <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Acknowledgments">members - of the earlier RDFcore and Schema Working Groups</a>.</p> + of the RDFcore and Schema Working Groups</a>.</p> </section> @@ -1371,6 +1333,11 @@ <em>RDF 1.1 Concepts and Abstract Syntax</em>.</p> <ul> + <li>2012-11-21: Replaced the placeholder term “g-box” with “<a>RDF source</a>” (<a href="https://www.w3.org/2011/rdf-wg/track/issues/110">ISSUE-110</a>)</li> + <li>2012-11-21: Removed various Notes (as <a href="http://lists.w3.org/Archives/Public/public-rdf-wg/2012Nov/0131.html">listed here</a>), and refactored others (<a href="https://www.w3.org/2011/rdf-wg/track/issues/104">ISSUE-104</a>)</li> + <li>2012-11-17: Many changes to Introduction, including mostly new subsections on <a href="#managing-graphs">Working with Multiple RDF Graphs and G-Boxes</a>, <a href="#entailment">Equivalence, Entailment and Inconsistencies</a>, and <a href="#rdf-documents">RDF Documents and Syntaxes</a></li> + <li>2012-11-17: Reverted section on <a href="#section-blank-nodes">Blank Nodes</a> to earlier state</li> + <li>2012-11-17: Changes, mostly but not exclusively editorial, to section on <a href="#section-fragID">Fragment Identifiers</a></li> <li>2012-11-13: Remove the notion of other specs conforming to this spec from the <a href="#conformance">Conformance</a> section. This spec simply provides definitions that other specs can use.</li> <li>2012-11-09: Updated the <a href="#section-dataset">section on RDF datasets</a> to reflect <a href="http://www.w3.org/2011/rdf-wg/meeting/2012-10-29">various WG resolutions</a> around named graphs</li> <li>2012-11-09: Re-wrote the <a href="#section-blank-nodes">section on Blank Nodes</a>, including a definition of “fresh blank nodes” and an extended Note on standardizing apart blank node IDs</li>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/README Thu Nov 22 18:08:53 2012 +0000 @@ -0,0 +1,11 @@ +This is a collection of individual EARL reports for +test subjects claiming Turtle processor conformance. + +The consolodated report is saved to index.html generated +using the earl-report Ruby gem. Run it as follows: + +gem install earl-report + +earl-report -o index.html \ + https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl \ + *.ttl
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/RIOT-earl-2012-11-18-Turtle.ttl Thu Nov 22 18:08:53 2012 +0000 @@ -0,0 +1,1788 @@ +@prefix dc: <http://purl.org/dc/elements/1.1/> . +@prefix rdft: <http://www.w3.org/ns/rdftest#> . +@prefix earl: <http://www.w3.org/ns/earl#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix dct: <http://purl.org/dc/terms/> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix doap: <http://usefulinc.com/ns/doap#> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02> . + +_:b1 + rdf:type foaf:Person ; + foaf:homepage <http://people.apache.org/~andy> ; + foaf:name "Andy Seaborne" . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02> . + +<http://jena.apache.org/#riot> + rdf:type earl:Software ; + rdf:type doap:Project ; + dc:creator _:b1 ; + dc:title "Apache Jena RIOT" ; + dct:hasVersion "ARQ-2.9.5" ; + dct:isPartOf [ foaf:homepage <http://jena.apache.org/> + ] ; + doap:homepage "http://jena.apache.org/" ; + doap:maintainer _:b1 ; + doap:name "Apache Jena RIOT" ; + doap:release [ rdf:type doap:Version ; + doap:created "2012-11-18+00:00"^^xsd:date ; + doap:name "RIOT" + ] ; + foaf:homepage <http://jena.apache.org/> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03> . + +[] rdf:type earl:Assertion ; + earl:assertedBy <http://jena.apache.org/#riot> ; + earl:mode earl:automatic ; + earl:result [ rdf:type earl:TestResult ; + dc:date "2012-11-18+00:00"^^xsd:date ; + earl:outcome earl:passed + ] ; + earl:subject <http://jena.apache.org/#riot> ; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02> .@prefix doap: <http://usefulinc.com/ns/doap#> . + +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . + +<http://jena.apache.org/#riot> a doap:Project; + <http://projects.apache.org/ns/asfext#implements> [ a <http://projects.apache.org/ns/asfext#Standard>; + <http://projects.apache.org/ns/asfext#body> "W3C"@en; + <http://projects.apache.org/ns/asfext#id> ""@en; + <http://projects.apache.org/ns/asfext#title> "Resource Description Framework"@en; + <http://projects.apache.org/ns/asfext#url> <http://www.w3.org/RDF/>], + [ a <http://projects.apache.org/ns/asfext#Standard>; + <http://projects.apache.org/ns/asfext#body> "W3C"@en; + <http://projects.apache.org/ns/asfext#id> ""@en; + <http://projects.apache.org/ns/asfext#title> "SPARQL"@en; + <http://projects.apache.org/ns/asfext#url> <http://www.w3.org/TR/rdf-sparql-query/>]; + <http://projects.apache.org/ns/asfext#pmc> <http://jena.apache.org>; + doap:bug-database <https://issues.apache.org/jira/browse/JENA>; + doap:category <http://projects.apache.org/category/library>; + doap:created "2012-07-03"@en; + doap:description "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C."@en; + doap:download-page <http://jena.apache.org/download/index.html>; + doap:homepage <http://jena.apache.org>; + doap:license <http://usefulinc.com/doap/licenses/asl20>; + doap:mailing-list <http://jena.apache.org/help_and_support/index.html>; + doap:developer [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Andy Seaborne"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Ian Dickinson"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Dave Reynolds"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Stephen Allen"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Chris Dollin"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Damian Steer"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Paolo Castagna"@en], + [ a foaf:Person; + foaf:mbox <mailto:[email protected]>; + foaf:name "Rob Vesse"@en]; + doap:name "Apache Jena"@en; + doap:programming-language "Java"@en; + doap:release [ a doap:Version; + doap:created "2012-07-02"@en; + doap:name "apache-jena-2.7.2"@en; + doap:revision "2.7.2"@en]; + doap:repository [ a doap:SVNRepository; + doap:browse <http://svn.apache.org/viewvc/jena/>; + doap:location <http://svn.apache.org/repos/asf/jena/trunk/>]; + doap:shortdesc "A framework for developing Semantic Web and Linked Data applications in Java."@en .
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/earl.jsonld Thu Nov 22 18:08:53 2012 +0000 @@ -0,0 +1,5545 @@ +{ + "@context": { + "dc": "http://purl.org/dc/terms/", + "doap": "http://usefulinc.com/ns/doap#", + "earl": "http://www.w3.org/ns/earl#", + "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#", + "foaf": "http://xmlns.com/foaf/0.1/", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "assertedBy": { + "@id": "earl:assertedBy", + "@type": "@id" + }, + "bibRef": { + "@id": "dc: bibliographicCitation" + }, + "description": { + "@id": "dc:description" + }, + "developer": { + "@id": "doap:developer", + "@type": "@id", + "@container": "@set" + }, + "homepage": { + "@id": "doap:homepage", + "@type": "@id" + }, + "doap_desc": { + "@id": "doap:description" + }, + "language": { + "@id": "doap:programming-language" + }, + "testAction": { + "@id": "mf:action", + "@type": "@id" + }, + "testResult": { + "@id": "mf:result", + "@type": "@id" + }, + "label": { + "@id": "rdfs:label" + }, + "mode": { + "@id": "earl:mode", + "@type": "@id" + }, + "name": { + "@id": "doap:name" + }, + "outcome": { + "@id": "earl:outcome", + "@type": "@id" + }, + "result": { + "@id": "earl:result" + }, + "subject": { + "@id": "earl:subject", + "@type": "@id" + }, + "test": { + "@id": "earl:test", + "@type": "@id" + }, + "title": { + "@id": "dc:title" + } + }, + "@id": "", + "@type": [ + "earl:Software", + "doap:Project" + ], + "name": "Turtle Test Results", + "bibRef": "[[TURTLE]]", + "testSubjects": [ + { + "@id": "http://jena.apache.org/#riot", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "Apache Jena", + "developer": [ + { + "@type": "foaf:Person", + "foaf:name": "Andy Seaborne" + }, + { + "@type": "foaf:Person", + "foaf:name": "Andy Seaborne" + }, + { + "@type": "foaf:Person", + "foaf:name": "Ian Dickinson" + }, + { + "@type": "foaf:Person", + "foaf:name": "Ian Dickinson" + }, + { + "@type": "foaf:Person", + "foaf:name": "Dave Reynolds" + }, + { + "@type": "foaf:Person", + "foaf:name": "Dave Reynolds" + }, + { + "@type": "foaf:Person", + "foaf:name": "Stephen Allen" + }, + { + "@type": "foaf:Person", + "foaf:name": "Stephen Allen" + }, + { + "@type": "foaf:Person", + "foaf:name": "Chris Dollin" + }, + { + "@type": "foaf:Person", + "foaf:name": "Chris Dollin" + }, + { + "@type": "foaf:Person", + "foaf:name": "Damian Steer" + }, + { + "@type": "foaf:Person", + "foaf:name": "Damian Steer" + }, + { + "@type": "foaf:Person", + "foaf:name": "Paolo Castagna" + }, + { + "@type": "foaf:Person", + "foaf:name": "Paolo Castagna" + }, + { + "@type": "foaf:Person", + "foaf:name": "Rob Vesse" + }, + { + "@type": "foaf:Person", + "foaf:name": "Rob Vesse" + }, + { + "@type": "foaf:Person", + "foaf:name": "Andy Seaborne" + }, + { + "@type": "foaf:Person", + "foaf:name": "Andy Seaborne" + }, + { + "@type": "foaf:Person", + "foaf:name": "Ian Dickinson" + }, + { + "@type": "foaf:Person", + "foaf:name": "Ian Dickinson" + }, + { + "@type": "foaf:Person", + "foaf:name": "Dave Reynolds" + }, + { + "@type": "foaf:Person", + "foaf:name": "Dave Reynolds" + }, + { + "@type": "foaf:Person", + "foaf:name": "Stephen Allen" + }, + { + "@type": "foaf:Person", + "foaf:name": "Stephen Allen" + }, + { + "@type": "foaf:Person", + "foaf:name": "Chris Dollin" + }, + { + "@type": "foaf:Person", + "foaf:name": "Chris Dollin" + }, + { + "@type": "foaf:Person", + "foaf:name": "Damian Steer" + }, + { + "@type": "foaf:Person", + "foaf:name": "Damian Steer" + }, + { + "@type": "foaf:Person", + "foaf:name": "Paolo Castagna" + }, + { + "@type": "foaf:Person", + "foaf:name": "Paolo Castagna" + }, + { + "@type": "foaf:Person", + "foaf:name": "Rob Vesse" + }, + { + "@type": "foaf:Person", + "foaf:name": "Rob Vesse" + } + ], + "doap_desc": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.", + "homepage": "http://jena.apache.org", + "language": "Java" + }, + { + "@id": "http://rubygems.org/gems/rdf-turtle", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "RDF::Turtle", + "developer": [ + { + "@type": "foaf:Person", + "@id": "http://greggkellogg.net/foaf#me", + "foaf:name": "Gregg Kellogg" + }, + { + "@type": "foaf:Person", + "@id": "http://greggkellogg.net/foaf#me", + "foaf:name": "Gregg Kellogg" + } + ], + "doap_desc": "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.", + "homepage": "http://ruby-rdf.github.com/rdf-turtle", + "language": "Ruby" + } + ], + "tests": [ + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-file-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-file-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-file-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-uri-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-uri-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-uri-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-uri-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-base-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-base-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-base-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-base-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-prefix-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-string-11", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-str-esc-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-str-esc-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-str-esc-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-pname-esc-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-pname-esc-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-pname-esc-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bnode-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-number-11", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-datatypes-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-datatypes-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-kw-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-kw-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-kw-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-struct-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-struct-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-struct-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-lists-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-lists-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-lists-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-lists-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-lists-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-uri-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-uri-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-uri-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-uri-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-uri-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-prefix-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-prefix-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-prefix-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-prefix-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-prefix-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-base-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-base-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-base-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-kw-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-kw-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-kw-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-kw-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-kw-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-11", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-12", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-n3-extras-13", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-11", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-12", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-13", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-14", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-15", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-16", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-struct-17", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-lang-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-esc-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-esc-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-esc-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-esc-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-pname-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-pname-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-pname-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-string-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-num-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-num-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-num-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-num-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-syntax-bad-num-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-struct-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-struct-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-05", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-06", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-07", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-08", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-09", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-10", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-11", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-12", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-13", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-14", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-15", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-16", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-17", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-18", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-19", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-20", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-21", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-22", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-23", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-24", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-25", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-26", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-subm-27", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl", + "testResult": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-bad-01", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-bad-02", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-bad-03", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + }, + { + "@id": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase" + ], + "title": "turtle-eval-bad-04", + "testAction": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl", + "http://jena.apache.org/#riot": { + "@type": "earl:Assertion", + "assertedBy": "http://jena.apache.org/#riot", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", + "mode": "earl:automatic", + "subject": "http://jena.apache.org/#riot", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + }, + "http://rubygems.org/gems/rdf-turtle": { + "@type": "earl:Assertion", + "assertedBy": "http://greggkellogg.net/foaf#me", + "test": "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04", + "mode": "earl:automatic", + "subject": "http://rubygems.org/gems/rdf-turtle", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + } + } + } + ] +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/index.html Thu Nov 22 18:08:53 2012 +0000 @@ -0,0 +1,6557 @@ +<!DOCTYPE html> +<html lang='en'> + <head> + <meta content='text/html;charset=utf-8' http-equiv='Content-Type' /> + <title property='doap:name'>Turtle Test Results</title> + <link href='' property='doap:homepage' /> + <script class='remove' src='http://www.w3.org/Tools/respec/respec-w3c-common' type='text/javascript'></script> + <script type='text/javascript'> + //<![CDATA[ + var respecConfig = { + // specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED. + specStatus: "unofficial", + copyrightStart: "2010", + doRDFa: "1.1", + + // the specification's short name, as in http://www.w3.org/TR/short-name/ + shortName: "turtle-earl", + subtitle: "Turtle Implementation Conformance Report", + // if you wish the publication date to be other than today, set this + publishDate: "2012/11/18", + + // 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: "", + + // 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" }, + { name: "Andy Seaborne", + company: "The Apache Software Foundation"} + ], + + // 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: [ + //RDF Working Group], + + // name of the WG + wg: "RDF Working Group", + + // URI of the public WG page + wgURI: "http://www.w3.org/2011/rdf-wg/", + + // name (with the @w3c.org) of the public mailing to which comments are due + wgPublicList: "public-rdf-comments", + + // 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/46168/status", + //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: ; + } + /*]]>*/ + </style> + </head> + <body prefix='earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap#'> + <section about='' id='abstract' typeof='["earl:Software", "doap:Project"]'> + <p> + This document report processor conformance for and related specifications + [[TURTLE]] + 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'>Turtle Test Results</span> + . + </p> + <p> + This report is also available in alternate formats: + <a href='earl.ttl'> + Turtle + </a> + <a href='earl.jsonld'> + JSON-LD + </a> + </p> + </section> + <section id='sodt'></section> + <section> + <h2> + Results + </h2> + <table class='report'> + <tr> + <th> + Test + </th> + <th> + <a href='http://jena.apache.org/#riot'>Apache Jena</a> + </th> + <th> + <a href='http://rubygems.org/gems/rdf-turtle'>RDF::Turtle</a> + </th> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-file-01'>turtle-syntax-file-01</a> + <span property='dc:title'>turtle-syntax-file-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-file-02'>turtle-syntax-file-02</a> + <span property='dc:title'>turtle-syntax-file-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-file-03'>turtle-syntax-file-03</a> + <span property='dc:title'>turtle-syntax-file-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-uri-01'>turtle-syntax-uri-01</a> + <span property='dc:title'>turtle-syntax-uri-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-uri-02'>turtle-syntax-uri-02</a> + <span property='dc:title'>turtle-syntax-uri-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-uri-03'>turtle-syntax-uri-03</a> + <span property='dc:title'>turtle-syntax-uri-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-uri-04'>turtle-syntax-uri-04</a> + <span property='dc:title'>turtle-syntax-uri-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-base-01'>turtle-syntax-base-01</a> + <span property='dc:title'>turtle-syntax-base-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-base-02'>turtle-syntax-base-02</a> + <span property='dc:title'>turtle-syntax-base-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-base-03'>turtle-syntax-base-03</a> + <span property='dc:title'>turtle-syntax-base-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-base-04'>turtle-syntax-base-04</a> + <span property='dc:title'>turtle-syntax-base-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-01'>turtle-syntax-prefix-01</a> + <span property='dc:title'>turtle-syntax-prefix-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-02'>turtle-syntax-prefix-02</a> + <span property='dc:title'>turtle-syntax-prefix-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-03'>turtle-syntax-prefix-03</a> + <span property='dc:title'>turtle-syntax-prefix-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-04'>turtle-syntax-prefix-04</a> + <span property='dc:title'>turtle-syntax-prefix-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-05'>turtle-syntax-prefix-05</a> + <span property='dc:title'>turtle-syntax-prefix-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-06'>turtle-syntax-prefix-06</a> + <span property='dc:title'>turtle-syntax-prefix-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-07'>turtle-syntax-prefix-07</a> + <span property='dc:title'>turtle-syntax-prefix-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-08'>turtle-syntax-prefix-08</a> + <span property='dc:title'>turtle-syntax-prefix-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-prefix-09'>turtle-syntax-prefix-09</a> + <span property='dc:title'>turtle-syntax-prefix-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-01'>turtle-syntax-string-01</a> + <span property='dc:title'>turtle-syntax-string-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-02'>turtle-syntax-string-02</a> + <span property='dc:title'>turtle-syntax-string-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-03'>turtle-syntax-string-03</a> + <span property='dc:title'>turtle-syntax-string-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-04'>turtle-syntax-string-04</a> + <span property='dc:title'>turtle-syntax-string-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-05'>turtle-syntax-string-05</a> + <span property='dc:title'>turtle-syntax-string-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-06'>turtle-syntax-string-06</a> + <span property='dc:title'>turtle-syntax-string-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-07'>turtle-syntax-string-07</a> + <span property='dc:title'>turtle-syntax-string-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-08'>turtle-syntax-string-08</a> + <span property='dc:title'>turtle-syntax-string-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-09'>turtle-syntax-string-09</a> + <span property='dc:title'>turtle-syntax-string-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-10'>turtle-syntax-string-10</a> + <span property='dc:title'>turtle-syntax-string-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-string-11'>turtle-syntax-string-11</a> + <span property='dc:title'>turtle-syntax-string-11</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-str-esc-01'>turtle-syntax-str-esc-01</a> + <span property='dc:title'>turtle-syntax-str-esc-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-str-esc-02'>turtle-syntax-str-esc-02</a> + <span property='dc:title'>turtle-syntax-str-esc-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-str-esc-03'>turtle-syntax-str-esc-03</a> + <span property='dc:title'>turtle-syntax-str-esc-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-pname-esc-01'>turtle-syntax-pname-esc-01</a> + <span property='dc:title'>turtle-syntax-pname-esc-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-pname-esc-02'>turtle-syntax-pname-esc-02</a> + <span property='dc:title'>turtle-syntax-pname-esc-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-pname-esc-03'>turtle-syntax-pname-esc-03</a> + <span property='dc:title'>turtle-syntax-pname-esc-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-01'>turtle-syntax-bnode-01</a> + <span property='dc:title'>turtle-syntax-bnode-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-02'>turtle-syntax-bnode-02</a> + <span property='dc:title'>turtle-syntax-bnode-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-03'>turtle-syntax-bnode-03</a> + <span property='dc:title'>turtle-syntax-bnode-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-04'>turtle-syntax-bnode-04</a> + <span property='dc:title'>turtle-syntax-bnode-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-05'>turtle-syntax-bnode-05</a> + <span property='dc:title'>turtle-syntax-bnode-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-06'>turtle-syntax-bnode-06</a> + <span property='dc:title'>turtle-syntax-bnode-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-07'>turtle-syntax-bnode-07</a> + <span property='dc:title'>turtle-syntax-bnode-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-08'>turtle-syntax-bnode-08</a> + <span property='dc:title'>turtle-syntax-bnode-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-09'>turtle-syntax-bnode-09</a> + <span property='dc:title'>turtle-syntax-bnode-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bnode-10'>turtle-syntax-bnode-10</a> + <span property='dc:title'>turtle-syntax-bnode-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-01'>turtle-syntax-number-01</a> + <span property='dc:title'>turtle-syntax-number-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-02'>turtle-syntax-number-02</a> + <span property='dc:title'>turtle-syntax-number-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-03'>turtle-syntax-number-03</a> + <span property='dc:title'>turtle-syntax-number-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-04'>turtle-syntax-number-04</a> + <span property='dc:title'>turtle-syntax-number-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-05'>turtle-syntax-number-05</a> + <span property='dc:title'>turtle-syntax-number-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-06'>turtle-syntax-number-06</a> + <span property='dc:title'>turtle-syntax-number-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-07'>turtle-syntax-number-07</a> + <span property='dc:title'>turtle-syntax-number-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-08'>turtle-syntax-number-08</a> + <span property='dc:title'>turtle-syntax-number-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-09'>turtle-syntax-number-09</a> + <span property='dc:title'>turtle-syntax-number-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-10'>turtle-syntax-number-10</a> + <span property='dc:title'>turtle-syntax-number-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-number-11'>turtle-syntax-number-11</a> + <span property='dc:title'>turtle-syntax-number-11</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-datatypes-01'>turtle-syntax-datatypes-01</a> + <span property='dc:title'>turtle-syntax-datatypes-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-datatypes-02'>turtle-syntax-datatypes-02</a> + <span property='dc:title'>turtle-syntax-datatypes-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-kw-01'>turtle-syntax-kw-01</a> + <span property='dc:title'>turtle-syntax-kw-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-kw-02'>turtle-syntax-kw-02</a> + <span property='dc:title'>turtle-syntax-kw-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-kw-03'>turtle-syntax-kw-03</a> + <span property='dc:title'>turtle-syntax-kw-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-struct-01'>turtle-syntax-struct-01</a> + <span property='dc:title'>turtle-syntax-struct-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-struct-02'>turtle-syntax-struct-02</a> + <span property='dc:title'>turtle-syntax-struct-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-struct-03'>turtle-syntax-struct-03</a> + <span property='dc:title'>turtle-syntax-struct-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-lists-01'>turtle-syntax-lists-01</a> + <span property='dc:title'>turtle-syntax-lists-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-lists-02'>turtle-syntax-lists-02</a> + <span property='dc:title'>turtle-syntax-lists-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-lists-03'>turtle-syntax-lists-03</a> + <span property='dc:title'>turtle-syntax-lists-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-lists-04'>turtle-syntax-lists-04</a> + <span property='dc:title'>turtle-syntax-lists-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-lists-05'>turtle-syntax-lists-05</a> + <span property='dc:title'>turtle-syntax-lists-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-uri-01'>turtle-syntax-bad-uri-01</a> + <span property='dc:title'>turtle-syntax-bad-uri-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-uri-02'>turtle-syntax-bad-uri-02</a> + <span property='dc:title'>turtle-syntax-bad-uri-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-uri-03'>turtle-syntax-bad-uri-03</a> + <span property='dc:title'>turtle-syntax-bad-uri-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-uri-04'>turtle-syntax-bad-uri-04</a> + <span property='dc:title'>turtle-syntax-bad-uri-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-uri-05'>turtle-syntax-bad-uri-05</a> + <span property='dc:title'>turtle-syntax-bad-uri-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-prefix-01'>turtle-syntax-bad-prefix-01</a> + <span property='dc:title'>turtle-syntax-bad-prefix-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-prefix-02'>turtle-syntax-bad-prefix-02</a> + <span property='dc:title'>turtle-syntax-bad-prefix-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-prefix-03'>turtle-syntax-bad-prefix-03</a> + <span property='dc:title'>turtle-syntax-bad-prefix-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-prefix-04'>turtle-syntax-bad-prefix-04</a> + <span property='dc:title'>turtle-syntax-bad-prefix-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-prefix-05'>turtle-syntax-bad-prefix-05</a> + <span property='dc:title'>turtle-syntax-bad-prefix-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-base-01'>turtle-syntax-bad-base-01</a> + <span property='dc:title'>turtle-syntax-bad-base-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-base-02'>turtle-syntax-bad-base-02</a> + <span property='dc:title'>turtle-syntax-bad-base-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-base-03'>turtle-syntax-bad-base-03</a> + <span property='dc:title'>turtle-syntax-bad-base-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-01'>turtle-syntax-bad-struct-01</a> + <span property='dc:title'>turtle-syntax-bad-struct-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-02'>turtle-syntax-bad-struct-02</a> + <span property='dc:title'>turtle-syntax-bad-struct-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-03'>turtle-syntax-bad-struct-03</a> + <span property='dc:title'>turtle-syntax-bad-struct-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-04'>turtle-syntax-bad-struct-04</a> + <span property='dc:title'>turtle-syntax-bad-struct-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-05'>turtle-syntax-bad-struct-05</a> + <span property='dc:title'>turtle-syntax-bad-struct-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-06'>turtle-syntax-bad-struct-06</a> + <span property='dc:title'>turtle-syntax-bad-struct-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-07'>turtle-syntax-bad-struct-07</a> + <span property='dc:title'>turtle-syntax-bad-struct-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-kw-01'>turtle-syntax-bad-kw-01</a> + <span property='dc:title'>turtle-syntax-bad-kw-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-kw-02'>turtle-syntax-bad-kw-02</a> + <span property='dc:title'>turtle-syntax-bad-kw-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-kw-03'>turtle-syntax-bad-kw-03</a> + <span property='dc:title'>turtle-syntax-bad-kw-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-kw-04'>turtle-syntax-bad-kw-04</a> + <span property='dc:title'>turtle-syntax-bad-kw-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-kw-05'>turtle-syntax-bad-kw-05</a> + <span property='dc:title'>turtle-syntax-bad-kw-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-01'>turtle-syntax-bad-n3-extras-01</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-02'>turtle-syntax-bad-n3-extras-02</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-03'>turtle-syntax-bad-n3-extras-03</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-04'>turtle-syntax-bad-n3-extras-04</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-05'>turtle-syntax-bad-n3-extras-05</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-06'>turtle-syntax-bad-n3-extras-06</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-07'>turtle-syntax-bad-n3-extras-07</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-08'>turtle-syntax-bad-n3-extras-08</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-09'>turtle-syntax-bad-n3-extras-09</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-10'>turtle-syntax-bad-n3-extras-10</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-11'>turtle-syntax-bad-n3-extras-11</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-12'>turtle-syntax-bad-n3-extras-12</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-n3-extras-13'>turtle-syntax-bad-n3-extras-13</a> + <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-08'>turtle-syntax-bad-struct-08</a> + <span property='dc:title'>turtle-syntax-bad-struct-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-09'>turtle-syntax-bad-struct-09</a> + <span property='dc:title'>turtle-syntax-bad-struct-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-10'>turtle-syntax-bad-struct-10</a> + <span property='dc:title'>turtle-syntax-bad-struct-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-11'>turtle-syntax-bad-struct-11</a> + <span property='dc:title'>turtle-syntax-bad-struct-11</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-12'>turtle-syntax-bad-struct-12</a> + <span property='dc:title'>turtle-syntax-bad-struct-12</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-13'>turtle-syntax-bad-struct-13</a> + <span property='dc:title'>turtle-syntax-bad-struct-13</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-14'>turtle-syntax-bad-struct-14</a> + <span property='dc:title'>turtle-syntax-bad-struct-14</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-15'>turtle-syntax-bad-struct-15</a> + <span property='dc:title'>turtle-syntax-bad-struct-15</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-16'>turtle-syntax-bad-struct-16</a> + <span property='dc:title'>turtle-syntax-bad-struct-16</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-struct-17'>turtle-syntax-bad-struct-17</a> + <span property='dc:title'>turtle-syntax-bad-struct-17</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-lang-01'>turtle-syntax-bad-lang-01</a> + <span property='dc:title'>turtle-syntax-bad-lang-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-esc-01'>turtle-syntax-bad-esc-01</a> + <span property='dc:title'>turtle-syntax-bad-esc-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-esc-02'>turtle-syntax-bad-esc-02</a> + <span property='dc:title'>turtle-syntax-bad-esc-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-esc-03'>turtle-syntax-bad-esc-03</a> + <span property='dc:title'>turtle-syntax-bad-esc-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-esc-04'>turtle-syntax-bad-esc-04</a> + <span property='dc:title'>turtle-syntax-bad-esc-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-pname-01'>turtle-syntax-bad-pname-01</a> + <span property='dc:title'>turtle-syntax-bad-pname-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-pname-02'>turtle-syntax-bad-pname-02</a> + <span property='dc:title'>turtle-syntax-bad-pname-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-pname-03'>turtle-syntax-bad-pname-03</a> + <span property='dc:title'>turtle-syntax-bad-pname-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-string-01'>turtle-syntax-bad-string-01</a> + <span property='dc:title'>turtle-syntax-bad-string-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-string-02'>turtle-syntax-bad-string-02</a> + <span property='dc:title'>turtle-syntax-bad-string-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-string-03'>turtle-syntax-bad-string-03</a> + <span property='dc:title'>turtle-syntax-bad-string-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-string-04'>turtle-syntax-bad-string-04</a> + <span property='dc:title'>turtle-syntax-bad-string-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-string-05'>turtle-syntax-bad-string-05</a> + <span property='dc:title'>turtle-syntax-bad-string-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-num-01'>turtle-syntax-bad-num-01</a> + <span property='dc:title'>turtle-syntax-bad-num-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-num-02'>turtle-syntax-bad-num-02</a> + <span property='dc:title'>turtle-syntax-bad-num-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-num-03'>turtle-syntax-bad-num-03</a> + <span property='dc:title'>turtle-syntax-bad-num-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-num-04'>turtle-syntax-bad-num-04</a> + <span property='dc:title'>turtle-syntax-bad-num-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-syntax-bad-num-05'>turtle-syntax-bad-num-05</a> + <span property='dc:title'>turtle-syntax-bad-num-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-struct-01'>turtle-eval-struct-01</a> + <span property='dc:title'>turtle-eval-struct-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-struct-02'>turtle-eval-struct-02</a> + <span property='dc:title'>turtle-eval-struct-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-01'>turtle-subm-01</a> + <span property='dc:title'>turtle-subm-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-02'>turtle-subm-02</a> + <span property='dc:title'>turtle-subm-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-03'>turtle-subm-03</a> + <span property='dc:title'>turtle-subm-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-04'>turtle-subm-04</a> + <span property='dc:title'>turtle-subm-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-05'>turtle-subm-05</a> + <span property='dc:title'>turtle-subm-05</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-06'>turtle-subm-06</a> + <span property='dc:title'>turtle-subm-06</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-07'>turtle-subm-07</a> + <span property='dc:title'>turtle-subm-07</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-08'>turtle-subm-08</a> + <span property='dc:title'>turtle-subm-08</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-09'>turtle-subm-09</a> + <span property='dc:title'>turtle-subm-09</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-10'>turtle-subm-10</a> + <span property='dc:title'>turtle-subm-10</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-11'>turtle-subm-11</a> + <span property='dc:title'>turtle-subm-11</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-12'>turtle-subm-12</a> + <span property='dc:title'>turtle-subm-12</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-13'>turtle-subm-13</a> + <span property='dc:title'>turtle-subm-13</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-14'>turtle-subm-14</a> + <span property='dc:title'>turtle-subm-14</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-15'>turtle-subm-15</a> + <span property='dc:title'>turtle-subm-15</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-16'>turtle-subm-16</a> + <span property='dc:title'>turtle-subm-16</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-17'>turtle-subm-17</a> + <span property='dc:title'>turtle-subm-17</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-18'>turtle-subm-18</a> + <span property='dc:title'>turtle-subm-18</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-19'>turtle-subm-19</a> + <span property='dc:title'>turtle-subm-19</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-20'>turtle-subm-20</a> + <span property='dc:title'>turtle-subm-20</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-21'>turtle-subm-21</a> + <span property='dc:title'>turtle-subm-21</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-22'>turtle-subm-22</a> + <span property='dc:title'>turtle-subm-22</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-23'>turtle-subm-23</a> + <span property='dc:title'>turtle-subm-23</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-24'>turtle-subm-24</a> + <span property='dc:title'>turtle-subm-24</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-25'>turtle-subm-25</a> + <span property='dc:title'>turtle-subm-25</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-26'>turtle-subm-26</a> + <span property='dc:title'>turtle-subm-26</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-subm-27'>turtle-subm-27</a> + <span property='dc:title'>turtle-subm-27</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-bad-01'>turtle-eval-bad-01</a> + <span property='dc:title'>turtle-eval-bad-01</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-bad-02'>turtle-eval-bad-02</a> + <span property='dc:title'>turtle-eval-bad-02</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-bad-03'>turtle-eval-bad-03</a> + <span property='dc:title'>turtle-eval-bad-03</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + <tr resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'> + <td> + <a href='#test_turtle-eval-bad-04'>turtle-eval-bad-04</a> + <span property='dc:title'>turtle-eval-bad-04</span> + <span property='dc:description'></span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://jena.apache.org/#riot' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> + <link href='http://jena.apache.org/#riot' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + <td class='PASS' typeof='earl:Assertion'> + <link href='http://greggkellogg.net/foaf#me' property='earl:assertedBy' /> + <link href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' property='earl:test' /> + <link href='http://rubygems.org/gems/rdf-turtle' property='earl:subject' /> + <link href='earl:automatic' property='earl:mode' /> + <span property='earl:result' resource='earl:passed' typeof='earl:TestResult'> + PASS + </span> + </td> + </tr> + </table> + </section> + <section class='appendix'> + <h2> + Test Subjects + </h2> + <p> + This report was tested using the following test subjects: + </p> + <dl> + <dt about='http://jena.apache.org/#riot' property='doap:name'>Apache Jena</dt> + <dd about='http://jena.apache.org/#riot' typeof='earl:TestSubject doap:Project'> + <dl> + <dt>Description</dt> + <dd property='doap:description'>Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.</dd> + <dt>Programming Language</dt> + <dd property='doap:programming-language'>Java</dd> + <dt>Developer</dt> + <dd rel='doap:developer'> + <div typeof='foaf:Person'> + <span property='foaf:name'>Andy Seaborne</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Ian Dickinson</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Dave Reynolds</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Stephen Allen</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Chris Dollin</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Damian Steer</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Paolo Castagna</span> + </div> + <div typeof='foaf:Person'> + <span property='foaf:name'>Rob Vesse</span> + </div> + </dd> + </dl> + </dd> + <dt about='http://rubygems.org/gems/rdf-turtle' property='doap:name'>RDF::Turtle</dt> + <dd about='http://rubygems.org/gems/rdf-turtle' typeof='earl:TestSubject doap:Project'> + <dl> + <dt>Description</dt> + <dd property='doap:description'>RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite.</dd> + <dt>Programming Language</dt> + <dd property='doap:programming-language'>Ruby</dd> + <dt>Developer</dt> + <dd rel='doap:developer'> + <div resource='http://greggkellogg.net/foaf#me' typeof='foaf:Person'> + <a href='http://greggkellogg.net/foaf#me'> + <span property='foaf:name'>Gregg Kellogg</span> + </a> + </div> + </dd> + </dl> + </dd> + </dl> + </section> + <section class='appendix'> + <h2> + Individual Test Results + </h2> + <p> + Individual test results used to construct this report are available here: + </p> + <ul> + <li> + <a class='source' href='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl'>https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl</a> + </li> + <li> + <a class='source' href='RIOT-earl-2012-11-18-Turtle.ttl'>RIOT-earl-2012-11-18-Turtle.ttl</a> + </li> + <li> + <a class='source' href='rdf.rb-earl.ttl'>rdf.rb-earl.ttl</a> + </li> + </ul> + </section> + <section class='appendix'> + <h2> + Test Definitions + </h2> + <dl> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01' id='test_turtle-eval-bad-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-bad-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-01.ttl' title='turtle-eval-bad-01 Input'># Bad IRI : good escape, bad charcater<br/><http://example/\u0020> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02' id='test_turtle-eval-bad-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-bad-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-02.ttl' title='turtle-eval-bad-02 Input'># Bad IRI : hex 3C is <<br/><http://example/\u003C> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03' id='test_turtle-eval-bad-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-bad-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-03.ttl' title='turtle-eval-bad-03 Input'># Bad IRI : hex 3E is ><br/><http://example/\u003E> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04' id='test_turtle-eval-bad-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-bad-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-bad-04.ttl' title='turtle-eval-bad-04 Input'># Bad IRI<br/><http://example/{abc}> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01' id='test_turtle-eval-struct-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-struct-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.ttl' title='turtle-eval-struct-01 Input'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-01.nt' title='turtle-eval-struct-01 Result'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02' id='test_turtle-eval-struct-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-eval-struct-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.ttl' title='turtle-eval-struct-02 Input'><http://example/s> <br/> <http://example/p1> <http://example/o1> ;<br/> <http://example/p2> <http://example/o2> ; <br/> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-eval-struct-02.nt' title='turtle-eval-struct-02 Result'><http://example/s> <http://example/p1> <http://example/o1> .<br/><http://example/s> <http://example/p2> <http://example/o2> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01' id='test_turtle-subm-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.ttl' title='turtle-subm-01 Input'>@prefix : <#> .<br/>[] :x :y .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-01.nt' title='turtle-subm-01 Result'>_:genid1 <http://example/base/turtle-subm-01.ttl#x> <http://example/base/turtle-subm-01.ttl#y> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02' id='test_turtle-subm-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.ttl' title='turtle-subm-02 Input'># Test @prefix and qnames<br/>@prefix : <http://example.org/base1#> .<br/>@prefix a: <http://example.org/base2#> .<br/>@prefix b: <http://example.org/base3#> .<br/>:a :b :c .<br/>a:a a:b a:c .<br/>:a a:a b:a .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-02.nt' title='turtle-subm-02 Result'><http://example.org/base1#a> <http://example.org/base1#b> <http://example.org/base1#c> .<br/><http://example.org/base2#a> <http://example.org/base2#b> <http://example.org/base2#c> .<br/><http://example.org/base1#a> <http://example.org/base2#a> <http://example.org/base3#a> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03' id='test_turtle-subm-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.ttl' title='turtle-subm-03 Input'># Test , operator<br/>@prefix : <http://example.org/base#> .<br/>:a :b :c,<br/> :d,<br/> :e .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-03.nt' title='turtle-subm-03 Result'><http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#c> .<br/><http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#d> .<br/><http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#e> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04' id='test_turtle-subm-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.ttl' title='turtle-subm-04 Input'># Test ; operator<br/>@prefix : <http://example.org/base#> .<br/>:a :b :c ;<br/> :d :e ;<br/> :f :g .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-04.nt' title='turtle-subm-04 Result'><http://example.org/base#a> <http://example.org/base#b> <http://example.org/base#c> .<br/><http://example.org/base#a> <http://example.org/base#d> <http://example.org/base#e> .<br/><http://example.org/base#a> <http://example.org/base#f> <http://example.org/base#g> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05' id='test_turtle-subm-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.ttl' title='turtle-subm-05 Input'># Test empty [] operator; not allowed as predicate<br/>@prefix : <http://example.org/base#> .<br/>[] :a :b .<br/>:c :d [] .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-05.nt' title='turtle-subm-05 Result'>_:genid1 <http://example.org/base#a> <http://example.org/base#b> .<br/><http://example.org/base#c> <http://example.org/base#d> _:genid2 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06' id='test_turtle-subm-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.ttl' title='turtle-subm-06 Input'># Test non empty [] operator; not allowed as predicate<br/>@prefix : <http://example.org/base#> .<br/>[ :a :b ] :c :d .<br/>:e :f [ :g :h ] .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-06.nt' title='turtle-subm-06 Result'>_:genid1 <http://example.org/base#a> <http://example.org/base#b> .<br/>_:genid1 <http://example.org/base#c> <http://example.org/base#d> .<br/>_:genid2 <http://example.org/base#g> <http://example.org/base#h> .<br/><http://example.org/base#e> <http://example.org/base#f> _:genid2 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07' id='test_turtle-subm-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.ttl' title='turtle-subm-07 Input'># 'a' only allowed as a predicate<br/>@prefix : <http://example.org/base#> .<br/>:a a :b .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-07.nt' title='turtle-subm-07 Result'><http://example.org/base#a> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/base#b> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08' id='test_turtle-subm-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.ttl' title='turtle-subm-08 Input'>@prefix : <http://example.org/stuff/1.0/> .<br/>:a :b ( "apple" "banana" ) .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-08.nt' title='turtle-subm-08 Result'>_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .<br/>_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/>_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .<br/>_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid1 .<br/><http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> _:genid2 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09' id='test_turtle-subm-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.ttl' title='turtle-subm-09 Input'>@prefix : <http://example.org/stuff/1.0/> .<br/>:a :b ( ) .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-09.nt' title='turtle-subm-09 Result'><http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10' id='test_turtle-subm-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.ttl' title='turtle-subm-10 Input'># Test integer datatyped literals using an OWL cardinality constraint<br/>@prefix owl: <http://www.w3.org/2002/07/owl#> .<br/><br/># based on examples in the OWL Reference<br/><br/>_:hasParent a owl:ObjectProperty .<br/><br/>[] a owl:Restriction ;<br/> owl:onProperty _:hasParent ;<br/> owl:maxCardinality 2 .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-10.nt' title='turtle-subm-10 Result'>_:hasParent <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .<br/>_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .<br/>_:genid1 <http://www.w3.org/2002/07/owl#onProperty> _:hasParent .<br/>_:genid1 <http://www.w3.org/2002/07/owl#maxCardinality> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11' id='test_turtle-subm-11' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-11</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.ttl' title='turtle-subm-11 Input'><http://example.org/res1> <http://example.org/prop1> 000000 .<br/><http://example.org/res2> <http://example.org/prop2> 0 .<br/><http://example.org/res3> <http://example.org/prop3> 000001 .<br/><http://example.org/res4> <http://example.org/prop4> 2 .<br/><http://example.org/res5> <http://example.org/prop5> 4 .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-11.nt' title='turtle-subm-11 Result'><http://example.org/res1> <http://example.org/prop1> "000000"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org/res2> <http://example.org/prop2> "0"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org/res3> <http://example.org/prop3> "000001"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org/res4> <http://example.org/prop4> "2"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org/res5> <http://example.org/prop5> "4"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12' id='test_turtle-subm-12' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-12</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.ttl' title='turtle-subm-12 Input'># Tests for - and _ in names, qnames<br/>@prefix ex1: <http://example.org/ex1#> .<br/>@prefix ex-2: <http://example.org/ex2#> .<br/>@prefix ex3_: <http://example.org/ex3#> .<br/>@prefix ex4-: <http://example.org/ex4#> .<br/><br/>ex1:foo-bar ex1:foo_bar "a" .<br/>ex-2:foo-bar ex-2:foo_bar "b" .<br/>ex3_:foo-bar ex3_:foo_bar "c" .<br/>ex4-:foo-bar ex4-:foo_bar "d" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-12.nt' title='turtle-subm-12 Result'><http://example.org/ex1#foo-bar> <http://example.org/ex1#foo_bar> "a" .<br/><http://example.org/ex2#foo-bar> <http://example.org/ex2#foo_bar> "b" .<br/><http://example.org/ex3#foo-bar> <http://example.org/ex3#foo_bar> "c" .<br/><http://example.org/ex4#foo-bar> <http://example.org/ex4#foo_bar> "d" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13' id='test_turtle-subm-13' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-13</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.ttl' title='turtle-subm-13 Input'># Tests for rdf:_<numbers> and other qnames starting with _<br/>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/>@prefix ex: <http://example.org/ex#> .<br/>@prefix : <http://example.org/myprop#> .<br/><br/>ex:foo rdf:_1 "1" .<br/>ex:foo rdf:_2 "2" .<br/>ex:foo :_abc "def" .<br/>ex:foo :_345 "678" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-13.nt' title='turtle-subm-13 Result'><http://example.org/ex#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_1> "1" .<br/><http://example.org/ex#foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#_2> "2" .<br/><http://example.org/ex#foo> <http://example.org/myprop#_abc> "def" .<br/><http://example.org/ex#foo> <http://example.org/myprop#_345> "678" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14' id='test_turtle-subm-14' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-14</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.ttl' title='turtle-subm-14 Input'># Test for : allowed<br/>@prefix : <http://example.org/ron> .<br/><br/>[] : [] .<br/><br/>: : : .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-14.nt' title='turtle-subm-14 Result'>_:genid1 <http://example.org/ron> _:genid2 .<br/><http://example.org/ron> <http://example.org/ron> <http://example.org/ron> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15' id='test_turtle-subm-15' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-15</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.ttl' title='turtle-subm-15 Input'># Test long literal<br/>@prefix : <http://example.org/ex#> .<br/>:a :b """a long<br/> literal<br/>with<br/>newlines""" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-15.nt' title='turtle-subm-15 Result'><http://example.org/ex#a> <http://example.org/ex#b> "a long\n\tliteral\nwith\nnewlines" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16' id='test_turtle-subm-16' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-16</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.ttl' title='turtle-subm-16 Input'>@prefix : <http://example.org/foo#> .<br/><br/>## \U00015678 is a not a legal codepoint<br/>## :a :b """\nthis \ris a \U00015678long\t<br/>## literal\uABCD<br/>## """ .<br/>## <br/>## :d :e """\tThis \uABCDis\r \U00015678another\n<br/>## one<br/>## """ .<br/><br/># \U00015678 is a not a legal codepoint<br/># \U00012451 in Cuneiform numeric ban 3<br/>:a :b """\nthis \ris a \U00012451long\t<br/>literal\uABCD<br/>""" .<br/><br/>:d :e """\tThis \uABCDis\r \U00012451another\n<br/>one<br/>""" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-16.nt' title='turtle-subm-16 Result'>## <http://example.org/foo#a> <http://example.org/foo#b> "\nthis \ris a \U00015678long\t\nliteral\uABCD\n" .<br/>## <http://example.org/foo#d> <http://example.org/foo#e> "\tThis \uABCDis\r \U00015678another\n\none\n" .<br/><br/><http://example.org/foo#a> <http://example.org/foo#b> "\nthis \ris a \U00012451long\t\nliteral\uABCD\n" .<br/><http://example.org/foo#d> <http://example.org/foo#e> "\tThis \uABCDis\r \U00012451another\n\none\n" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17' id='test_turtle-subm-17' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-17</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.ttl' title='turtle-subm-17 Input'>@prefix : <http://example.org/#> .<br/><br/>:a :b 1.0 .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-17.nt' title='turtle-subm-17 Result'><http://example.org/#a> <http://example.org/#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18' id='test_turtle-subm-18' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-18</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.ttl' title='turtle-subm-18 Input'>@prefix : <http://example.org/#> .<br/><br/>:a :b "" .<br/><br/>:c :d """""" .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-18.nt' title='turtle-subm-18 Result'><http://example.org/#a> <http://example.org/#b> "" .<br/><http://example.org/#c> <http://example.org/#d> "" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19' id='test_turtle-subm-19' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-19</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.ttl' title='turtle-subm-19 Input'>@prefix : <http://example.org#> .<br/>:a :b 1.0 .<br/>:c :d 1 .<br/>:e :f 1.0e0 .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-19.nt' title='turtle-subm-19 Result'><http://example.org#a> <http://example.org#b> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org#c> <http://example.org#d> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org#e> <http://example.org#f> "1.0e0"^^<http://www.w3.org/2001/XMLSchema#double> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20' id='test_turtle-subm-20' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-20</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.ttl' title='turtle-subm-20 Input'>@prefix : <http://example.org#> .<br/>:a :b -1.0 .<br/>:c :d -1 .<br/>:e :f -1.0e0 .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-20.nt' title='turtle-subm-20 Result'><http://example.org#a> <http://example.org#b> "-1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org#c> <http://example.org#d> "-1"^^<http://www.w3.org/2001/XMLSchema#integer> .<br/><http://example.org#e> <http://example.org#f> "-1.0e0"^^<http://www.w3.org/2001/XMLSchema#double> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21' id='test_turtle-subm-21' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-21</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.ttl' title='turtle-subm-21 Input'># Test long literal<br/>@prefix : <http://example.org/ex#> .<br/>:a :b """John said: "Hello World!\"""" .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-21.nt' title='turtle-subm-21 Result'><http://example.org/ex#a> <http://example.org/ex#b> "John said: \"Hello World!\"" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22' id='test_turtle-subm-22' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-22</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.ttl' title='turtle-subm-22 Input'>@prefix : <http://example.org#> .<br/>:a :b true .<br/>:c :d false .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-22.nt' title='turtle-subm-22 Result'><http://example.org#a> <http://example.org#b> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/><http://example.org#c> <http://example.org#d> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23' id='test_turtle-subm-23' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-23</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.ttl' title='turtle-subm-23 Input'># comment test<br/>@prefix : <http://example.org/#> .<br/>:a :b :c . # end of line comment<br/>:d # ignore me<br/> :e # and me<br/> :f # and me<br/> .<br/>:g :h #ignore me<br/> :i, # and me<br/> :j . # and me<br/><br/>:k :l :m ; #ignore me<br/> :n :o ; # and me<br/> :p :q . # and me<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-23.nt' title='turtle-subm-23 Result'><http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .<br/><http://example.org/#d> <http://example.org/#e> <http://example.org/#f> .<br/><http://example.org/#g> <http://example.org/#h> <http://example.org/#i> .<br/><http://example.org/#g> <http://example.org/#h> <http://example.org/#j> .<br/><http://example.org/#k> <http://example.org/#l> <http://example.org/#m> .<br/><http://example.org/#k> <http://example.org/#n> <http://example.org/#o> .<br/><http://example.org/#k> <http://example.org/#p> <http://example.org/#q> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24' id='test_turtle-subm-24' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-24</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.ttl' title='turtle-subm-24 Input'># comment line with no final newline test<br/>@prefix : <http://example.org/#> .<br/>:a :b :c .<br/>#foo<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-24.nt' title='turtle-subm-24 Result'><http://example.org/#a> <http://example.org/#b> <http://example.org/#c> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25' id='test_turtle-subm-25' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-25</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.ttl' title='turtle-subm-25 Input'>@prefix foo: <http://example.org/foo#> .<br/>@prefix foo: <http://example.org/bar#> .<br/><br/>foo:blah foo:blah foo:blah .<br/><br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-25.nt' title='turtle-subm-25 Result'><http://example.org/bar#blah> <http://example.org/bar#blah> <http://example.org/bar#blah> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26' id='test_turtle-subm-26' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-26</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.ttl' title='turtle-subm-26 Input'><http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1."^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.000000000"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.2345678901234567890123457890"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-26.nt' title='turtle-subm-26 Result'># Incomplete.<br/>## <http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.30"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "2.234"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/>## <http://example.org/foo> <http://example.org/bar> "1.2345678901234567"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><br/>#Corrected.<br/><http://example.org/foo> <http://example.org/bar> "2.3"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.345"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.234000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.0"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1."^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.000000000"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.23400000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "1.2345678901234567890123457890"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/><http://example.org/foo> <http://example.org/bar> "2.2340000000000000005"^^<http://www.w3.org/2001/XMLSchema#decimal> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27' id='test_turtle-subm-27' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-subm-27</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.ttl' title='turtle-subm-27 Input'># In-scope base URI is http://www.w3.org/2001/sw/DataAccess/df1/tests/ at this point<br/><a1> <b1> <c1> .<br/>@base <http://example.org/ns/> .<br/># In-scope base URI is http://example.org/ns/ at this point<br/><a2> <http://example.org/ns/b2> <c2> .<br/>@base <foo/> .<br/># In-scope base URI is http://example.org/ns/foo/ at this point<br/><a3> <b3> <c3> .<br/>@prefix : <bar#> .<br/>:a4 :b4 :c4 .<br/>@prefix : <http://example.org/ns2#> .<br/>:a5 :b5 :c5 .<br/></pre> + <pre class='example resultDoc' property='mf:result' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-subm-27.nt' title='turtle-subm-27 Result'><http://example/base/a1> <http://example/base/b1> <http://example/base/c1> .<br/><http://example.org/ns/a2> <http://example.org/ns/b2> <http://example.org/ns/c2> .<br/><http://example.org/ns/foo/a3> <http://example.org/ns/foo/b3> <http://example.org/ns/foo/c3> .<br/><http://example.org/ns/foo/bar#a4> <http://example.org/ns/foo/bar#b4> <http://example.org/ns/foo/bar#c4> .<br/><http://example.org/ns2#a5> <http://example.org/ns2#b5> <http://example.org/ns2#c5> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01' id='test_turtle-syntax-bad-base-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-base-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-01.ttl' title='turtle-syntax-bad-base-01 Input'># @base without URI.<br/>@base .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02' id='test_turtle-syntax-bad-base-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-base-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-02.ttl' title='turtle-syntax-bad-base-02 Input'># @base in wrong case.<br/>@BASE <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03' id='test_turtle-syntax-bad-base-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-base-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-base-03.ttl' title='turtle-syntax-bad-base-03 Input'># @base without URI.<br/>BASE <http://example/> .<br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01' id='test_turtle-syntax-bad-esc-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-01.ttl' title='turtle-syntax-bad-esc-01 Input'># Bad string escape<br/><http://example/s> <http://example/p> "a\zb" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02' id='test_turtle-syntax-bad-esc-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-02.ttl' title='turtle-syntax-bad-esc-02 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\uWXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03' id='test_turtle-syntax-bad-esc-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-03.ttl' title='turtle-syntax-bad-esc-03 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04' id='test_turtle-syntax-bad-esc-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-esc-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-esc-04.ttl' title='turtle-syntax-bad-esc-04 Input'># Bad string escape<br/><http://example/s> <http://example/p> "\U0000WXYZ" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01' id='test_turtle-syntax-bad-kw-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-01.ttl' title='turtle-syntax-bad-kw-01 Input'>@prefix : <http://example/> .<br/>:s A :C .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02' id='test_turtle-syntax-bad-kw-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-02.ttl' title='turtle-syntax-bad-kw-02 Input'>@prefix : <http://example/> .<br/>a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03' id='test_turtle-syntax-bad-kw-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-03.ttl' title='turtle-syntax-bad-kw-03 Input'>@prefix : <http://example/> .<br/>:s :p a .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04' id='test_turtle-syntax-bad-kw-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-04.ttl' title='turtle-syntax-bad-kw-04 Input'>@prefix : <http://example/> .<br/>true :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05' id='test_turtle-syntax-bad-kw-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-kw-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-kw-05.ttl' title='turtle-syntax-bad-kw-05 Input'>@prefix : <http://example/> .<br/>:s true :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01' id='test_turtle-syntax-bad-lang-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-lang-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-lang-01.ttl' title='turtle-syntax-bad-lang-01 Input'># Bad lang tag<br/><http://example/s> <http://example/p> "string"@1 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01' id='test_turtle-syntax-bad-n3-extras-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-01.ttl' title='turtle-syntax-bad-n3-extras-01 Input'># {} fomulae not in Turtle<br/>@prefix : <http://example/> .<br/><br/>{ :a :q :c . } :p :z .<br/><br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02' id='test_turtle-syntax-bad-n3-extras-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-02.ttl' title='turtle-syntax-bad-n3-extras-02 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a = :b .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03' id='test_turtle-syntax-bad-n3-extras-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-03.ttl' title='turtle-syntax-bad-n3-extras-03 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x.<br/> ns:p.<br/> ns:q :p :z .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04' id='test_turtle-syntax-bad-n3-extras-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-04.ttl' title='turtle-syntax-bad-n3-extras-04 Input'># N3 paths<br/>@prefix : <http://example/> .<br/>@prefix ns: <http://example/p#> .<br/><br/>:x^ns:p :p :z .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05' id='test_turtle-syntax-bad-n3-extras-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-05.ttl' title='turtle-syntax-bad-n3-extras-05 Input'># N3 is...of<br/>@prefix : <http://example/> .<br/><br/>:z is :p of :x .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06' id='test_turtle-syntax-bad-n3-extras-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-06.ttl' title='turtle-syntax-bad-n3-extras-06 Input'># = is not Turtle<br/>@prefix : <http://example/> .<br/><br/>:a.:b.:c .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07' id='test_turtle-syntax-bad-n3-extras-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-07.ttl' title='turtle-syntax-bad-n3-extras-07 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08' id='test_turtle-syntax-bad-n3-extras-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-08.ttl' title='turtle-syntax-bad-n3-extras-08 Input'># @keywords is not Turtle<br/>@keywords a .<br/>x a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09' id='test_turtle-syntax-bad-n3-extras-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-09.ttl' title='turtle-syntax-bad-n3-extras-09 Input'># => is not Turtle<br/>@prefix : <http://example/> .<br/>:s => :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10' id='test_turtle-syntax-bad-n3-extras-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-10.ttl' title='turtle-syntax-bad-n3-extras-10 Input'># <= is not Turtle<br/>@prefix : <http://example/> .<br/>:s <= :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11' id='test_turtle-syntax-bad-n3-extras-11' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-11</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-11.ttl' title='turtle-syntax-bad-n3-extras-11 Input'># @forSome is not Turtle<br/>@prefix : <http://example/> .<br/>@forSome :x .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12' id='test_turtle-syntax-bad-n3-extras-12' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-12</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-12.ttl' title='turtle-syntax-bad-n3-extras-12 Input'># @forAll is not Turtle<br/>@prefix : <http://example/> .<br/>@forAll :x .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13' id='test_turtle-syntax-bad-n3-extras-13' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-n3-extras-13</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-n3-extras-13.ttl' title='turtle-syntax-bad-n3-extras-13 Input'># @keywords is not Turtle<br/>@keywords .<br/>x @a Item .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01' id='test_turtle-syntax-bad-num-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-num-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-01.ttl' title='turtle-syntax-bad-num-01 Input'><http://example/s> <http://example/p> 123.abc .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02' id='test_turtle-syntax-bad-num-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-num-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-02.ttl' title='turtle-syntax-bad-num-02 Input'><http://example/s> <http://example/p> 123e .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03' id='test_turtle-syntax-bad-num-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-num-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-03.ttl' title='turtle-syntax-bad-num-03 Input'><http://example/s> <http://example/p> 123abc .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04' id='test_turtle-syntax-bad-num-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-num-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-04.ttl' title='turtle-syntax-bad-num-04 Input'><http://example/s> <http://example/p> 0x123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05' id='test_turtle-syntax-bad-num-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-num-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-num-05.ttl' title='turtle-syntax-bad-num-05 Input'><http://example/s> <http://example/p> +-1 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01' id='test_turtle-syntax-bad-pname-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-01.ttl' title='turtle-syntax-bad-pname-01 Input'># ~ must be escaped.<br/>@prefix : <http://example/> .<br/>:a~b :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02' id='test_turtle-syntax-bad-pname-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-02.ttl' title='turtle-syntax-bad-pname-02 Input'># Bad %-sequence<br/>@prefix : <http://example/> .<br/>:a%2 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03' id='test_turtle-syntax-bad-pname-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-pname-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-pname-03.ttl' title='turtle-syntax-bad-pname-03 Input'># No \u (x39 is "9")<br/>@prefix : <http://example/> .<br/>:a\u0039 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01' id='test_turtle-syntax-bad-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-01.ttl' title='turtle-syntax-bad-prefix-01 Input'># No prefix<br/>:s <http://example/p> "x" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02' id='test_turtle-syntax-bad-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-02.ttl' title='turtle-syntax-bad-prefix-02 Input'># No prefix<br/>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/><http://example/s> rdf:type :C .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03' id='test_turtle-syntax-bad-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-03.ttl' title='turtle-syntax-bad-prefix-03 Input'># @prefix without URI.<br/>@prefix ex: .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04' id='test_turtle-syntax-bad-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-04.ttl' title='turtle-syntax-bad-prefix-04 Input'># @prefix without prefix name .<br/>@prefix <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05' id='test_turtle-syntax-bad-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-prefix-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-prefix-05.ttl' title='turtle-syntax-bad-prefix-05 Input'># @prefix without :<br/>@prefix x <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01' id='test_turtle-syntax-bad-string-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-string-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-01.ttl' title='turtle-syntax-bad-string-01 Input'>@prefix : <http://example/> .<br/>:s :p "abc' .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02' id='test_turtle-syntax-bad-string-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-string-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-02.ttl' title='turtle-syntax-bad-string-02 Input'>@prefix : <http://example/> .<br/>:s :p 'abc" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03' id='test_turtle-syntax-bad-string-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-string-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-03.ttl' title='turtle-syntax-bad-string-03 Input'>@prefix : <http://example/> .<br/>:s :p '''abc' .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04' id='test_turtle-syntax-bad-string-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-string-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-04.ttl' title='turtle-syntax-bad-string-04 Input'>@prefix : <http://example/> .<br/>:s :p """abc''' .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05' id='test_turtle-syntax-bad-string-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-string-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-string-05.ttl' title='turtle-syntax-bad-string-05 Input'># Long literal with missing end<br/>@prefix : <http://example/> .<br/>:s :p """abc<br/>def<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01' id='test_turtle-syntax-bad-struct-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-01.ttl' title='turtle-syntax-bad-struct-01 Input'># Turtle is not TriG<br/>{ <http://example/s> <http://example/p> <http://example/o> }<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02' id='test_turtle-syntax-bad-struct-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-02.ttl' title='turtle-syntax-bad-struct-02 Input'># Turtle is not N3<br/><http://example/s> = <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03' id='test_turtle-syntax-bad-struct-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-03.ttl' title='turtle-syntax-bad-struct-03 Input'># Turtle is not NQuads<br/><http://example/s> <http://example/p> <http://example/o> <http://example/g> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04' id='test_turtle-syntax-bad-struct-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-04.ttl' title='turtle-syntax-bad-struct-04 Input'># Turtle does not allow literals-as-subjects<br/>"hello" <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05' id='test_turtle-syntax-bad-struct-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-05.ttl' title='turtle-syntax-bad-struct-05 Input'># Turtle does not allow literals-as-predicates<br/><http://example/s> "hello" <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06' id='test_turtle-syntax-bad-struct-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-06.ttl' title='turtle-syntax-bad-struct-06 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> [] <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07' id='test_turtle-syntax-bad-struct-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-07.ttl' title='turtle-syntax-bad-struct-07 Input'># Turtle does not allow bnodes-as-predicates<br/><http://example/s> _:p <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08' id='test_turtle-syntax-bad-struct-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-08.ttl' title='turtle-syntax-bad-struct-08 Input'># No DOT<br/><http://example/s> <http://example/p> <http://example/o><br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09' id='test_turtle-syntax-bad-struct-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-09.ttl' title='turtle-syntax-bad-struct-09 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10' id='test_turtle-syntax-bad-struct-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-10.ttl' title='turtle-syntax-bad-struct-10 Input'># Too many DOT<br/><http://example/s> <http://example/p> <http://example/o> . .<br/><http://example/s1> <http://example/p1> <http://example/o1> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11' id='test_turtle-syntax-bad-struct-11' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-11</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-11.ttl' title='turtle-syntax-bad-struct-11 Input'># Trailing ;<br/><http://example/s> <http://example/p> <http://example/o> ;<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12' id='test_turtle-syntax-bad-struct-12' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-12</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-12.ttl' title='turtle-syntax-bad-struct-12 Input'><http://example/s> <http://example/p> <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13' id='test_turtle-syntax-bad-struct-13' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-13</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-13.ttl' title='turtle-syntax-bad-struct-13 Input'><http://example/s> <http://example/p> <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14' id='test_turtle-syntax-bad-struct-14' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-14</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-14.ttl' title='turtle-syntax-bad-struct-14 Input'># Literal as subject<br/>"abc" <http://example/p> <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15' id='test_turtle-syntax-bad-struct-15' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-15</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-15.ttl' title='turtle-syntax-bad-struct-15 Input'># Literal as predicate<br/><http://example/s> "abc" <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16' id='test_turtle-syntax-bad-struct-16' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-16</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-16.ttl' title='turtle-syntax-bad-struct-16 Input'># BNode as predicate<br/><http://example/s> [] <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17' id='test_turtle-syntax-bad-struct-17' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-struct-17</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-struct-17.ttl' title='turtle-syntax-bad-struct-17 Input'># BNode as predicate<br/><http://example/s> _:a <http://example/p> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01' id='test_turtle-syntax-bad-uri-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-01.ttl' title='turtle-syntax-bad-uri-01 Input'># Bad IRI : space.<br/><http://example/ space> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02' id='test_turtle-syntax-bad-uri-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-02.ttl' title='turtle-syntax-bad-uri-02 Input'># Bad IRI : bad escape<br/><http://example/\u00ZZ11> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03' id='test_turtle-syntax-bad-uri-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-03.ttl' title='turtle-syntax-bad-uri-03 Input'># Bad IRI : bad escape<br/><http://example/\U00ZZ1111> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04' id='test_turtle-syntax-bad-uri-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-04.ttl' title='turtle-syntax-bad-uri-04 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\n> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05' id='test_turtle-syntax-bad-uri-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bad-uri-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bad-uri-05.ttl' title='turtle-syntax-bad-uri-05 Input'># Bad IRI : character escapes not allowed.<br/><http://example/\/> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01' id='test_turtle-syntax-base-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-base-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-01.ttl' title='turtle-syntax-base-01 Input'>@base <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02' id='test_turtle-syntax-base-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-base-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-02.ttl' title='turtle-syntax-base-02 Input'>BASE <http://example/><br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03' id='test_turtle-syntax-base-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-base-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-03.ttl' title='turtle-syntax-base-03 Input'>@base <http://example/> .<br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04' id='test_turtle-syntax-base-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-base-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-base-04.ttl' title='turtle-syntax-base-04 Input'>base <http://example/><br/><s> <p> <o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01' id='test_turtle-syntax-bnode-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-01.ttl' title='turtle-syntax-bnode-01 Input'>@prefix : <http://example/> .<br/>[] :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02' id='test_turtle-syntax-bnode-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-02.ttl' title='turtle-syntax-bnode-02 Input'>@prefix : <http://example/> .<br/>:s :p [] .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03' id='test_turtle-syntax-bnode-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-03.ttl' title='turtle-syntax-bnode-03 Input'>@prefix : <http://example/> .<br/>:s :p [ :q :o ] .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04' id='test_turtle-syntax-bnode-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-04.ttl' title='turtle-syntax-bnode-04 Input'>@prefix : <http://example/> .<br/>:s :p [ :q1 :o1 ; :q2 :o2 ] .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05' id='test_turtle-syntax-bnode-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-05.ttl' title='turtle-syntax-bnode-05 Input'>@prefix : <http://example/> .<br/>[ :q1 :o1 ; :q2 :o2 ] :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06' id='test_turtle-syntax-bnode-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-06.ttl' title='turtle-syntax-bnode-06 Input'>@prefix : <http://example/> .<br/>_:a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07' id='test_turtle-syntax-bnode-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-07.ttl' title='turtle-syntax-bnode-07 Input'>@prefix : <http://example/> .<br/>:s :p _:a .<br/>_:a :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08' id='test_turtle-syntax-bnode-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-08.ttl' title='turtle-syntax-bnode-08 Input'>@prefix : <http://example/> .<br/>[ :p :o ] .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09' id='test_turtle-syntax-bnode-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-09.ttl' title='turtle-syntax-bnode-09 Input'>@prefix : <http://example/> .<br/>[ :p :o1,:2 ] .<br/>:s :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10' id='test_turtle-syntax-bnode-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-bnode-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-bnode-10.ttl' title='turtle-syntax-bnode-10 Input'>@prefix : <http://example/> .<br/><br/>:s1 :p :o .<br/>[ :p1 :o1 ; :p2 :o2 ] .<br/>:s2 :p :o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01' id='test_turtle-syntax-datatypes-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-datatypes-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-01.ttl' title='turtle-syntax-datatypes-01 Input'>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:byte .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02' id='test_turtle-syntax-datatypes-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-datatypes-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-datatypes-02.ttl' title='turtle-syntax-datatypes-02 Input'>@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .<br/>@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .<br/><s> <p> "123"^^xsd:string .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01' id='test_turtle-syntax-file-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-file-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-01.ttl' title='turtle-syntax-file-01 Input'></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02' id='test_turtle-syntax-file-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-file-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-02.ttl' title='turtle-syntax-file-02 Input'>#Empty file.<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03' id='test_turtle-syntax-file-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-file-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-file-03.ttl' title='turtle-syntax-file-03 Input'>#One comment, one empty line.<br/><br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01' id='test_turtle-syntax-kw-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-kw-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-01.ttl' title='turtle-syntax-kw-01 Input'><s> <p> true .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02' id='test_turtle-syntax-kw-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-kw-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-02.ttl' title='turtle-syntax-kw-02 Input'><s> <p> false .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03' id='test_turtle-syntax-kw-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-kw-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-kw-03.ttl' title='turtle-syntax-kw-03 Input'>@prefix : <http://example/> .<br/>:s a :C .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01' id='test_turtle-syntax-lists-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-lists-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-01.ttl' title='turtle-syntax-lists-01 Input'>@prefix : <http://example/> .<br/>:s :p () .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02' id='test_turtle-syntax-lists-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-lists-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-02.ttl' title='turtle-syntax-lists-02 Input'>@prefix : <http://example/> .<br/>:s :p (1 "2" :o) .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03' id='test_turtle-syntax-lists-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-lists-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-03.ttl' title='turtle-syntax-lists-03 Input'>@prefix : <http://example/> .<br/>(1) :p (1) .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04' id='test_turtle-syntax-lists-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-lists-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-04.ttl' title='turtle-syntax-lists-04 Input'>@prefix : <http://example/> .<br/>(()) :p (()) .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05' id='test_turtle-syntax-lists-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-lists-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-lists-05.ttl' title='turtle-syntax-lists-05 Input'>@prefix : <http://example/> .<br/>(1 2 (1 2)) :p (( "a") "b" :o) .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01' id='test_turtle-syntax-number-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-01.ttl' title='turtle-syntax-number-01 Input'><s> <p> 123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02' id='test_turtle-syntax-number-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-02.ttl' title='turtle-syntax-number-02 Input'><s> <p> -123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03' id='test_turtle-syntax-number-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-03.ttl' title='turtle-syntax-number-03 Input'><s> <p> +123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04' id='test_turtle-syntax-number-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-04.ttl' title='turtle-syntax-number-04 Input'># This is a decimal.<br/><s> <p> 123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05' id='test_turtle-syntax-number-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-05.ttl' title='turtle-syntax-number-05 Input'># This is a decimal.<br/><s> <p> .1 . <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06' id='test_turtle-syntax-number-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-06.ttl' title='turtle-syntax-number-06 Input'># This is a decimal.<br/><s> <p> -123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07' id='test_turtle-syntax-number-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-07.ttl' title='turtle-syntax-number-07 Input'># This is a decimal.<br/><s> <p> +123.0 . <br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08' id='test_turtle-syntax-number-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-08.ttl' title='turtle-syntax-number-08 Input'># This is an integer<br/><s> <p> 123.<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09' id='test_turtle-syntax-number-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-09.ttl' title='turtle-syntax-number-09 Input'><s> <p> 123.0e1 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10' id='test_turtle-syntax-number-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-10.ttl' title='turtle-syntax-number-10 Input'><s> <p> -123e-1 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11' id='test_turtle-syntax-number-11' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-number-11</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-number-11.ttl' title='turtle-syntax-number-11 Input'><s> <p> 123.E+1 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01' id='test_turtle-syntax-pname-esc-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-01.ttl' title='turtle-syntax-pname-esc-01 Input'>@prefix : <http://example/> .<br/>:s :p :\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02' id='test_turtle-syntax-pname-esc-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-02.ttl' title='turtle-syntax-pname-esc-02 Input'>@prefix : <http://example/> .<br/>:s :p :0123\~\.\-\!\$\&\'\(\)\*\+\,\;\=\/\?\#\@\_\%AA123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03' id='test_turtle-syntax-pname-esc-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-pname-esc-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-pname-esc-03.ttl' title='turtle-syntax-pname-esc-03 Input'>@prefix : <http://example/> .<br/>:xyz\~ :abc\.: : .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01' id='test_turtle-syntax-prefix-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-01.ttl' title='turtle-syntax-prefix-01 Input'>@prefix : <http://example/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02' id='test_turtle-syntax-prefix-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-02.ttl' title='turtle-syntax-prefix-02 Input'>PreFIX : <http://example/><br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03' id='test_turtle-syntax-prefix-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-03.ttl' title='turtle-syntax-prefix-03 Input'>PREFIX : <http://example/><br/>:s :p :123 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04' id='test_turtle-syntax-prefix-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-04.ttl' title='turtle-syntax-prefix-04 Input'>@prefix : <http://example/> .<br/>:s :p :%20 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05' id='test_turtle-syntax-prefix-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-05.ttl' title='turtle-syntax-prefix-05 Input'>@prefix : <http://example/> .<br/>: : : .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06' id='test_turtle-syntax-prefix-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-06.ttl' title='turtle-syntax-prefix-06 Input'># colon is a legal pname character<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a:b:c x:d:e:f :::: .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07' id='test_turtle-syntax-prefix-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-07.ttl' title='turtle-syntax-prefix-07 Input'># dash is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:a-b-c x:p x:o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08' id='test_turtle-syntax-prefix-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-08.ttl' title='turtle-syntax-prefix-08 Input'># dash is a legal pname character<br/>@prefix x: <http://example/> .<br/>x:_ x:p_1 x:o .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09' id='test_turtle-syntax-prefix-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-prefix-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-prefix-09.ttl' title='turtle-syntax-prefix-09 Input'># percents<br/>@prefix : <http://example/> .<br/>@prefix x: <http://example/> .<br/>:a%3E x:%25 :a%3Eb .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01' id='test_turtle-syntax-str-esc-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-str-esc-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-01.ttl' title='turtle-syntax-str-esc-01 Input'><http://example/s> <http://example/p> "a\n" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02' id='test_turtle-syntax-str-esc-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-str-esc-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-02.ttl' title='turtle-syntax-str-esc-02 Input'><http://example/s> <http://example/p> "a\u0020b" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03' id='test_turtle-syntax-str-esc-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-str-esc-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-str-esc-03.ttl' title='turtle-syntax-str-esc-03 Input'><http://example/s> <http://example/p> "a\U00000020b" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01' id='test_turtle-syntax-string-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-01.ttl' title='turtle-syntax-string-01 Input'><http://example/s> <http://example/p> "string" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02' id='test_turtle-syntax-string-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-02.ttl' title='turtle-syntax-string-02 Input'><http://example/s> <http://example/p> "string"@en .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03' id='test_turtle-syntax-string-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-03.ttl' title='turtle-syntax-string-03 Input'><http://example/s> <http://example/p> "string"@en-uk .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04' id='test_turtle-syntax-string-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-04.ttl' title='turtle-syntax-string-04 Input'><http://example/s> <http://example/p> 'string' .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05' id='test_turtle-syntax-string-05' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-05</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-05.ttl' title='turtle-syntax-string-05 Input'><http://example/s> <http://example/p> 'string'@en .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06' id='test_turtle-syntax-string-06' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-06</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-06.ttl' title='turtle-syntax-string-06 Input'><http://example/s> <http://example/p> 'string'@en-uk .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07' id='test_turtle-syntax-string-07' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-07</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-07.ttl' title='turtle-syntax-string-07 Input'><http://example/s> <http://example/p> """abc""def''ghi""" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08' id='test_turtle-syntax-string-08' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-08</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-08.ttl' title='turtle-syntax-string-08 Input'><http://example/s> <http://example/p> """abc<br/>def""" .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09' id='test_turtle-syntax-string-09' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-09</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-09.ttl' title='turtle-syntax-string-09 Input'><http://example/s> <http://example/p> '''abc<br/>def''' .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10' id='test_turtle-syntax-string-10' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-10</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-10.ttl' title='turtle-syntax-string-10 Input'><http://example/s> <http://example/p> """abc<br/>def"""@en .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11' id='test_turtle-syntax-string-11' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-string-11</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-string-11.ttl' title='turtle-syntax-string-11 Input'><http://example/s> <http://example/p> '''abc<br/>def'''@en .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01' id='test_turtle-syntax-struct-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-struct-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-01.ttl' title='turtle-syntax-struct-01 Input'>@prefix : <http://example/> .<br/>:s :p :o1 , :o2 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02' id='test_turtle-syntax-struct-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-struct-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-02.ttl' title='turtle-syntax-struct-02 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03' id='test_turtle-syntax-struct-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-struct-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-struct-03.ttl' title='turtle-syntax-struct-03 Input'>@prefix : <http://example/> .<br/>:s :p1 :o1 ;<br/> :p2 :o2 ;<br/> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01' id='test_turtle-syntax-uri-01' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-uri-01</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-01.ttl' title='turtle-syntax-uri-01 Input'><http://example/s> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02' id='test_turtle-syntax-uri-02' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-uri-02</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-02.ttl' title='turtle-syntax-uri-02 Input'># x53 is capital S<br/><http://example/\u0053> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03' id='test_turtle-syntax-uri-03' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-uri-03</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-03.ttl' title='turtle-syntax-uri-03 Input'># x53 is capital S<br/><http://example/\U00000053> <http://example/p> <http://example/o> .<br/></pre> + </dt> + </dl> + </dd> + <dt about='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04' id='test_turtle-syntax-uri-04' typeof='earl:TestCriterion earl:TestCase'> + Test + <span property='dc:title'>turtle-syntax-uri-04</span> + </dt> + <dd> + <p property='dc:description'></p> + <dl> + <dt> + <pre class='example actionDoc' property='mf:action' resource='https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/turtle-syntax-uri-04.ttl' title='turtle-syntax-uri-04 Input'># IRI with all chars in it.<br/><http://example/s> <http://example/p><br/><scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> .<br/></pre> + </dt> + </dl> + </dd> + </dl> + </section> + </body> +</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rdf-turtle/reports/rdf.rb-earl.ttl Thu Nov 22 18:08:53 2012 +0000 @@ -0,0 +1,1738 @@ +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix dc: <http://purl.org/dc/terms/> . +@prefix earl: <http://www.w3.org/ns/earl#> . +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix doap: <http://usefulinc.com/ns/doap#> . +@prefix ex: <http://example.org/> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . + +<http://rubygems.org/gems/rdf-turtle> a doap:Project, earl:TestSubject, earl:Software ; + doap:name "RDF::Turtle" ; + doap:homepage <http://ruby-rdf.github.com/rdf-turtle> ; + doap:license <http://creativecommons.org/licenses/publicdomain/> ; + doap:shortdesc "Turtle reader/writer for Ruby."@en ; + doap:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ; + doap:created "2011-08-29"^^xsd:date ; + doap:programming-language "Ruby" ; + doap:implements <http://www.w3.org/TR/turtle/> ; + doap:category <http://dbpedia.org/resource/Resource_Description_Framework>, + <http://dbpedia.org/resource/Ruby_(programming_language)> ; + doap:download-page <http://rubygems.org/gems/rdf-turtle> ; + doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/> ; + doap:bug-database <http://github.com/ruby-rdf/rdf-turtle/issues> ; + doap:blog <http://greggkellogg.net/> ; + doap:developer <http://greggkellogg.net/foaf#me> ; + doap:maintainer <http://greggkellogg.net/foaf#me> ; + doap:documenter <http://greggkellogg.net/foaf#me> ; + foaf:maker <http://greggkellogg.net/foaf#me> ; + dc:title "RDF::Turtle" ; + dc:description "RDF::Turtle is an Turtle reader/writer for the RDF.rb library suite."@en ; + dc:date "2011-08-29"^^xsd:date ; + dc:creator <http://greggkellogg.net/foaf#me> ; + dc:isPartOf <http://rubygems.org/gems/rdf> . + +<http://greggkellogg.net/foaf#me> a foaf:Person, earl:Assertor; + foaf:name "Gregg Kellogg"; + foaf:title "Implementor"; + foaf:homepage <http://greggkellogg.net/> . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-file-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-base-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-prefix-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-string-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-str-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-pname-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bnode-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-number-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-datatypes-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-kw-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-struct-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-lists-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-uri-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-prefix-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-base-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-kw-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-n3-extras-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-14>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-15>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-16>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-struct-17>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-lang-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-esc-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-pname-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-string-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-syntax-bad-num-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-struct-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-05>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-06>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-07>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-08>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-09>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-10>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-11>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-12>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-13>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-14>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-15>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-16>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-17>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-18>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-19>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-20>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-21>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-22>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-23>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-24>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-25>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-26>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-subm-27>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-01>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-02>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-03>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] . + +[ a earl:Assertion; + earl:assertedBy <http://greggkellogg.net/foaf#me>; + earl:subject <http://rubygems.org/gems/rdf-turtle>; + earl:test <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/tests-ttl/manifest.ttl#turtle-eval-bad-04>; + earl:result [ + a earl:TestResult; + earl:outcome earl:passed; + dc:date "2012-11-17T16:23:40-05:00"^^xsd:dateTime]; + earl:mode earl:automatic ] .