Skip to content

Commit

Permalink
Use PREFIX in Turtle, Closes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 29, 2024
1 parent a52ebc6 commit 89f7c49
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1164,10 +1164,10 @@ <h3>Turtle Service Description</h3>
Connection: close
Content-Type: text/turtle

@prefix sd: &lt;http://www.w3.org/ns/sparql-service-description#&gt; .
@prefix ent: &lt;http://www.w3.org/ns/entailment/&gt; .
@prefix prof: &lt;http://www.w3.org/ns/owl-profile/&gt; .
@prefix void: &lt;http://rdfs.org/ns/void#&gt; .
PREFIX sd: &lt;http://www.w3.org/ns/sparql-service-description#&gt;
PREFIX ent: &lt;http://www.w3.org/ns/entailment/&gt;
PREFIX prof: &lt;http://www.w3.org/ns/owl-profile/&gt;
PREFIX void: &lt;http://rdfs.org/ns/void#&gt;

[] a sd:Service ;
sd:endpoint &lt;http://www.example/sparql/&gt; ;
Expand Down Expand Up @@ -1217,6 +1217,7 @@ <h2>Conformance</h2>
<h2>Changes between SPARQL 1.1 Service Description and SPARQL 1.2 Service Description</h2>
<ul>
<li>Update fragment identifiers for references to RFC9110 in <a href="#accessing" class="sectionRef"></a></li>
<li>Use PREFIX instead of @prefix in all Turtle examples</li>
</ul>
</section>

Expand Down

0 comments on commit 89f7c49

Please sign in to comment.