Skip to content

Commit

Permalink
GH-12 GH-13 adjust citation
Browse files Browse the repository at this point in the history
  • Loading branch information
abrokenjester authored and pchampin committed Dec 11, 2020
1 parent 946790f commit ba867fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rdf-star-cg-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ <h2>Evaluation Semantics</h2>
<section>
<h2>Query Result Formats</h2>

<p>In SPARQL, queries can take four forms: <em>SELECT</em>, <em>CONSTRUCT</em>, <em>DESCRIBE</em>, and <em>ASK</em>. [<a href="SPARQL11-QUERY#queryForms">SPARQL11-QUERY, Section 16</a>] The first of these returns its query solution as a set of variable bindings. The second and third both return an RDF graph, and the last returns a simple boolean value.
<p>In SPARQL, queries can take four forms: <em>SELECT</em>, <em>CONSTRUCT</em>, <em>DESCRIBE</em>, and <em>ASK</em> - see <a data-cite="SPARQL11-QUERY#queryForms">SPARQL1.1 Query, Section 16</a> [[SPARQL11-QUERY]]. The first of these returns a query solution as a set of variable bindings. The second and third both return an RDF graph, and the last returns a boolean value.
</p>
<p>The result of the <em>ASK</em> query form is not changed by the introduction of RDF*, and the result of the <em>CONSTRUCT</em> and <em>DESCRIBE</em> forms can be represented by<a href="#turtle-star">Turtle*</a>. However, since the <em>SELECT</em> form deals with returning RDF terms, the specific serialization formats for representing such query results need to be extended so that the new <a> embedded</a> triple RDF term can be represented. In this section, we propose extensions for the two most common formats for this purpose: [[[sparql11-results-json]]], and [[[rdf-sparql-XMLres]]].</p>
<p>The result of the <em>ASK</em> query form is not changed by the introduction of RDF*, and the result of the <em>CONSTRUCT</em> and <em>DESCRIBE</em> forms can be represented by <a href="#turtle-star">Turtle*</a>. However, since the <em>SELECT</em> form deals with returning individual RDF terms, the specific serialization formats for representing such query results need to be extended so that the new <a>embedded</a> triple RDF term can be represented. In this section, we propose extensions for the two most common formats for this purpose: [[[sparql11-results-json]]], and [[[rdf-sparql-XMLres]]].</p>
<section>
<h2>SPARQL* Query Results JSON Format</h2>
<p>
Expand Down

0 comments on commit ba867fe

Please sign in to comment.