Skip to content

Commit

Permalink
Merge pull request #216 from eyusupov/fix-brace
Browse files Browse the repository at this point in the history
Remove unbalanced bracket
  • Loading branch information
doerthe authored May 15, 2024
2 parents 10b2063 + b809ba5 commit c86edbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/semantics.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ <h3>Terms, Triples and Graphs</h3>
<br>becomes<br>
<span class="asex">$(\{\},\{x\},\{(\text{:socrates}, \text{:knows}, x)\})$</span></li>
<li> <code>{?x a :Human} => {?x a :Mortal}.</code> <br>becomes <br>
<span class="asex">$(\{x\},\{\},\{(&lt;\{\},\{\},\{(x, \text{rdf:type}, \text{:Human})\}&gt;,
<span class="asex">$(\{x\},\{\},\{&lt;\{\},\{\},\{(x, \text{rdf:type}, \text{:Human})\}&gt;,
\text{log:implies}, &lt;\{\},\{\},\{(x, \text{rdf:type}, \text{:Mortal})\}&gt;\})$ </span>
</li>
<li id="example3"> <code>:socrates :says {_:x a :Mortal}.</code>
Expand Down

0 comments on commit c86edbf

Please sign in to comment.