-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.18 KB
/
DESCRIPTION
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
Package: rSPARQLanything
Type: Package
Title: Query Any Data Resource with SPARQL in R
Version: 0.1.0
Authors@R:
c(person(given = "Daniel", family = "Antal",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7513-6760")
)
)
Maintainer: Daniel Antal <[email protected]>
Description: rSPARQLanything provides an interface to SPARQL Anything, a system for
Semantic Web re-engineering that allows users to query anything with SPARQL.
It uses a single generic abstraction for all data source formats called
Facade-X. This meta-model used by SPARQL Anything transformers to generate
RDF data (a widely used data representation model that forms the cornerstone
of the Semantic Web) from diverse data sources. Intuitively,
Facade-X uses a subset of RDF as a general approach to represent the source
content as-it-is but in RDF. The package interface takes inspiration from the
Python 'pysparql-anything' library.
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3