# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rdflib" in publications use:' type: software license: MIT title: 'rdflib: Tools to Manipulate and Query Semantic Data' version: 0.2.9 doi: 10.5281/zenodo.1098478 identifiers: - type: doi value: 10.32614/CRAN.package.rdflib abstract: 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: - family-names: Boettiger given-names: Carl email: cboettig@gmail.com orcid: https://orcid.org/0000-0002-1642-628X preferred-citation: type: manual title: 'rdflib: A high level wrapper around the redland package for common rdf applications' authors: - family-names: Boettiger given-names: Carl email: cboettig@gmail.com orcid: https://orcid.org/0000-0002-1642-628X year: '2018' publisher: name: Zenodo doi: 10.5281/zenodo.1098478 url: https://doi.org/10.5281/zenodo.1098478 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/rdflib commit: c2b3f3a5c28648e3f87c1ccb2e2e49bebd082e2d url: https://docs.ropensci.org/rdflib/ contact: - family-names: Boettiger given-names: Carl email: cboettig@gmail.com orcid: https://orcid.org/0000-0002-1642-628X