Skip to content

Instantly share code, notes, and snippets.

@justin2004
Created August 1, 2023 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justin2004/3cde3e56744ef57706487de525d02c02 to your computer and use it in GitHub Desktop.
Save justin2004/3cde3e56744ef57706487de525d02c02 to your computer and use it in GitHub Desktop.
adding a duration to a time instant with SPARQL
e.g. 1 hour
bind(?start + xsd:dayTimeDuration("PT1H") as ?end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment