Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmanideep committed Jun 13, 2024
1 parent a65b9f0 commit 8df7f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This is of course described in the [RO-Crate Specification](https://w3id.org/ro/
### Root
At the root of our json-ld object, we have a context and a graph. The graph will contain an array of everything we put in our crate. Each node object in the graph represents the properties of a node serialized by the JSON-LD.
At the root of our JSON-LD object, we have a context and a graph. The graph will contain an array of everything we put in our crate. Each node object in the graph represents the properties of a node serialized by the JSON-LD.
```json
{
Expand Down Expand Up @@ -105,7 +105,7 @@ Its type is an array of `Dataset` and `hasPart` which corresponds to the differe

### The rest

After that, all the other nodes have an `@type` of either `Dataset` for directories or `File` for well..., files. And the `@id` corresponds to something in the `hasPart` of `./`.
Subsequently, all the remaining nodes are assigned a `@type` of either `Dataset` for directories or `File` for individual files. And the `@id` corresponds to something in the `hasPart` of `./`.

If a Dataset node has additional files, they should be listed in its `hasPart` property and can be referenced through their `@id`.

Expand Down

0 comments on commit 8df7f05

Please sign in to comment.