SPARQL Query: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
---- | ---- | ||
== References == | == References == | ||
=== 2016 === | |||
* ([[2016_AnsweringEndUserQuestionsQuerie|Atzori et al., 2016]]) ⇒ [[author::Maurizio Atzori]], [[author::Shi Gao]], [[author::Giuseppe M. Mazzeo]], and [[author::Carlo Zaniolo]]. ([[year::2016]]). "[http://sites.computer.org/debull/A16sept/p85.pdf Answering End-User Questions, Queries and Searches on Wikipedia and Its History]." In: [[journal::IEEE Data Eng. Bull.]], 39(3). | |||
** QUOTE: [[We]] first describe [[CANaLI]], that lets people enter [[Natural Language (NL) question]]s and [[translates them]] into [[SPARQL queri]]es executed on [[DBpedia]]. </s> | |||
=== 2009 === | === 2009 === | ||
Line 11: | Line 15: | ||
---- | ---- | ||
__NOTOC__ |
Revision as of 17:22, 29 September 2016
A SPARQL Query is a database query in a SPARQL query language.
- Example(s):
SELECT ?p ?o
{ <http://nasa.dataincubator.org/spacecraft/1968-089A> ?p ?o }
- See: RDF Database, OWL Query, SQL Query.
References
2016
- (Atzori et al., 2016) ⇒ Maurizio Atzori, Shi Gao, Giuseppe M. Mazzeo, and Carlo Zaniolo. (2016). "Answering End-User Questions, Queries and Searches on Wikipedia and Its History." In: IEEE Data Eng. Bull., 39(3).
- QUOTE: We first describe CANaLI, that lets people enter Natural Language (NL) questions and translates them into SPARQL queries executed on DBpedia.