GraphStore`
GraphStore`

SPARQLVariable

SPARQLVariable["var"]

represents a variable with label "var" in a SPARQL query.

Details and Options

  • SPARQLVariable["x"] is used in SPARQL graph patterns and expressions to distinguish a variable with label "x" from a string literal "x".
  • The SPARQLVariable wrapper is optional in places where only variables can appear.
  • A SPARQLVariable can appear in any position of an RDFTriple.
  • An RDFTriple that contains a SPARQLVariable is also known as a triple pattern.

Examples

open allclose all

Basic Examples  (1)

Given an RDFStore about people:

Query all persons together with their first name:

Get the first and last name:

Possible Issues  (1)

Given an RDFStore about people:

Define a pattern that matches the first and last name:

The strings "first" and "last" in the "concat" function are interpreted as literals:

To refer to the variables use the SPARQLVariable wrapper:

Wolfram Research (2019), SPARQLVariable, Wolfram Language function, https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html.

Text

Wolfram Research (2019), SPARQLVariable, Wolfram Language function, https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html.

CMS

Wolfram Language. 2019. "SPARQLVariable." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html.

APA

Wolfram Language. (2019). SPARQLVariable. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html

BibTeX

@misc{reference.wolfram_2024_sparqlvariable, author="Wolfram Research", title="{SPARQLVariable}", year="2019", howpublished="\url{https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html}", note=[Accessed: 25-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_sparqlvariable, organization={Wolfram Research}, title={SPARQLVariable}, year={2019}, url={https://reference.wolfram.com/language/GraphStore/ref/SPARQLVariable.html}, note=[Accessed: 25-April-2024 ]}