An Apache Camel Jetty implementation that accepts an n-triples POST and returns a framed JSON-LD serialization
application.properties
This requires JDK9 or higher. To build run
./gradlew clean build
The test query endpoint is exposed at http://localhost:9096/toJsonLd
This example posts an n-triples graph (see test resources)
$ curl -X POST -H "Content-Type: application/n-triples" --data-binary "@n3-test.n3" http://localhost:9096/toJsonLd?type=meta
None
To decouple the JsonLd marshalling into a different endpoint from the Fuseki service.