We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514fcf2 commit 90367a8Copy full SHA for 90367a8
1 file changed
fairworkflows/fairstep.py
@@ -51,7 +51,7 @@ def __init__(self, name: str = None, computational_type: str = None, semantic_ty
51
self.computational_type = computational_type
52
53
if uri:
54
- self._uri = rdlib.URIRef(uri)
+ self._uri = rdflib.URIRef(uri)
55
else:
56
step_base_uri, _ = urldefrag(stepuri)
57
self._uri = rdflib.Namespace(step_base_uri)['#' + name]
0 commit comments