Description Connection to a triple store Working with repositories on a triple store Function factories to convert SPARQL queries, or data endpoints to R functions Working with literals and identifiers Prefix management Creation and serialization of RDF A basic vocabulary of semantic elements
RDF4R provides the following facilities.
basic_triplestore_access: connect to a triple store without a password or with a username and a password
api_triplestore_access: connect to a triple store with an API key
get_protocol_version: Get Protocol Version
list_repositories: list the repositories at an endpoint
submit_sparql: Submit a SPARQL Query to a Triplestore (READ)
submit_sparql_update: Submit a SPARQL Query to a Triplestore (UPDATE)
add_data: Add Data to a Repository
query_factory: Convert a parameterized SPARQL query to an R function
add_data_factory: Create a function that submits serialized RDF to a specific endpoint
literal: Family of functions for creating literals
identifier: Family of functions for creating resource identifiers
fidentifier: Identifier Constructor via a List of Lookup Functions
identifier_factory: Manufacturing Identifier Constructors
Prefixes are managed autmatically by RDF objects, so you probably wouldn't need to call the functions in this section manually.
prefix_serializer: Serializes a Prefix Vector
ResourceDescriptionFramework: Mutable RDF Object
AnonRDF: Create a list of RDF statements that all share the same blank subject node
semantic_elements: Predifined resource identifiers from widely-spread ontologies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.