Skip to content

Commit

Permalink
Update prov c4i (#215)
Browse files Browse the repository at this point in the history
* prov: renamed dct to dcterms

* fix dcterms
  • Loading branch information
cehbrecht committed Sep 26, 2022
1 parent 24ed2c3 commit eefbf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rook/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
PROVONE_EXECUTION = PROVONE["Execution"]

# dcterms namespace
DCTERMS = Namespace("dct", uri="http://purl.org/dc/terms/")
DCTERMS = Namespace("dcterms", uri="http://purl.org/dc/terms/")
DCTERMS_SOURCE = DCTERMS["source"]

# roocs namespace
Expand Down

0 comments on commit eefbf47

Please sign in to comment.