Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions shacl12-rules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,30 +590,6 @@ <h3>Importing rules</h3>
</p>
</section>

<section id="attaching-rules-to-shapes">
<h3>Attaching Rules To Shapes</h3>

<div class="issue" data-number="765">
<p>
Allow one or more SHACL Rule to be attached to a shape, using a property such as `sh:rule`.
</p>
<p>Sketch:</p>
<pre>
[] 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 ... ] ;
];
</pre>
</div>
</section>

<section id="rules-sparql-relationship">
<h3>Relationship between SHACL Rules and SPARQL</h3>
<p>
Expand Down
Loading