Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Mar 19, 2024
1 parent 63a5cce commit 2045fb4
Show file tree
Hide file tree
Showing 4 changed files with 20,015 additions and 100,008 deletions.
2 changes: 1 addition & 1 deletion lingua/blogic.trig
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ _:ns2 {
(_:S) lingua:onQuestionSurface _:qs.

_:qs {
_:S a :Socrates.
_:S a :Mortal.
}
2 changes: 1 addition & 1 deletion lingua/edt.trig
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ _:nt {
() lingua:onQuestionSurface _:qs.

_:qs {
edt:i100000 a edt:N100000.
edt:i80000 a edt:N20000.
}
9 changes: 8 additions & 1 deletion lingua/output/blogic.trig
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
@prefix : <https://eyereasoner.github.io/see-lingua/lingua/blogic.trig#>.
@prefix lingua: <http://www.w3.org/2000/10/swap/lingua#>.
@prefix var: <http://www.w3.org/2000/10/swap/var#>.
@prefix : <https://eyereasoner.github.io/see-lingua/lingua/blogic.trig#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

:Socrates a :Mortal.

_:rl_15496116 lingua:premise _:gn_1.
_:rl_15496116 lingua:conclusion _:gn_2.
_:rl_15496116 lingua:bindings ((var:node_2_1 :Man) (var:node_4_1 :Human) (var:node_6_1 :Socrates)).
_:rl_15496116 lingua:bindings ((var:node_2_1 :Human) (var:node_4_1 :Mortal) (var:node_6_1 :Socrates)).
_:rl_14789757 lingua:question _:gn_3.
_:rl_14789757 lingua:answer _:gn_3.
_:rl_14789757 lingua:bindings ((var:node_6_1 :Socrates)).
_:gn_1 {
var:node_2_1 rdfs:subClassOf var:node_4_1.
var:node_6_1 a var:node_2_1.
}
_:gn_2 {
var:node_6_1 a var:node_4_1.
}
_:gn_3 {
var:node_6_1 a :Mortal.
}
Loading

0 comments on commit 2045fb4

Please sign in to comment.