Skip to content

Commit

Permalink
refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Sep 2, 2024
1 parent 673b80a commit cfc290b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cases/owe/age.trig
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ _:bng_1 log:explains _:bng_2.

GRAPH _:bng_1 {
:patH :birthDay "1944-08-21"^^xsd:date.
[] rdf:value ""; time:localTime "2024-09-02T12:48:42.013Z"^^xsd:dateTime.
("2024-09-02T12:48:42.013Z"^^xsd:dateTime "1944-08-21"^^xsd:date) math:difference 2525690922.013 .
[] rdf:value 2525690922.013; math:greaterThan "P80Y"^^xsd:duration.
[] rdf:value ""; time:localTime "2024-09-02T15:04:02.842Z"^^xsd:dateTime.
("2024-09-02T15:04:02.842Z"^^xsd:dateTime "1944-08-21"^^xsd:date) math:difference 2525699042.842 .
[] rdf:value 2525699042.842; math:greaterThan "P80Y"^^xsd:duration.
}

GRAPH _:bng_2 {
Expand Down
8 changes: 4 additions & 4 deletions cases/test
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ FAILED=0

version=$(lingua -v)

echo -e "${YELLOW}# --------------------${NORMAL}"
echo -e "${YELLOW}# Running lingua cases${NORMAL}"
echo -e "${YELLOW}# $version${NORMAL}"
echo -e "${YELLOW}# --------------------${NORMAL}"
echo -e "${YELLOW}--------------------${NORMAL}"
echo -e "${YELLOW}Running lingua cases${NORMAL}"
echo -e "${YELLOW}$version${NORMAL}"
echo -e "${YELLOW}--------------------${NORMAL}"
echo ""

pad () {
Expand Down

0 comments on commit cfc290b

Please sign in to comment.