Skip to content

Commit

Permalink
fix wasCalculatedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Apr 16, 2024
1 parent 636eaf3 commit 0fe7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomrdf/workflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def add_method(self, ):
if "unit" in val.keys():
unit = val['unit']
self.kg.add((prop, ASMO.hasUnit, URIRef(f'http://qudt.org/vocab/unit/{unit}')))
self.kg.add((prop, CMSO.wasCalculatedBy, activity))
self.kg.add((prop, ASMO.wasCalculatedBy, activity))
if val['associate_to_sample']:
self.kg.add((self.sample, CMSO.hasCalculatedProperty, prop))

Expand Down

0 comments on commit 0fe7669

Please sign in to comment.