Skip to content

Commit

Permalink
using of rocrate context for that properties results in an invalid ro…
Browse files Browse the repository at this point in the history
…crate
  • Loading branch information
Susanne Kunis committed Dec 12, 2024
1 parent 22557cf commit 8adc938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/omero_rdf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ def serialize_graph(self):
{
"@id": "./",
"@type": "Dataset",
"rocrate:license": "https://creativecommons.org/licenses/by/4.0/",
"license": "https://creativecommons.org/licenses/by/4.0/",
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"rocrate:conformsTo": {"@id": "https://w3id.org/ro/crate/1.1"},
"rocrate:about": {"@id": "./"},
"conformsTo": {"@id": "https://w3id.org/ro/crate/1.1"},
"about": {"@id": "./"},
},
]
return json.dumps(j, indent=4)
Expand Down

0 comments on commit 8adc938

Please sign in to comment.