SPARQL: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "{{stub}} SPARQL (pronounced "sparkle"[1]) is an RDF query language; its name stands for '''SPARQL Protocol and RDF Query Language'''. It was standardized by the RDF Data Acc...") |
m (→Links) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
== Introduction == | |||
SPARQL (pronounced "sparkle"[1]) is an [[RDF]] query language; its name stands for '''SPARQL Protocol and RDF Query Language'''. It was standardized by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium, and is considered a key semantic web technology. | SPARQL (pronounced "sparkle"[1]) is an [[RDF]] query language; its name stands for '''SPARQL Protocol and RDF Query Language'''. It was standardized by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium, and is considered a key semantic web technology. | ||
== Links == | |||
* [http://www.w3.org/2001/sw/DataAccess/ W3C SPARQL Working Group] | |||
* [http://www.w3.org/TR/rdf-sparql-query/ SPARQL Query language] | |||
* [http://www.w3.org/TR/rdf-sparql-protocol/ SPARQL Protocol] | |||
* [http://www.w3.org/TR/rdf-sparql-XMLres/ SPARQL Query XML Results Format] | |||
* [http://openjena.org/ARQ/Tutorial/index.html SPARQL Tutorial] | |||
* [http://en.sparql.pro SPARQL Examples] | |||
[[Category: XML]] | [[Category: XML]] | ||
[[Category: Knowledge representation]] | [[Category: Knowledge representation]] | ||
[[Category: Web standards]] |
Latest revision as of 14:11, 24 August 2011
Introduction
SPARQL (pronounced "sparkle"[1]) is an RDF query language; its name stands for SPARQL Protocol and RDF Query Language. It was standardized by the RDF Data Access Working Group (DAWG) of the World Wide Web Consortium, and is considered a key semantic web technology.