Download rdfpro-jsonld-0.4.1.jar file - Jar r

Jar examples for r:rdfpro-jsonld

Description

Parser and writer for RDF in JSON-LD format. JSON-LD is a JSON-based format for serializing data in (a superset of) RDF as JSON and interpreting JSON contents as RDF. See http://www.w3.org/TR/json-ld/ for the format specification.

You can download jar file rdfpro-jsonld 0.4.1 in this page.

Build File

You can use the following script to add rdfpro-jsonld-0.4.1.jar to your project.

<dependency>
   <groupId>eu.fbk.rdfpro</groupId>
   <artifactId>rdfpro-jsonld</artifactId>
   <version>0.4.1</version>
</dependency>
compile group: 'eu.fbk.rdfpro', name: 'rdfpro-jsonld', version: '0.4.1'
libraryDependencies += "eu.fbk.rdfpro" % "rdfpro-jsonld" % "0.4.1"
<dependency org="eu.fbk.rdfpro" name="rdfpro-jsonld" rev="0.4.1"/>
@Grapes(@Grab(group='eu.fbk.rdfpro', module='rdfpro-jsonld', version='0.4.1'))
'eu.fbk.rdfpro:rdfpro-jsonld:jar:0.4.1'

Download

Click the following link to download the jar file.

rdfpro-jsonld-0.4.1-javadoc.jar
rdfpro-jsonld-0.4.1-sources.jar
rdfpro-jsonld-0.4.1.jar
rdfpro-jsonld-0.4.1.pom



Related Tutorials