Skip to content

rdflib

Tools to Manipulate and Query Semantic Data

v0.2.9 · Aug 16, 2024 · MIT + file LICENSE

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', 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.

Downloads

2.8K

Last 30 days

2532nd

8.4K

Last 90 days

30.2K

Last year

Trend: +0.5% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026

Reverse Dependencies (6)

suggests

Dependency Network

Dependencies Reverse dependencies redland stringi readr dplyr tidyr FAIRmaterials atom4R geoflow mregions2 RNeXML emld rdflib

Version History

new 0.2.9 Mar 10, 2026
updated 0.2.9 ← 0.2.8 diff Aug 16, 2024
updated 0.2.8 ← 0.2.7 diff Dec 18, 2023
updated 0.2.7 ← 0.2.6 diff Sep 15, 2023
updated 0.2.6 ← 0.2.5 diff Mar 8, 2023
updated 0.2.5 ← 0.2.4 diff Feb 8, 2022
updated 0.2.4 ← 0.2.3 diff Jan 2, 2022
updated 0.2.3 ← 0.2.2 diff Jan 9, 2020
updated 0.2.2 ← 0.2.1 diff Jan 14, 2019
updated 0.2.1 ← 0.2.0 diff Nov 24, 2018
updated 0.2.0 ← 0.1.0 diff Nov 12, 2018
new 0.1.0 Mar 8, 2018