We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be13d8 commit 52e3285Copy full SHA for 52e3285
1 file changed
shapes/class.ttl
@@ -0,0 +1,8 @@
1
+@prefix sh: <http://www.w3.org/ns/shacl#> .
2
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3
+@prefix class_shape: <https://solidproject.org/shapes/class#> .
4
+
5
+class_shape:ClassShape a sh:NodeShape ;
6
+ sh:targetClass rdfs:Class ;
7
+ sh:codeIdentifier "Class" ;
8
+.
0 commit comments