Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Sep 22, 2023
1 parent cc44dd2 commit d4a66f2
Show file tree
Hide file tree
Showing 4 changed files with 3,726 additions and 7 deletions.
9 changes: 7 additions & 2 deletions reasoning/blogic/lubm.n3s
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix : <http://www.example.org/>.

() log:onNegativeSurface {
<> log:imports <../lubm/facts.ttl>.
() log:onNegativeSurface true.
}.

(_:X) log:onNegativeSurface {
_:X a :AdministrativeStaff.
() log:onNegativeSurface {
Expand Down Expand Up @@ -767,6 +772,6 @@
}.

# query
(_:X) log:onQuerySurface {
_:X a :Chair.
(_:X _:Y) log:onQuerySurface {
_:X :degreeFrom _:Y.
}.
Loading

0 comments on commit d4a66f2

Please sign in to comment.