Skip to content

Commit

Permalink
GH-188: fix healthdata
Browse files Browse the repository at this point in the history
  • Loading branch information
barthanssens committed Jul 16, 2024
1 parent 114ba5a commit b78f251
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Fix datetime typo

PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX xds: <http://www.w3.org/2001/XMLSchema>

DELETE
{ ?s ?p "2023-21-22T00:00:00" }
INSERT
{ ?s ?p "2023-12-22T00:00:00"^^xsd:dateTime }
WHERE
{ ?s ?p "2023-21-22T00:00:00" }
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set language to English

PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX dcat: <http://www.w3.org/ns/dcat#>

INSERT
Expand Down

0 comments on commit b78f251

Please sign in to comment.