Skip to content

Commit 3f10c29

Browse files
#588: Fixed order of definitions so that shacl-subclass and shacl-type is used first (#589)
1 parent 1adac66 commit 3f10c29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shacl12-core/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,17 +306,17 @@ <h3>Terminology</h3>
306306
<div class="def">
307307
<div class="term-def-header">SHACL Subclass, SHACL superclass</div>
308308
<div>
309-
A <a>node</a> <code>Sub</code> in an <a>RDF graph</a> is a <dfn data-lt="subclasses|subclass|SHACL subclasses">SHACL subclass</dfn> of another <a>node</a> <code>Super</code>
309+
A <a>node</a> <code>Sub</code> in an <a>RDF graph</a> is a <dfn data-lt="SHACL subclass|subclass|subclasses">SHACL subclass</dfn> of another <a>node</a> <code>Super</code>
310310
in the <a>graph</a> if there is a sequence of <a>triples</a> in the <a>graph</a> each with predicate <code>rdfs:subClassOf</code> such that the <a>subject</a> of the first <a>triple</a> is <code>Sub</code>,
311311
the <a>object</a> of the last triple is <code>Super</code>, and the <a>object</a> of each <a>triple</a> except the last is the <a>subject</a> of the next.
312312
If <code>Sub</code> is a <a>SHACL subclass</a> of <code>Super</code> in an <a>RDF graph</a> then <code>Super</code>
313-
is a <dfn data-lt="superclass|superclasses|SHACL superclasses|">SHACL superclass</dfn> of <code>Sub</code> in the <a>graph</a>.
313+
is a <dfn data-lt="SHACL superclass|superclass|superclasses">SHACL superclass</dfn> of <code>Sub</code> in the <a>graph</a>.
314314
</div>
315315
</div>
316316
<div class="def">
317317
<div class="term-def-header">SHACL Type</div>
318318
<div>
319-
The <dfn data-lt="type|types|SHACL type">SHACL types</dfn> of an <a>RDF term</a> in an <a>RDF graph</a> is the set of its <a>values</a> for <code>rdf:type</code> in the
319+
The <dfn data-lt="SHACL type|type|types">SHACL types</dfn> of an <a>RDF term</a> in an <a>RDF graph</a> is the set of its <a>values</a> for <code>rdf:type</code> in the
320320
<a>graph</a> as well as the <a>SHACL superclasses</a> of these <a>values</a> in the <a>graph</a>.
321321
Note that some SHACL implementations can be parameterized so that the <code>rdfs:subClassOf</code> triples
322322
that determine the <a>SHACL subclasses</a> may be queried from the <a>shapes graph</a> in addition to the <a>data graph</a>.

0 commit comments

Comments
 (0)