-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f9a856f
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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." | ||
| } | ||
| ] | ||
| } |