Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 19, 2024
1 parent 6dd20e3 commit 97b12b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparqlunicorn_ontdoc/docgeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ def processCollectionPages(self,pagesmap,graph,subject,f):
def main():
prefixes={"reversed":{}}
if os.path.exists(resourcepath+'prefixes.json'):
with open('prefixes.json', encoding="utf-8") as f:
with open(resourcepath+'prefixes.json', encoding="utf-8") as f:
prefixes = json.load(f)

prefixes["reversed"]["http://purl.org/cuneiform/"]="cunei"
Expand Down

0 comments on commit 97b12b4

Please sign in to comment.