Skip to content

Commit

Permalink
Create ro-crate-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinhoi authored Apr 20, 2026
0 parents commit f9a856f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ro-crate-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{ "@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@type": "CreativeWork",
"@id": "ro-crate-metadata.json",
"conformsTo": {"@id": "https://w3id.org/ro/crate/1.1"},
"about": {"@id": "./"}
},
{
"@id": "./",
"@type": [
"Dataset"
],
"hasPart": [
{
"@id": "cp7glop.ai"
},
{
"@id": "lots_of_little_files/"
}
]
},
{
"@id": "cp7glop.ai",
"@type": "File",
"name": "Diagram showing trend to increase",
"contentSize": "383766",
"description": "Illustrator file for Glop Pot",
"encodingFormat": "application/pdf"
},
{
"@id": "lots_of_little_files/",
"@type": "Dataset",
"name": "Too many files",
"description": "This directory contains many small files, that we're not going to describe in detail."
}
]
}

0 comments on commit f9a856f

Please sign in to comment.