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
A <a>node</a><code>Sub</code> in an <a>RDF graph</a> is a <dfndata-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 <dfndata-lt="SHACL subclass|subclass|subclasses">SHACL subclass</dfn> of another <a>node</a><code>Super</code>
310
310
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>,
311
311
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.
312
312
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 <dfndata-lt="superclass|superclasses|SHACL superclasses|">SHACL superclass</dfn> of <code>Sub</code> in the <a>graph</a>.
313
+
is a <dfndata-lt="SHACL superclass|superclass|superclasses">SHACL superclass</dfn> of <code>Sub</code> in the <a>graph</a>.
314
314
</div>
315
315
</div>
316
316
<divclass="def">
317
317
<divclass="term-def-header">SHACL Type</div>
318
318
<div>
319
-
The <dfndata-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 <dfndata-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
320
320
<a>graph</a> as well as the <a>SHACL superclasses</a> of these <a>values</a> in the <a>graph</a>.
321
321
Note that some SHACL implementations can be parameterized so that the <code>rdfs:subClassOf</code> triples
322
322
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