Skip to content

Commit

Permalink
Merge pull request #188 from roocs/update-prov
Browse files Browse the repository at this point in the history
renamed dctermns to dct
  • Loading branch information
cehbrecht committed Sep 8, 2021
2 parents 085af99 + 35dd523 commit 85d75f2
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 @@ -20,7 +20,7 @@
PROVONE_EXECUTION = PROVONE["Execution"]

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

# roocs namespace
Expand Down

0 comments on commit 85d75f2

Please sign in to comment.