SPARQL Query: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A SPARQL Query is a database query in a SPARQL query language. * <B>Example(s):</B> ** <code>SELECT ?p ?o <BR> { <http://nasa.dataincubator.org/spacecraft/1968-...") |
m (Text replacement - ". " to ". ") |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
** <code>SELECT ?p ?o <BR> { <http://nasa.dataincubator.org/spacecraft/1968-089A> ?p ?o }</code> | ** <code>SELECT ?p ?o <BR> { <http://nasa.dataincubator.org/spacecraft/1968-089A> ?p ?o }</code> | ||
* <B>See:</B> [[RDF Database]], [[OWL Query]], [[SQL Query]]. | * <B>See:</B> [[RDF Database]], [[OWL Query]], [[SQL Query]]. | ||
---- | ---- | ||
---- | ---- | ||
== References == | |||
=== 2016 === | |||
* ([[2016_AnsweringEndUserQuestionsQuerie|Atzori et al., 2016]]) ⇒ [[Maurizio Atzori]], [[Shi Gao]], [[Giuseppe M. Mazzeo]], and [[Carlo Zaniolo]]. ([[2016]]). “[http://sites.computer.org/debull/A16sept/p85.pdf 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) question]]s and [[translates them]] into [[SPARQL Query|SPARQL queri]]es executed on [[DBpedia]]. </s> | |||
=== 2009 === | |||
* https://www.w3.org/2009/Talks/0615-qbe/ | |||
---- | |||
__NOTOC__ | |||
[[Category:Concept]] |
Latest revision as of 13:28, 2 August 2022
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.