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-core/index.html
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1247,7 +1247,6 @@ <h4>Implicit Class Targets and sh:ShapeClass</h4>
1247
1247
<divclass="def">
1248
1248
<divclass="def-header">TEXTUAL DEFINITION</div>
1249
1249
The class <code>sh:ShapeClass</code> is an <code>rdfs:subClassOf</code> of both <code>sh:NodeShape</code> and <code>rdfs:Class</code>.
1250
-
<code>sh:ShapeClass</code> has itself as its <code>rdf:type</code>.
1251
1250
If <code>s</code> is a <a>SHACL instance</a> of <code>sh:ShapeClass</code> in a <a>shapes graph</a><code>SG</code>
1252
1251
then the set of <a>SHACL instances</a> of <code>s</code> in a data graph <code>DG</code> is a <a>target</a> from <code>DG</code> for <code>s</code> in <code>SG</code>.
Copy file name to clipboardExpand all lines: shacl12-vocabularies/shacl.ttl
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,12 @@ sh:PropertyShape
55
55
rdfs:isDefinedBy sh: .
56
56
57
57
sh:ShapeClass
58
-
a sh:ShapeClass ;
59
-
rdfs:comment "A shape class is a class that is also a node shape. sh:ShapeClass can be used as rdf:type instead of the combination of rdfs:Class and sh:NodeShape."@en ;
60
-
rdfs:label "Shape class"@en ;
61
-
rdfs:subClassOf rdfs:Class ;
62
-
rdfs:subClassOf sh:NodeShape .
58
+
a rdfs:Class ;
59
+
rdfs:comment "A shape class is a class that is also a node shape. sh:ShapeClass can be used as rdf:type instead of the combination of rdfs:Class and sh:NodeShape."@en ;
0 commit comments