Skip to content

Commit

Permalink
add vocab validation SHACL file & UNGGIM themes vocab creator script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Aug 20, 2024
1 parent 9d53747 commit 088e0d0
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference/unggim-themes/unggim_themes_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
g.serialize(destination="../../unggim-themes.ttl", format="longturtle")

# switch CS IRI
ttl = open("../../unggim-themes.ttl").read()
open("../../unggim-themes.ttl", "w").write(
ttl = open("../../vocabs/unggim-themes.ttl").read()
open("../../vocabs/unggim-themes.ttl", "w").write(
ttl.replace("PREFIX : <https://linkeddataops.adaptcentre.ie/vocabularies/unggim-data-themes#>",
f"PREFIX : <{NEW_CS}/>")
)
Expand Down
Loading

0 comments on commit 088e0d0

Please sign in to comment.