Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Oct 22, 2024
1 parent 464fa8e commit 130bf67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reasoning/rdflogic/age.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
# query: is the age of a person above some duration?
<<
log:conjunction log:isFunctorOf (
<< var:S :ageAbove "P75Y"^^xsd:duration >>
<< var:S :ageAbove "P80Y"^^xsd:duration >>
)
>> log:query <<
log:conjunction log:isFunctorOf (
<< var:S :ageAbove "P75Y"^^xsd:duration >>
<< var:S :ageAbove "P80Y"^^xsd:duration >>
)
>>.
2 changes: 1 addition & 1 deletion reasoning/rdflogic/output/age.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix : <https://example.org/#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

:patH :ageAbove "P75Y"^^xsd:duration.
:patH :ageAbove "P80Y"^^xsd:duration.

0 comments on commit 130bf67

Please sign in to comment.