recurse / rdfquery

Automatically exported from code.google.com/p/rdfquery
0 stars 0 forks source link

JSON-LD writer/reader #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the feature that you're after and why it's important.
Add a JSON-LD* reader and writer. 

Illustrate how you'd like to see it work, with code samples.
Add the possibility to 
* load data formated as JSON-LD into the databank or 
* dump the databank/SPARQL results as JSON-LD

*) http://json-ld.org

Original issue reported on code.google.com by rene.kap...@gmail.com on 24 Nov 2010 at 12:38

GoogleCodeExporter commented 9 years ago
Is anyone working on this?

Original comment by chung.mi...@gmail.com on 10 Mar 2012 at 7:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
http://json-ld.org/spec/latest/json-ld/#embedding-json-ld-in-html-documents :

    <script type="application/ld+json">[JSON-LD]</script>

Original comment by wes.tur...@gmail.com on 10 Aug 2013 at 10:56

GoogleCodeExporter commented 9 years ago
https://npmjs.org/package/jsonld :

    "A JSON-LD Processor and API implementation in JavaScript."

Original comment by wes.tur...@gmail.com on 10 Aug 2013 at 10:59