This is a diff between 1.1 and 1.2 revisions:

95a94
< | Sponge Time | 2014-06-11 14:42:40.200348 (xsd:date) |
94d94
> | Sponge Time | 2014-06-11 14:42:40.200348 (xsd:date) |
\ No newline at end of file
74a73
< ---++Sample Output
73d73
> ---++ Sample Output
71a71
< As we can see, this contains one RDFa statement in the &lt;title> element and a
< small pool of Turtle data in a script element.
70d70
> As we can see, this contains one RDFa statement in the <code>&lt;title></code> element and a
> small pool of Turtle data in a <code>script</code> element.
66a67
< &lt;hr />
< &lt;/body>
< &lt;/html>
65d65
> <hr />
> </body>
> </html>
61a63
< &lt;/script>
< &lt;/head>
< &lt;body>
< &lt;h1>Testing Turtle in scripts&lt;/h1>
60d60
> </script>
> </head>
> <body>
> <h1>Testing Turtle in scripts</h1>
52a58
< &lt;head>
< &lt;title property="dc:title" content="Turtle test">Turtle-in-script test&lt;/title>
< &lt;script type="text/turtle">
< &lt;![CDATA[
< &lt;http://example.org/person/Mark_Twain>
< &lt;http://example.org/relation/author>
< &lt;http://example.org/books/Huckleberry_Finn> ;
< &lt;http://xmlns.com/foaf/0.1/#name> "Mark Twain" .
51d51
> <head>
> <title property="dc:title" content="Turtle test">Turtle-in-script test</title>
> <script type="text/turtle">
> <![CDATA[
> <http://example.org/person/Mark_Twain>
> <http://example.org/relation/author>
> <http://example.org/books/Huckleberry_Finn> ;
> <http://xmlns.com/foaf/0.1/#name> "Mark Twain" .
49a48
< &lt;html
48d48
> <html
44a43
< ---++Sample Input
43d43
> ---++ Sample Input
38a41
< * rdfa=yes - controls whether the RDFa extractor runs
< * reify_rdfa=1 - determines whether extracted RDFa is reified
< * reify_html5md=1 - determines whether extracted HTML5 Microdata is reified
< * reify_jsonld=1 - determines whether extracted JSON-LD is reified
< * <nowiki>reify_all_grddl</nowiki>=0 - determines whether all other GRDDL data is reified
37d37
> * <code>rdfa=yes</code> - controls whether the RDFa extractor runs
> * <code>reify_rdfa=1</code> - determines whether extracted RDFa is reified
> * <code>reify_html5md=1</code> - determines whether extracted HTML5 Microdata is reified
> * <code>reify_jsonld=1</code> - determines whether extracted JSON-LD is reified
> * <code><nowiki>reify_all_grddl</nowiki>=0</code> - determines whether all other GRDDL data is reified
33a32
< ---++Configuration
32d32
> ---++ Configuration
30a30
< Additionally, if installed,
< * the Turtle Meta-cartridge (identifies Turtle in any "content" triple, e.g. titles, descriptions, social media post bodies, etc)
29d30
> Additionally, if installed, the Turtle Meta-cartridge identifies Turtle in any "content" triple, e.g. titles, descriptions, social media post bodies, etc.
24a27
< * HTML5 Microdata (itemscope, itemtype, itemprop attributes)
< * RDFa microdata (about, property, resource attributes)
< * JSON-LD using &lt;script type="application/ld+json"> ... </script>
< * Turtle and N3 using &lt;script type="text/turtle"> ... </script>
23d24
> * HTML5 Microdata (<code>itemscope</code>, <code>itemtype</code>, <code>itemprop</code> attributes)
> * RDFa microdata (<code>about</code>, <code>property</code>, <code>resource</code> attributes)
> * JSON-LD using <code>&lt;script type="application/ld+json"> ... &lt;/script></code>
> * Turtle and N3 using <code>&lt;script type="text/turtle"> ... &lt;/script></code>
18a18
< ---+++Data Islands
17d18
> ---+++ Data Islands
15a15
< Virtuoso Sponger has many components that can contribute triples so it can be
14d15
> Virtuoso Sponger has many components that can contribute triples, so it can be
11a11
< modelled as resources in their own right, allowing description and annotation
10d11
> modeled as resources in their own right, allowing description and annotation
8a8
< ---++What is Reification?
7d8
> ---++ What is Reification?
5a5
< *Note*: some of the underlying implementation of reification is in flux
4d5
> *Note*: Some of the underlying implementation of reification is in flux