Database Reference
In-Depth Information
Fig. 1. The previous architecture of the LD Management System
exporting functionality is exposed which can handle a variety of LD formats,
such as RDF/XML, NTriples 15 , and Turtle 16 .
LMS exposes the following methods:
- ldquery: It takes as input the SPARQL query as a String and optionally a time-
out and row limit parameters and returns the result in the format requested
by the user.
- ldupdate: Similarly to ldquery , this method takes as input a SPARUL (SPARQL
1.1 Update Language 17 ) update statement (along with the same optional para-
meters) and applies/executes it.
- addR2RMLMappings: It takes as input the mapping specified as String in
R2RML (RDB to RDF Mapping Language 18 ), which is a W3C Recommen-
dation that aims at enabling the description of customized mappings between
a relational database and RDF datasets, as well as the name of the graph
to be created and initiates the relational-to-linked data mapping procedure
offered by Virtuoso Triple Store.
- ldexport: It exports either a complete graph or a set of statements, which
involve from zero to at most three URIs (pertaining to the URIs of subject,
15 http://www.w3.org/2001/sw/RDFCore/ntriples/ .
16 http://www.w3.org/TR/turtle/ .
17 http://www.w3.org/TR/sparql11-update/ .
18 http://www.w3.org/TR/r2rml/ .
 
Search WWH ::




Custom Search