Package: virtuoso 0.1.8
virtuoso: Interface to 'Virtuoso' using 'ODBC'
Provides users with a simple and convenient mechanism to manage and query a 'Virtuoso' database using the 'DBI' (Data-Base Interface) compatible 'ODBC' (Open Database Connectivity) interface. 'Virtuoso' is a high-performance "universal server," which can act as both a relational database, supporting standard Structured Query Language ('SQL') queries, while also supporting data following the Resource Description Framework ('RDF') model for Linked Data. 'RDF' data can be queried using 'SPARQL' ('SPARQL' Protocol and 'RDF' Query Language) queries, a graph-based query that supports semantic reasoning. This allows users to leverage the performance of local or remote 'Virtuoso' servers using popular 'R' packages such as 'DBI' and 'dplyr', while also providing a high-performance solution for working with large 'RDF' 'triplestores' from 'R.' The package also provides helper routines to install, launch, and manage a 'Virtuoso' server locally on 'Mac', 'Windows' and 'Linux' platforms using the standard interactive installers from the 'R' command-line. By automatically handling these setup steps, the package can make using 'Virtuoso' considerably faster and easier for a most users to deploy in a local environment. Managing the bulk import of triples from common serializations with a single intuitive command is another key feature of this package. Bulk import performance can be tens to hundreds of times faster than the comparable imports using existing 'R' tools, including 'rdflib' and 'redland' packages.
Authors:
virtuoso_0.1.8.tar.gz
virtuoso_0.1.8.zip(r-4.5)virtuoso_0.1.8.zip(r-4.4)virtuoso_0.1.8.zip(r-4.3)
virtuoso_0.1.8.tgz(r-4.4-any)virtuoso_0.1.8.tgz(r-4.3-any)
virtuoso_0.1.8.tar.gz(r-4.5-noble)virtuoso_0.1.8.tar.gz(r-4.4-noble)
virtuoso_0.1.8.tgz(r-4.4-emscripten)virtuoso_0.1.8.tgz(r-4.3-emscripten)
virtuoso.pdf |virtuoso.html✨
virtuoso/json (API)
NEWS
# Install 'virtuoso' in R: |
install.packages('virtuoso', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ropensci/virtuoso/issues
Pkgdown:https://docs.ropensci.org
Last updated 7 months agofrom:c04a01bc22 (on master). Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 27 2024 |
R-4.5-win | OK | Nov 27 2024 |
R-4.5-linux | OK | Nov 27 2024 |
R-4.4-win | OK | Nov 27 2024 |
R-4.4-mac | OK | Nov 27 2024 |
R-4.3-win | OK | Nov 27 2024 |
R-4.3-mac | OK | Nov 27 2024 |
Exports:has_virtuosovos_configurevos_connectvos_delete_dbvos_destroy_allvos_importvos_installvos_killvos_list_graphsvos_logvos_odbcinstvos_processvos_queryvos_set_pathsvos_startvos_statusvos_uninstall
Dependencies:bitbit64blobclicurlDBIdigestfsgluehmsinilifecycleodbcpkgconfigprocessxpsR6rappdirsRcpprlangvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
check for Virtuoso | has_virtuoso |
Configure Virtuoso Server ini file | vos_configure |
Connect to a Virtuoso Server over ODBC | vos_connect |
Delete Virtuoso Database | vos_delete_db |
Destroy all Virtuoso's directories | vos_destroy_all |
Bulk Import of RDF triples | vos_import |
Helper method for installing Virtuoso Server | vos_install |
Stop (kill) the Virtuoso server | vos_kill |
List graphs | vos_list_graphs |
Query the server logs | vos_log |
Configure the ODBC Driver for Virtuoso | vos_odbcinst |
Return a handle to an existing Virtuoso Process | vos_process |
Run a SPARQL query | vos_query |
set Virtuoso paths | vos_set_paths |
Start a Virtuoso Server | vos_start |
Query the server status | vos_status |
Uninstall Virtuoso | vos_uninstall |