From eba715d1d3b281cd9fd021f9b9a1a60eec42c8bf Mon Sep 17 00:00:00 2001 From: Nicolas CARPi <3043706+NicolasCARPi@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:36:09 +0100 Subject: [PATCH] spec: use string type for `@type` value of root data entity (#91) @type: MUST be Dataset https://www.researchobject.org/ro-crate/specification/1.1/root-data-entity.html --- SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECIFICATION.md b/SPECIFICATION.md index e4b2081..efc5037 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -89,7 +89,7 @@ The second node is basically describing the current directory (`./`). ```json { "@id": "./", - "@type": ["Dataset"], + "@type": "Dataset", "hasPart": [ { "@id": "./2022-05-29 - Some-experiment/"