api_triplestore_access: API Triplestore Access

Description Usage Arguments Value See Also Examples

View source: R/db-access-low-level.R

Description

Create an object with the access options for a triple-store. If successful it also outputs to the screen the protocol version. If unsuccessful it raises an error. Uses API authentication.

Usage

1
2
api_triplestore_access(server_url, repository = NA, api_key = "",
  api_secret = "")

Arguments

server_url

character. The URL of the triplestore.

repository

character. The ID of the repository to which you want to connect to.

api_key

a string, the API key used for API-style authentication.

secret

a string, the secret string corresponding to the API key needed for API-style authentication.

Value

list. Contains the server access options.

See Also

api_triplestore_access

Examples

1
graphdb3 = api_triplestore_access(server_url = "https://rdf.ontotext.com/4135593934/openbiodiv", repository = "test", api_key = "s4bb1d43uc52", api_secret = "d7h7eg4e263ghss")

vsenderov/rdf4r documentation built on May 3, 2019, 4:02 p.m.