-----------------------
Profile for latest GRDDL transformation for RDFa
-----------------------

This page is a profile for GRDDL source documents using the latest GRDDL RDFa transform.

Currently the use of this profile licenses RDF data extracted by 2008/09/03/RDFa2RDFXML.xsl from an RDFa source.

If you want to declare that a document contains RDFa and always uses the latest profile, add this profile to the head of your XHTML:
<head profile="http://ns.inria.fr/grddl/rdfa/">

If you want to use a specific version of the transformation, use the specific profile of that version, e.g.:
<head profile="http://ns.inria.fr/grddl/rdfa/2008/09/03/">

or reference the transformation directly, e.g.:
<head profile="http://www.w3.org/2003/g/data-view">
(...)
<link rel="transformation" href="http://ns.inria.fr/grddl/rdfa/2008/09/03/RDFa2RDFXML.xsl"/>
(...)
</head>

For client using this stylesheet internally there is a "url" parameter you can set in your XSLT transformer to pass the URL of the XHTML document being transformed to the extractor. e.g. in Java: transformer.setParameter("url", "http://example.org/mydoc");

From the 20th of July 2008 this software is distributed under either the CeCILL-C license or the GNU Lesser General Public License version 3.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation version 3 of the License or under the terms of the CeCILL-C license.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the GNU Lesser General Public License version 3 and the CeCILL-C license for more details.

A GRDDL Service is provided by W3C.

Fabien Gandon, 2008/09/21

GRDDL

RDFa transform versions

Parent Directory