Embedded RDF
From Wikipedia, the free encyclopedia
eRDF (embedded RDF) is a syntax for writing HTML in such a way that the information in the HTML document can be extracted (with an eRDF parser or XSLT stylesheet) into RDF.
It was invented by Ian Davis in 2005, and partly inspired by microformats.
Contents |
[edit] See also
- microformats, a simplified approach to semantically annotate data in websites
- RDFa, W3C's approach at embedding RDF
- GRDDL, a way to extract (annotated) data out of XHTML and XML documents and transform it into an RDF graph
[edit] External links
[edit] Resources
[edit] Tools for eRDF
- eRDF scraper for Simile's PiggyBank
- ARC PHP classes, includes eRDF parser
- Raptor RDF parser toolkit, supports eRDF
- an XSLT stylesheet to transform eRDF in XHTML to RDF/XML
- eRDF Greasemonkey script to detect, and optionally parse eRDF in the page (looks for the eRDF profile on the head element)