Hi Peter, I've created two Jira issues. ANY23-136 [1] - to fix RDFa tests which are used by new extractor. ANY23-137 [2] - extractor proposal. Both issues have patches attached.
Any23 Devs: looking forward to your comments and suggestions. Best, Lev [1] https://issues.apache.org/jira/browse/ANY23-136 [2] https://issues.apache.org/jira/browse/ANY23-137 On Thu, Dec 20, 2012 at 2:18 AM, Peter Ansell <[email protected]>wrote: > Hi Lewis, > > Feel free to open an issue to track progress integrating the Semargl > RDFaParser into Any23. Lev has done a lot of work in extending my > initial Sesame wrapper to support different parser options which may > be useful for Any23 to also expose via extractors [1]. > > Cheers, > > Peter > > [1] > https://github.com/levkhomich/semargl/blob/master/integration/sesame/src/main/java/org/semarglproject/rdf/impl/RdfaParserConfig.java > > On 19 December 2012 23:08, Lewis John Mcgibbney > <[email protected]> wrote: > > Hi, > > > > Is it appropriate to open a Jira issue for this and track its progress. > > > > It sounds like a more than worthy contribution to the project. > > > > Best > > > > Lewis > > > > On Wed, Dec 19, 2012 at 10:14 AM, Lev Khomich <[email protected]> > wrote: > >> > >> Hi Peter, > >> > >> Thank you again! > >> > >> After some fixes, RIO API implementation passes all tests. > >> Also, I've added configuration options via RDFParser API. > >> Error handling (ParserErrorListener) and LocationListener > >> support will be available shortly. > >> > >> Regards, > >> Lev > >> > >> > >> On Wed, Dec 19, 2012 at 6:07 AM, Peter Ansell > >> <[email protected]>wrote: > >> > >> > Hi Lev, > >> > > >> > I added support for Sesame to semargl and sent a Pull Request on > >> > GitHub with the changes [1]. > >> > > >> > Once the pull request is accepted Any23 will be able to use Semargl > >> > using the standard Rio.createParser method. > >> > > >> > The Pull Request depends on Sesame-2.7-SNAPSHOT currently, as the > >> > Sesame-2.7.0-beta1 that is being released today is not quite out yet. > >> > It shouldn't be a big issue to go back to 2.6.10 if you need to do a > >> > release before 2.7.0 is released. The only changes to the relevant > >> > classes that I know of are additions to RDFFormat. > >> > > >> > Any23 Devs: I have a branch open on my Any23 GitHub repository to test > >> > support for Sesame-2.7 when it is released if you want to experiment > >> > with it [2]. One of the biggest changes for Any23 is that the default > >> > MIME type for N3 has been switched to "text/n3", with "text/rdf+n3" > >> > now as an alternate MIME type. This was done to match with the latest > >> > draft of the N3 specification. > >> > > >> > Cheers, > >> > > >> > Peter > >> > > >> > [1] https://github.com/levkhomich/semargl/pull/2 > >> > [2] https://github.com/ansell/any23/compare/apache:trunk...sesame-2.7 > >> > > >> > On 19 December 2012 00:37, Lev Khomich <[email protected]> wrote: > >> > > Hello! > >> > > > >> > > As I see at http://rdfa.info/test-suite Any23 passes near 50% of > RDFa > >> > tests > >> > > and project has 4+ related tickets in issue tracker. > >> > > > >> > > I've implemented such parser in java. It fully supports all related > >> > > W3C > >> > > specifications for both html4, html5, xhtml, xml and svg. It also > >> > supports > >> > > all > >> > > optionals such as role attribute, vocabulary expansion and processor > >> > graph > >> > > reporting. > >> > > > >> > > If you are interested, I will be happy to provide Any23 integration. > >> > > You can try demo at http://demo.semarglproject.org or test > >> > > standard conformance at http://rdfa.inf/test-suite > >> > > (with processor url > >> > > http://demo.semarglproject.org/process?uri=specified). > >> > > > >> > > Best regards, > >> > > Lev Khomich > >> > > > > > > > > > > > -- > > Lewis >
