Skip to content
Snippets Groups Projects
Commit 49433e76 authored by Philipp Schneider's avatar Philipp Schneider
Browse files

Remove redundant parameter from create_initial_instances_arm_items

parent 4b8e6701
No related merge requests found
......@@ -143,7 +143,7 @@ def create_initial_classes_and_properties_arm_items(g, dho_n):
g.add((dho_n.coatOfArmsPresentedAs, RDF.type, OWL.ObjectProperty))
g.add((dho_n.textHasTranscription, RDF.type, OWL.ObjectProperty))
def create_initial_instances_arm_items(g, dho_n, dho_data_n):
def create_initial_instances_arm_items(g, dho_data_n):
"""
Helper function for the module `map-tblArmItems.py`. Creates instances, representing necessary metadata of the knowledge graph, before
any data is added to the Knowledge Graph by `map-tblArmItems.py`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment