rdfstore-js icon indicating copy to clipboard operation
rdfstore-js copied to clipboard

RDFa support

Open csarven opened this issue 9 years ago • 1 comments

This is an 'issue' along the lines of getting a status update like https://github.com/antoniogarrote/rdfstore-js/issues/86 .

The current RDFa implementation, dare I say, is heavy and hairy. If you are using it, you are probably aware of it.

Is anyone currently working on or planning to improve this?

Any recommendations or good experiences to report from the list at http://www.w3.org/community/rdfjs/wiki/Comparison_of_RDFJS_libraries ?

csarven avatar Mar 03 '15 13:03 csarven

Hi Sarven,

There is some ongoing work for RDFa parsing in our library RDF-Ext. However, it currently only works in Node/IO.js and not browser yet and it needs additional work for language support.

But @bergos plans to work more on it and fix the remaining issues. The goal is to get rid of the JSON-LD lib dependency and directly integrate it into RDF Interfaces API. It is using Green Turtle lib.

Ticket: https://github.com/zazukoians/rdf-ext/issues/10

Initial code: https://github.com/zazukoians/rdf-ext/blob/master/lib/jsonld-parser.js#L224 https://github.com/zazukoians/rdf-ext/blob/master/lib/microdata-parser.js

ktk avatar Mar 30 '15 09:03 ktk