Skip to content

Commit

Permalink
Correct Relationship startDateTime and endDateTime SPARQL
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 12, 2024
1 parent 24afaf5 commit 334e6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ CONSTRUCT {
?dateTimeStart vivo:dateTime ?dateTime .
} WHERE {
<{{uri}}> vivo:dateTimeInterval ?dateTimeInterval .
?dateTimeInterval vivo:start ?dateTimeStart .
?dateTimeInterval vivo:end ?dateTimeStart .
?dateTimeStart vivo:dateTime ?dateTime .
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ CONSTRUCT {
?dateTimeEnd vivo:dateTime ?dateTime .
} WHERE {
<{{uri}}> vivo:dateTimeInterval ?dateTimeInterval .
?dateTimeInterval vivo:end ?dateTimeEnd .
?dateTimeInterval vivo:start ?dateTimeEnd .
?dateTimeEnd vivo:dateTime ?dateTime .
}

0 comments on commit 334e6a9

Please sign in to comment.