Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stain/jena-jsonld
jena-jsonld
https://github.com/stain/jena-jsonld
Last synced: about 1 month ago
JSON representation
jena-jsonld
- Host: GitHub
- URL: https://github.com/stain/jena-jsonld
- Owner: stain
- License: apache-2.0
- Created: 2013-08-15T02:24:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-19T12:18:35.000Z (over 11 years ago)
- Last Synced: 2024-11-05T13:13:09.745Z (3 months ago)
- Language: Java
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jena-jsonld
===========This is a RIOT adapter for JSON-LD, based on https://github.com/tristan/jsonld-java.
The adapter provides complete integration into jena including:
model.read("data.jsonld") ;
model.write(System.out, "JSON-LD") ;
This code currently depends on Jena 2.10.1 SNAPSHOT.