Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:shexSpec/primer into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prud'hommeaux committed Dec 2, 2017
2 parents 3067d85 + 5433959 commit af2bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2864,7 +2864,7 @@ <h4>Closing Shapes</h4>
<tr class="fail hilight-component top lowlight2"><td>inst:User2</td><td>my:ClosedUserShape</td><td>fail</td><td class="fail">Unexpected <span class="rdftype lowlight1 top bot predicate"><span class="type">rdf:</span><span class="constant">type</span></span> and <span class="foafknows lowlight1 top bot"><span class="predicate"><span class="type">foaf:</span><span class="constant">knows</span></span></span> arcs.</td></tr>
</tbody></table>
<p>
The <span class="predicate"><span class="type">foaf:</span><span class="constant">knows</span></span> arc invalidates <span class="fullURL">inst:User2</span> but not <span class="fullURL">inst:User1</span> because <span class="keyword closed lowlight2 top bot">CLOSED</span> applies only to outgoing arcs.
The triple <span class="fullURL">inst:User2</span> <span class="predicate"><span class="type">foaf:</span><span class="constant">knows</span> <span class="fullURL">inst:User1</span></span> makes <span class="fullURL">inst:User2</span> non-conformant with <span class="fullURL">my:ClosedUserShape</span>, but it does not make <span class="fullURL">inst:User1</span> non-conformant because <span class="keyword closed lowlight2 top bot">CLOSED</span> applies only to outgoing arcs.
</p>
<script type="text/javascript">
<!--
Expand Down

0 comments on commit af2bcd2

Please sign in to comment.