From 3522088aed14770c6e864dfaffbbd59fa7f2decc Mon Sep 17 00:00:00 2001 From: Dave Beckett Date: Wed, 20 Jun 2007 06:47:18 +0000 Subject: Update GRDDL to mention microformats Add RDFa and TRiG --- README.html | 48 +++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 39 insertions(+), 9 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 699aeb48..d777cb7f 100644 --- a/README.html +++ b/README.html @@ -18,10 +18,11 @@ is a free software / Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. -The supported parsing syntaxes are RDF/XML, -N-Triples, Turtle, RSS tag soup including Atom 1.0 and 0.3, -GRDDL for XHTML and XML. The serializing syntaxes are RDF/XML (regular, -and abbreviated), N-Triples, RSS 1.0, Atom 1.0 and Adobe XMP.

+The supported parsing syntaxes are RDF/XML, N-Triples, TRiG, Turtle, +RSS tag soup including all versions of RSS, Atom 1.0 and 0.3, GRDDL +for XHTML and XML and RDFa for XHTML. The serializing syntaxes are +RDF/XML (regular, and abbreviated), N-Triples, RSS 1.0, Atom 1.0 and +Adobe XMP.

Raptor was designed to work closely with the Redland RDF library @@ -76,6 +77,18 @@ for the RDF Test Cases.

+

RDFa Parser

+ +

A parser for the +RDFa Embedding RDF in XHTML, +W3C Working Draft of 2007-03-12 which allows reading special markup +in XHTML or XHTML2 as RDF triples in the document. It uses a public +XSL sheet to transform an XHTML document.

+ +

The parser is alpha quality and may not support the entire RDFa +specification.

+ +

Turtle Parser

A parser for the @@ -85,6 +98,17 @@ syntax, designed as a useful subset of

+

TRiG Parser

+ +

A parser for the +TriG - Turtle with Named Graphs +syntax. +

+ +

The parser is alpha quality and may not support the entire TRiG +specification.

+ +

RSS "tag soup" parser

A parser for the multiple XML RSS formats that use the elements @@ -100,16 +124,21 @@ format defined in IETF RFC 4287

-

GRDDL parser

+ +

GRDDL and microformats parser

A parser for -Gleaning Resource Descriptions from Dialects of Languages (GRDDL) -syntax, W3C Working Draft of 2006-10-24 which allows reading XHTML +Gleaning Resource Descriptions from Dialects of Languages (GRDDL) +syntax, W3C Candidate Recommendation of 2007-05-02 which allows reading XHTML and XML as RDF triples by using profiles in the document that declare XSLT transforms from the XHTML or XML content into RDF/XML or other -RDF syntax which can then be parsed.

+RDF syntax which can then be parsed. It uses either an XML or +a lax HTML parser to allow HTML tag soup to be read.

+ +

The parser passes the all the GRDDL tests (raptor 1.4.16+) as +of 2007-06-13.

-

The parser is beta quality.

+

The parser also handles hCard and hReview using public XSL sheets.

Serializers

@@ -138,6 +167,7 @@ syntax as used by the for the RDF Test Cases.

+

RSS 1.0 Serializer

A serializer to the -- cgit v1.2.1