Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 385 Bytes

File metadata and controls

20 lines (16 loc) · 385 Bytes

rdfa2rdf

Standalone application for RDF triple generation from (X)HTML+RDFa format.

This program distill (X)HTML+RDFa from :

  • URL
  • local file
  • UI Textarea

and produces RDF triples in :

  • Turtle
  • N-Triple
  • RDF/XML
  • Json

Launching program

  1. Build it with maven
  2. Double-click on rdfa2rdf-VER-jar-with-dependencies.jar (on target folder)