Skip to content

Commit

Permalink
- vestigial ShapeRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Prud'hommeaux committed Oct 25, 2020
1 parent 8f9bf3b commit 9d95471
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ <h2>Node Constraints</h2>
}</pre>
<pre class="nohighlight schema json">{ "my:IssueShape": { "type": "Shape",
"expression": { "type": "TripleConstraint", "predicate": "ex:reportedBy",
"value": { "type": "ShapeRef", <span class="keyword new lookit">"reference": "my:PersonShape"</span> } } } }</pre>
"value": <span class="keyword new lookit">"my:PersonShape"</span> } } }</pre>
</dd>
</dl>

Expand Down Expand Up @@ -2577,9 +2577,7 @@ <h3>Inverse Triple Constraints</h3>
},
<span class="reportedIssue lowlight1 top">{ "type": "TripleConstraint", </span>
<span class="reportedIssue lowlight1 "> <span class="predicate"><span class="type">"predicate":</span><span class="constant"> "ex:reportedIssue"</span></span>, <span class="inversePredicate top bot keyword lowlight2">"inverse": false</span>,</span>
<span class="reportedIssue lowlight1 "> <span class="object">"value": { "type": "ShapeRef",</span> </span>
<span class="reportedIssue lowlight1 "> <span class="object"> "reference": <span class="shape-name">"my:IssueShape"</span></span> </span>
<span class="reportedIssue lowlight1 "> <span class="object">} </span> </span>
<span class="reportedIssue lowlight1 "> <span class="object">"value": <span class="shape-name">"my:IssueShape"</span></span> </span>
<span class="reportedIssue lowlight1 bot">} </span>
]
}
Expand Down Expand Up @@ -2652,9 +2650,7 @@ <h3>Inverse Triple Constraints</h3>
},
<span class="reportedIssue lowlight1 top">{ "type": "TripleConstraint", </span>
<span class="reportedIssue lowlight1 "> <span class="predicate"><span class="type">"predicate":</span><span class="constant"> "ex:reportedIssue"</span></span>, <span class="inversePredicate top bot keyword lowlight2">"inverse": true</span>,</span>
<span class="reportedIssue lowlight1 "> <span class="object">"value": { "type": "ShapeRef",</span> </span>
<span class="reportedIssue lowlight1 "> <span class="object"> "reference": <span class="shape-name">"my:IssueShape"</span></span> </span>
<span class="reportedIssue lowlight1 "> <span class="object">} </span> </span>
<span class="reportedIssue lowlight1 "> <span class="object">"value": <span class="shape-name">"my:IssueShape"</span></span> </span>
<span class="reportedIssue lowlight1 bot">} </span>
]
}
Expand Down Expand Up @@ -3123,10 +3119,10 @@ <h3>Repeated Properties</h3>
<span class="object">"value": { "type": "NodeConstraint", "values": [ "ex:accepted", "ex:resolved" ]</span> }
},
{ "type": "TripleConstraint", <span class="predicate"><span class="type">"predicate":</span><span class="constant"> "ex:reproducedBy"</span></span>,
<span class="object">"value": { "type": "ShapeRef", <span class="hilight-tester lowlight2 top bot">"reference": "my:TesterShape"</span></span> }
<span class="object">"value": <span class="hilight-tester lowlight2 top bot">"reference": "my:TesterShape"</span></span>
},
{ "type": "TripleConstraint", <span class="predicate"><span class="type">"predicate":</span><span class="constant"> "ex:reproducedBy"</span></span>,
<span class="object">"value": { "type": "ShapeRef", <span class="hilight-programmer lowlight2 top bot">"reference": "my:ProgrammerShape"</span></span> }
<span class="object">"value": <span class="hilight-programmer lowlight2 top bot">"my:ProgrammerShape"</span></span>
}
]
}
Expand Down

0 comments on commit 9d95471

Please sign in to comment.