You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shacl12-sparql/index.html
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -595,6 +595,9 @@ <h3>An Example SPARQL-based Constraint</h3>
595
595
}
596
596
""" ;
597
597
] .
598
+
599
+
ex:
600
+
sh:declare ... # See <ahref="#prefixes-example">prefix declarations</a>
598
601
</div>
599
602
</div>
600
603
<p>
@@ -658,6 +661,9 @@ <h3>An Example SPARQL-based Constraint</h3>
658
661
}
659
662
""" ;
660
663
] .
664
+
665
+
ex:
666
+
sh:declare ... # See <ahref="#prefixes-example">prefix declarations</a>
661
667
</div>
662
668
</div>
663
669
</aside>
@@ -699,20 +705,20 @@ <h4>Prefix Declarations for SPARQL Queries</h4>
699
705
A <a>shapes graph</a> may include declarations of namespace prefixes so that these prefixes can be used to abbreviate the SPARQL queries derived from the same shapes graph.
700
706
The syntax of such prefix declarations is illustrated by the following example.
0 commit comments