Skip to content

Commit

Permalink
Update ZBMathSource.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LizzAlice authored Nov 5, 2024
1 parent 62b1bb2 commit 82433e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mardi_importer/mardi_importer/zbmath/ZBMathSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ def setup(self):
self.label_id_dict["keyword_prop"] = self.integrator.get_local_id_by_label( #keyword_prop
"zbMATH Keywords", "property"
)
self.label_id_dict["review_prop"] = self.api.get_local_id_by_label("review text", "property")
self.label_id_dict["mardi_profile_type_prop"] = self.api.get_local_id_by_label("MaRDI profile type", "property")
self.label_id_dict["mardi_publication_profile_item"] = self.api.get_local_id_by_label(
self.label_id_dict["review_prop"] = self.integrator.get_local_id_by_label("review text", "property")
self.label_id_dict["mardi_profile_type_prop"] = self.integrator.get_local_id_by_label("MaRDI profile type", "property")
self.label_id_dict["mardi_publication_profile_item"] = self.integrator.get_local_id_by_label(
"MaRDI publication profile", "item"
)[0]
self.label_id_dict["mardi_person_profile_item"] = self.api.get_local_id_by_label("MaRDI person profile", "item")[0]
self.label_id_dict["mardi_person_profile_item"] = self.integrator.get_local_id_by_label("MaRDI person profile", "item")[0]



Expand Down

0 comments on commit 82433e0

Please sign in to comment.