diff --git a/shacl12-rules/index.html b/shacl12-rules/index.html index 369fc90ed..ec53de4d4 100644 --- a/shacl12-rules/index.html +++ b/shacl12-rules/index.html @@ -590,30 +590,6 @@
- Allow one or more SHACL Rule to be attached to a shape, using a property such as `sh:rule`. -
-Sketch:
--[] rdf:type sh:NodeShape ; - sh:rule ## Different property? - [ a srl:SHACLRule ; - srl:ruleSet "..."; ## SRL syntax - sh:prefixes ... ; - ]; -[] rdf:type sh:NodeShape ; - sh:rule - [ a srl:SHACLRule ; - srl:ruleSet [ ... RDF syntax ... ] ; - ]; --