From 1510d25249ad8c789bd6353e509e21d59a81097d Mon Sep 17 00:00:00 2001 From: Nicole Parks <parks@itc.rwth-aachen.de> Date: Thu, 30 Jan 2025 11:22:42 +0100 Subject: [PATCH] hopefully fix missing fields --- profiles/eln-archive/elnArchiveBase/index.ttl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/profiles/eln-archive/elnArchiveBase/index.ttl b/profiles/eln-archive/elnArchiveBase/index.ttl index 774382b3..d94a9549 100644 --- a/profiles/eln-archive/elnArchiveBase/index.ttl +++ b/profiles/eln-archive/elnArchiveBase/index.ttl @@ -58,6 +58,13 @@ sh:order 5 ; sh:path schema:identifier ; sh:datatype xsd:string], + [sh:description "Keywords or subjects relevant to the entity."@en ; + sh:description "Schlüsselwörter oder Themen, die für den Entität relevant sind."@de ; + sh:name "Keywords"@en ; + sh:name "Schlüsselwörter"@de ; + sh:order 7 ; + sh:path schema:keywords ; + sh:datatype xsd:string ], [sh:description "Der Typ der Ressource, z. B. 'Dataset', 'File' oder 'Software'. This is @type in ro-crate json-ld."@de ; sh:description "The type of resource, such as 'Dataset', 'File', or 'Software' Das @type in der ro-crate json-ld."@en ; sh:name "Resource Type"@en ; @@ -66,10 +73,4 @@ sh:order 6 ; sh:path rdf:type ; sh:class <https://w3id.org/ro/crate/1.1/context>]. - [sh:description "Keywords or subjects relevant to the entity."@en ; - sh:description "Schlüsselwörter oder Themen, die für den Entität relevant sind."@de ; - sh:name "Keywords"@en ; - sh:name "Schlüsselwörter"@de ; - sh:order 7 ; - sh:path schema:keywords ; - sh:datatype xsd:string ]. + -- GitLab