There is a newer version of the record available.

Published January 2, 2018 | Version 0.0.2
Software Open

cboettig/rdflib: A high level wrapper around the redland package for common rdf applications

  • 1. UC Berkeley

Description

The Resource Description Framework, or RDF is a widely used data representation model that forms the cornerstone of the Semantic Web. RDF represents data as a graph rather than the familiar data table or rectangle of relational databases. The rdflib package provides a friendly and concise user interface for performing common tasks on RDF data, such as reading, writing and converting between the various serializations of RDF data, including rdfxml, turtle, nquads, ntriples, trig, and json-ld; creating new RDF graphs, and performing graph queries using SPARQL. This package wraps the low level redland R package which provides direct bindings to the redland C library. Additionally, the package supports the newer and more developer friendly JSON-LD format through the jsonld package.

Files

cboettig/rdflib-0.0.2.zip

Files (149.2 kB)

Name Size Download all
md5:ebf59d0c80e2d5e96d12f8a3523af2fa
149.2 kB Preview Download

Additional details

Related works