软件包:r-cran-rdflib(0.2.9+dfsg-1)
r-cran-rdflib 的相关链接
Debian 的资源:
下载源码包 r-cran-rdflib:
- [r-cran-rdflib_0.2.9+dfsg-1.dsc]
- [r-cran-rdflib_0.2.9+dfsg.orig.tar.xz]
- [r-cran-rdflib_0.2.9+dfsg-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [cran.r-project.org]
相似软件包:
GNU R 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.
其他与 r-cran-rdflib 有关的软件包
|
|
|
|
-
- dep: r-api-4.0
- 本虚包由这些包填实: r-base-core
-
- dep: r-cran-dplyr
- GNU R grammar of data manipulation
-
- dep: r-cran-readr
- GNU R package to read rectangular text data
-
- dep: r-cran-redland
- RDF library bindings in GNU R
-
- dep: r-cran-stringi
- GNU R character string processing facilities
-
- dep: r-cran-tidyr
- GNU R package to easily tidy data
-
- rec: r-cran-covr
- test coverage for GNU R packages
-
- rec: r-cran-dt
- GNU R wrapper of the JavaScript library 'DataTables'
-
- rec: r-cran-httr
- GNU R tools for working with URLs and HTTP
-
- rec: r-cran-jsonld
- GNU R JSON for linking data
-
- rec: r-cran-jsonlite
- Robust, High Performance JSON Parser and Generator for R
-
- rec: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming
-
- rec: r-cran-lubridate
- simplifies dealing with dates in R
-
- rec: r-cran-magrittr
- GNU R forward-pipe operator
-
- rec: r-cran-purrr
- GNU R functional programming tools
-
- rec: r-cran-rmarkdown
- convert R markdown documents into a variety of formats
-
- rec: r-cran-spelling
- tools for spell checking in GNU R
-
- rec: r-cran-testthat
- GNU R testsuite
-
- rec: r-cran-tibble
- GNU R Simple Data Frames
-
- rec: r-cran-xml2
- GNU R XML parser