Skip to content

Commit

Permalink
Update the raw data id string construction
Browse files Browse the repository at this point in the history
  • Loading branch information
johardi committed Nov 21, 2023
1 parent b06d1e6 commit 2938f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normalization/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export function normalizeMetadata(context, metadata) {
return {
...generateGraphMetadata(context, metadata),
was_derived_from: {
id: `${iri}#raw_data`,
id: `${getMetadataUrl(context)}#raw-data`,
...metadata,
distributions: getDataTableDistributions(context, datatable)
}
Expand Down

0 comments on commit 2938f58

Please sign in to comment.