WARNING: This server provides a static reference view of the NetKernel documentation. Links to dynamic content do not work. For the best experience we recommend you install NetKernel and view the documentation in the live system .

RDF Library Guide

Introduction

The RDFa Library is a companion library to rdf-jena for parsing RDFa into Jena models.

Parsing RDF

This library provides parsers for HTML and XHTML RDFa metadata...

If you are unsure of the original resource's HTML variant you could preprocess it with active:tagSoup and run the resulting XHTML through the XHTML RDFa parser.

Each parser produces a Jena Model contained in a IRepJenaModel.

Acknowledgements

Our thanks go to Damian Steer for the core java-rdfa parser library. Thanks also to Validator.nu HTML Parser team.