Which rdfa parser for java that supports currently used rdfa attributes?

Posted by lennyks on Stack Overflow See other posts from Stack Overflow or by lennyks
Published on 2010-05-02T13:04:11Z Indexed on 2010/05/02 13:07 UTC
Read the original article Hit count: 251

Filed under:
|
|

I am building an app in Java using Jena for semantic information scraping. I am looking for a RDFa parser that would allow me to correctly extract all the rdfa statements. Specifically, one that extracts info about namespaces used and presuming that rdfa tags are correct in the page produces correct triples, ones that distinguish between object and data properties. I went through all rdfa parsers from the site http://rdfa.info/wiki/Consume for Java. They all struggle to extract any rdfa statements and if they do not crash, Jena RDFa parser shows plenty of errors and then dies a terrible death, the data is of little use as it is incorrectly processed and generally mixed up. I am newbie in this area so please be gentle:) I was also thinking of using a library written in different language but then again I don't really know how to plug it into Java code. Any suggestions?

© Stack Overflow or respective owner

Related posts about java

Related posts about rdfa