Package: rdflib 0.2.9

Carl Boettiger

rdflib: Tools to Manipulate and Query Semantic Data

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', 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. The package interface takes inspiration from the Python 'rdflib' library.

Authors:Carl Boettiger [aut, cre, cph], Bryce Mecum [rev], Anna Krystalli [rev], Viktor Senderov [ctb]

rdflib_0.2.9.tar.gz
rdflib_0.2.9.zip(r-4.7)rdflib_0.2.9.zip(r-4.6)rdflib_0.2.9.zip(r-4.5)
rdflib_0.2.9.tgz(r-4.6-any)rdflib_0.2.9.tgz(r-4.5-any)
rdflib_0.2.9.tar.gz(r-4.7-any)rdflib_0.2.9.tar.gz(r-4.6-any)
rdflib_0.2.9.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
rdflib/json (API)
NEWS

# Install 'rdflib' in R:
install.packages('rdflib', repos = c('https://packages.ropensci.org', 'https://cloud.r-project.org'))

Reviews:rOpenSci Software Review #169

Bug tracker:https://github.com/ropensci/rdflib/issues

Pkgdown/docs site:https://docs.ropensci.org

On CRAN:

Conda:

peer-reviewed

10.25 score 61 stars 7 packages 190 scripts 3.5k downloads 7 mentions 10 exports 48 dependencies

Last updated from:c2b3f3a5c2 (on master). Checks:10 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK147
pkgdown docsOK165
source / vignettesOK203
linux-release-x86_64OK148
macos-release-arm64OK77
macos-oldrel-arm64OK112
windows-develOK116
windows-releaseOK87
windows-oldrelOK99
wasm-releaseOK165

Exports:as_rdfrdfrdf_addrdf_freerdf_has_bdbrdf_parserdf_queryrdf_serializeread_nquadswrite_nquads

Dependencies:bitbit64brewcallrclicliprcommonmarkcpp11crayondescdplyrevaluatefsgenericsgluehighrhmsknitrlifecyclemagrittrpillarpkgbuildpkgconfigpkgloadprettyunitsprocessxprogresspspurrrR6readrredlandrlangroxygen2rprojrootstringistringrtibbletidyrtidyselecttzdbutf8vctrsvroomwithrxfunxml2yaml

A tidyverse lover's intro to RDF

Rendered fromrdf_intro.Rmdusingknitr::rmarkdownon May 17 2026.

Last update: 2024-08-05
Started: 2018-02-02