File: DESCRIPTION

package info (click to toggle)
r-cran-rdflib 0.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 572 kB
  • sloc: xml: 66; sh: 13; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 2,708 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: rdflib
Title: Tools to Manipulate and Query Semantic Data
Version: 0.2.3
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
LazyData: true
URL: https://github.com/ropensci/rdflib
BugReports: https://github.com/ropensci/rdflib/issues
Imports: redland, jsonld, methods, utils, stringi, readr, dplyr, tidyr
RoxygenNote: 7.0.2
Suggests: magrittr, covr, testthat, knitr, rmarkdown, jqr, DT, tibble,
        purrr, lubridate, httr, xml2, jsonlite, repurrrsive,
        nycflights13, spelling
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: no
Packaged: 2020-01-08 19:54:52 UTC; cboettig
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: 2020-01-10 04:10:02 UTC