Skip to content

Commit

Permalink
using RDF star to describe logic rules and queries
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 18, 2024
1 parent c85c587 commit 0412698
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions reasoning/rdfstar/README
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ RDF star supports reasoning with rdfsurfaces described in RDF as
log:conjunction log:isFunctorOf (
<< _:x a :City >>
<< () log:onNegativeSurface <<
log:conjunction log:isFunctorOf (
<< _:x a :HumanCommunity >>
)
>>
log:conjunction log:isFunctorOf (
<< _:x a :HumanCommunity >>
)
>>
>>
)
>>.
Expand Down
16 changes: 8 additions & 8 deletions reasoning/rdfstar/slide32.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
log:conjunction log:isFunctorOf (
<< _:x a :City >>
<< () log:onNegativeSurface <<
log:conjunction log:isFunctorOf (
<< _:x a :HumanCommunity >>
)
>>
log:conjunction log:isFunctorOf (
<< _:x a :HumanCommunity >>
)
>>
>>
)
>>.
Expand All @@ -28,10 +28,10 @@
log:conjunction log:isFunctorOf (
<< :Ghent a :HumanCommunity >>
<< () log:onNegativeAnswerSurface <<
log:conjunction log:isFunctorOf (
<< :Ghent a :HumanCommunity >>
)
>>
log:conjunction log:isFunctorOf (
<< :Ghent a :HumanCommunity >>
)
>>
>>
)
>>.

0 comments on commit 0412698

Please sign in to comment.