Skip to content

Commit b7f2d79

Browse files
committed
Issue with software urns
1 parent d35cd57 commit b7f2d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bids_prov/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def get_default_graph(soft_label: str, soft_version: str = "dev", context_url: s
124124
"""
125125
agent_id = get_agent_urn(soft_label)
126126
software_record = {
127-
"@id": "urn:" + agent_id,
127+
"@id": agent_id,
128128
"@type": "prov:SoftwareAgent",
129129
"Label": soft_label,
130130
"Version": soft_version

0 commit comments

Comments
 (0)