Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 13, 2024
1 parent d0a901c commit 3f70023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparqlunicorn_ontdoc/export/pages/bibpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def collectionConstraint(self):
return ["http://purl.org/ontology/bibo/Collection"]

@staticmethod
def resolveBibtexReference(self, predobjs, item, graph):
def resolveBibtexReference(predobjs, item, graph):
bibtexmappings = {"http://purl.org/dc/elements/1.1/title": "title",
"http://purl.org/dc/terms/title": "title",
"http://purl.org/dc/terms/created": "year",
Expand Down

0 comments on commit 3f70023

Please sign in to comment.