venukb / any23

Automatically exported from code.google.com/p/any23
Apache License 2.0
0 stars 0 forks source link

Implement a native Java RDFa support #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The native Java RDFa support should replace the current XSLT based support.

Original issue reported on code.google.com by michele.mostarda on 4 Mar 2011 at 1:37

GoogleCodeExporter commented 9 years ago
We should discuss it in a incoming 0.7.0.

Original comment by dpalmis...@gmail.com on 25 Jun 2011 at 5:33

GoogleCodeExporter commented 9 years ago
There is a decent native Java RDFa parser that has gone through a few revisions 
already, has Sesame support, and that claims at least partial RDFa 1.1 support:
https://github.com/shellac/java-rdfa

Original comment by richard....@gmail.com on 27 Jun 2011 at 3:30

GoogleCodeExporter commented 9 years ago

Original comment by michele.mostarda on 10 Sep 2011 at 11:19

GoogleCodeExporter commented 9 years ago
The RDFa 1.1 programmatic Extractor has been fully integrated in the Any23 core 
since revision r1546.
The extractor relies on specifications:
RDFa 1.0 syntax [http://www.w3.org/TR/rdfa-syntax/] rev: W3C Recommendation 14 
October 2008
RDFa 1.1 core    [http://www.w3.org/TR/rdfa-core/]     rev: Working Draft 31 
March 2011 

Original comment by michele.mostarda on 20 Nov 2011 at 5:32