From 2875ca73f1af9dd5fbe0f1f9ef67e388c707bad3 Mon Sep 17 00:00:00 2001
From: Nicole Parks <parks@itc.rwth-aachen.de>
Date: Thu, 30 Jan 2025 11:09:00 +0100
Subject: [PATCH] change path for type to better fit ro-crate

---
 profiles/eln-archive/elnArchiveBase/index.ttl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/eln-archive/elnArchiveBase/index.ttl b/profiles/eln-archive/elnArchiveBase/index.ttl
index 0811f5bf..774382b3 100644
--- a/profiles/eln-archive/elnArchiveBase/index.ttl
+++ b/profiles/eln-archive/elnArchiveBase/index.ttl
@@ -58,13 +58,13 @@
                                                                       sh:order 5  ; 
                                                                       sh:path schema:identifier ; 
                                                                       sh:datatype xsd:string],
-                                                                     [sh:description "Der Typ der Ressource, z. B. 'Dataset', 'File' oder 'Software'."@de ; 
-                                                                      sh:description "The type of resource, such as 'Dataset', 'File', or 'Software'."@en ; 
+                                                                     [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 ; 
                                                                       sh:name "Ressourcentyp"@de ; 
                                                                       sh:minCount 1  ; 
                                                                       sh:order 6  ; 
-                                                                      sh:path schema:Thing ; 
+                                                                      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 ; 
-- 
GitLab