From e85f03c656381c539c20d3121e3046ddbc873fe8 Mon Sep 17 00:00:00 2001
From: Philip Dorsch <dorsch@itc.rwth-aachen.de>
Date: Tue, 25 Feb 2025 11:35:48 +0100
Subject: [PATCH] Changed xsd:token to xsd:string

---
 profiles/simulation/files/1700668447251/index.ttl | 2 +-
 profiles/simulation/files/index.ttl               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/simulation/files/1700668447251/index.ttl b/profiles/simulation/files/1700668447251/index.ttl
index 1daa2473..d1fc4c88 100644
--- a/profiles/simulation/files/1700668447251/index.ttl
+++ b/profiles/simulation/files/1700668447251/index.ttl
@@ -65,7 +65,7 @@ _:autos8 rdf:first "Vektoren|Vectors";
                                                                            sh:order 3  ; 
                                                                            sh:path <https://purl.org/coscine/terms/d3736b5f-7dbf-4393-8df4-79899f597513/> ; 
                                                                            sh:defaultValue "z.B. Ansys "],
-                                                                          [sh:datatype xsd:token ; 
+                                                                          [sh:datatype xsd:string ; 
                                                                            sh:maxCount 1  ; 
                                                                            sh:minCount 1  ; 
                                                                            sh:name "Person der Datei Erstellung"@de ; 
diff --git a/profiles/simulation/files/index.ttl b/profiles/simulation/files/index.ttl
index 0384d623..f9d17b2d 100644
--- a/profiles/simulation/files/index.ttl
+++ b/profiles/simulation/files/index.ttl
@@ -57,7 +57,7 @@ _:autos6 rdf:first "Vektoren|Vectors";
                                                                                  sh:minCount 0  ; 
                                                                                  sh:maxCount 1 ],
                                                                                 [sh:path <https://purl.org/coscine/terms/6f2e25ac-354f-4a5d-bb04-87dc1fc4b57b/> ; 
-                                                                                 sh:datatype xsd:token ; 
+                                                                                 sh:datatype xsd:string ; 
                                                                                  sh:order 5  ; 
                                                                                  sh:name "Person der Datei Erstellung"@de ; 
                                                                                  sh:name "person of file attachment"@en ; 
-- 
GitLab