Skip to content

Conversion between various RDF formats using Clojure and Sesame (former RDF4J)

License

Notifications You must be signed in to change notification settings

evgeniysharapov/rdfjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdfjson

Conversion between various RDF formats using Clojure and Sesame (former RDF4J)

Usage

Typically one would call this

(use 'rdfjson.core)
(convert-rdf-to-json "resources/wine.rdf" "resources/wine.json" "RDF/JSON")

to convert file from RDF XML into RDF JSON format.

Other format strings are available:

  • RDFa
  • JSON-LD
  • N-Quads
  • TriG
  • TriX
  • N3
  • Turtle
  • N-Triples
  • BinaryRDF
  • RDF/XML

Copyright (c) 2015 Evgeniy Sharapov

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Conversion between various RDF formats using Clojure and Sesame (former RDF4J)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published