Skip to content

Commit

Permalink
Fix Resource.json_ld
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 25, 2024
1 parent dfe4375 commit 7b62566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isimip_data/metadata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def json_ld(self):
'@type': 'Organization',
'name': self.datacite.get('publisher')
},
'datePublished': self.publication_date.date().isoformat(),
'datePublished': self.publication_date.isoformat(),
'license': [
{
'@type': 'CreativeWork',
Expand Down

0 comments on commit 7b62566

Please sign in to comment.