Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Siudalski authored and Tomasz Siudalski committed Dec 28, 2023
1 parent f13c412 commit faa56b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merge_ttl_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def merge_ttl(ttl_file_org, ttl_file_add):
g2.parse(ttl_file_add, format="ttl")

fabio = Namespace("http://purl.org/spar/fabio/")
bn = Namespace("https://w3id.org/ocs/ont/papers/")
bn = Namespace("https://w3id.org/ocs/kg/papers/")
g1.bind("fabio", fabio)
g1.bind("bn", bn)
g1.bind("", bn)
g2.bind("fabio", fabio)
g2.bind("", bn)

Expand Down

0 comments on commit faa56b7

Please sign in to comment.