SPARQL Query Results XML Format: Difference between revisions

Content deleted Content added
Create page
 
mNo edit summary
 
(15 intermediate revisions by 13 users not shown)
Line 1:
{{Incomplete}}
{{Infobox file format
| name = SPARQL Query Results XML Format
Line 6 ⟶ 5:
| screenshot =
| caption =
| extension = <tt>{{mono|.srx</tt>}}
| mime = application/sparql-results+xml<ref name="w3c">{{cite journalweb | url=http://www.w3.org/TR/rdf-sparql-XMLres/#mime| title=SPARQL Query Results XML Format (Second Edition) | author=Dave Beckett, Eric Prud'hommeaux | date=21 March 2013 }}</ref>
| type code =
| uniform type =
Line 22 ⟶ 21:
| extended_to =
| standard = [http://www.w3.org/TR/rdf-sparql-XMLres/ W3C SPARQL XML]
| freeopen = Yes
| url =
}}
 
A '''SPARQL Query Results XML''' (also sometimes called ''SPARQL Results Document'') is a file stores data (value, uri[[Uniform Resource Identifier|URI]] and text) in XML.
This document is generally the response by default of a RDF database after a [[SPARQL]] query.
 
==See also==
* [[SPARQL]]
* [[SPARQL Query Results JSON DocumentFormat]]
 
==References==
Line 37 ⟶ 36:
 
[[Category:Data serialization formats]]
[[Category:SPARQL]]
 
 
{{compu-stub}}