There is a newer version of the record available.

Published November 14, 2018 | Version 0.2.0
Software Open

ropensci/rdflib: rdflib: Tools to Manipulate and Query Semantic Data

  • 1. UC Berkeley
  • 2. @TIBHannover

Description

A friendly and consise user interface for performing common tasks on rdf data, such as parsing and converting between formats including rdfxml, turtle, nquads, ntriples, and trig, creating rdf graphs, and performing SPARQL queries. This package wraps the redland R package which provides direct bindings to the redland C library. Additionally, the package supports parsing and serialization of rdf into json-ld through the json-ld package, which binds the official json-ld javascript API. The package interface takes inspiration from the Python rdflib library.

Release Notes
  • rdf() supports all major storage backends: Virtuoso, SQLite, Postgres, MySQL, in addition to existing support for BDB and memory-based storage.
  • length() method added to report length of triplestore
  • print() method gains rdf_max_print() option and does not print huge triplestores
  • print() method sumarizes total number of triples and backend

Files

ropensci/rdflib-0.2.0.zip

Files (5.0 MB)

Name Size Download all
md5:869e1ca6bc7b5a496713b331a344dd6a
5.0 MB Preview Download

Additional details

Related works