Package: rdflib
Title: Tools to Manipulate and Query Semantic Data
Version: 0.2.9
Authors@R: c(person("Carl", "Boettiger", 
                  email = "cboettig@gmail.com", 
                  role = c("aut", "cre", "cph"),
                  comment=c(ORCID = "0000-0002-1642-628X")),
             person("Bryce", "Mecum", 
                  role = "rev",
                  comment=c(ORCID = "0000-0002-0381-3766")),
             person("Anna", "Krystalli", 
                  role = "rev",
                  comment=c(ORCID = "0000-0002-2378-4915")),
             person("Viktor", "Senderov",
                  email = "vsenderov@gmail.com",
                  role = "ctb",
                  comment = c(ORCID = "0000-0003-3340-5963")))
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.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://docs.ropensci.org/rdflib/,
        https://github.com/ropensci/rdflib
BugReports: https://github.com/ropensci/rdflib/issues
Imports: redland, methods, utils, stringi, readr, dplyr, tidyr
RoxygenNote: 7.2.3
Suggests: magrittr, covr, testthat, knitr, rmarkdown, jqr, DT, tibble,
        purrr, lubridate, httr, xml2, jsonlite, repurrrsive,
        nycflights13, spelling, jsonld
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2024-08-05 18:53:50 UTC; root
Author: Carl Boettiger [aut, cre, cph]
    (<https://orcid.org/0000-0002-1642-628X>),
  Bryce Mecum [rev] (<https://orcid.org/0000-0002-0381-3766>),
  Anna Krystalli [rev] (<https://orcid.org/0000-0002-2378-4915>),
  Viktor Senderov [ctb] (<https://orcid.org/0000-0003-3340-5963>)
Maintainer: Carl Boettiger <cboettig@gmail.com>
Repository: CRAN
Date/Publication: 2024-08-17 06:00:05 UTC
Built: R 4.6.0; ; 2025-08-18 12:15:06 UTC; unix
