SPARQL Flashcards
1
Q
What is SPARQL?
A
It is the query language for RDF graphs
2
Q
What are the two main components of a SELECT query?
A
- List of selected variables
- Their accompanying triple patterns
SELECT ?band WHERE { ?band rdf:type :Band . }
3
Q
What is returned from a SELECT query?
A
A table where each variable is a column and each pattern match is a row