Skip to content

Commit

Permalink
change example url in oai_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Jun 17, 2024
1 parent 19a4527 commit 5b346c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/oai_dcat/oai_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def convert_to_dcat_ap(data, url):

# Create dataset and convert the field names to DCAT-AP
dataset = Dataset(
uri=dataset_uri,
uri=url,
title=data.get("dataset", {}).get("metadata", {}).get("label"),
description=data.get("dataset", {}).get("metadata", {}).get("description"),
issued=data.get("dataset", {}).get("metadata", {}).get("publication_date"),
Expand Down

0 comments on commit 5b346c5

Please sign in to comment.