From 016415abeaba7ba868a4c1a58cf912e2187ec098 Mon Sep 17 00:00:00 2001 From: Henry Axt <henry.axt@llt.rwth-aachen.de> Date: Tue, 11 Mar 2025 12:12:00 +0100 Subject: [PATCH] Henry Axt requests new application profile SLE4Flame --- .../index.ttl | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 profiles/8862fadb-2440-49b9-b88e-6982c197ba45/index.ttl diff --git a/profiles/8862fadb-2440-49b9-b88e-6982c197ba45/index.ttl b/profiles/8862fadb-2440-49b9-b88e-6982c197ba45/index.ttl new file mode 100644 index 00000000..24022552 --- /dev/null +++ b/profiles/8862fadb-2440-49b9-b88e-6982c197ba45/index.ttl @@ -0,0 +1,84 @@ +@base <https://purl.org/coscine/ap/8862fadb-2440-49b9-b88e-6982c197ba45/>. + +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. +@prefix xsd: <http://www.w3.org/2001/XMLSchema#>. +@prefix dcterms: <http://purl.org/dc/terms/>. +@prefix sh: <http://www.w3.org/ns/shacl#>. +@prefix vocabterms: <https://purl.org/coscine/terms/>. +@prefix aps: <https://purl.org/coscine/ap/>. + +<https://purl.org/coscine/ap/8862fadb-2440-49b9-b88e-6982c197ba45/> dcterms:created "2025-03-11"^^xsd:date; + dcterms:creator "Henry Axt"; + dcterms:description "Anwendungsprofil für Daten im Rahmen des SPP2419 HyCAM-Projekts SLE4Flame."@de, + "Application profile for data within the SPP2419 HyCAM project SLE4Flame."@en; + dcterms:license <http://spdx.org/licenses/CC0-1.0>; + dcterms:title "SLE4Flame"@de, + "SLE4Flame"@en; + a rdfs:Class, + sh:NodeShape; + sh:closed false; + sh:property [sh:path <https://purl.org/coscine/terms/4a346d2e-7aae-4296-95cb-45d3ad83b200/> ; + sh:datatype xsd:string ; + sh:order 1 ; + sh:name "Title"@en ; + sh:name "Titel"@de ; + sh:minCount 1 ; + sh:maxCount 1 ], + [sh:path <https://purl.org/coscine/terms/e67e32f4-9bc1-4b83-8446-5e429abe5637/> ; + sh:datatype xsd:string ; + sh:order 2 ; + sh:name "Contact Person"@de ; + sh:name "Contact person"@en ; + sh:minCount 1 ; + sh:maxCount 1 ], + [sh:path <https://purl.org/coscine/terms/6c4b7751-b320-4ac2-941b-f543c320a505/> ; + sh:order 3 ; + sh:name "SPP2419 domain"@de ; + sh:name "SPP2419 domain"@en ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:in ("Additive manufacturing" "Experimental combustion" "Numerical combustion")], + [sh:path <https://purl.org/coscine/terms/0617bb23-aa76-41f5-8d83-4cb137475a19/> ; + sh:datatype xsd:string ; + sh:order 4 ; + sh:name "SLE4Flame nozzle ID"@de ; + sh:name "SLE4Flame nozzle ID"@en ; + sh:minCount 1 ; + sh:maxCount 1 ], + [sh:path <https://purl.org/coscine/terms/3444cbad-46cd-41f5-b234-2c0618fa3ad5/> ; + sh:datatype xsd:string ; + sh:order 5 ; + sh:name "Keywords/tags"@de ; + sh:name "Keywords/tags"@en ; + sh:minCount 1 ; + sh:maxCount 1 ], + [sh:path <https://purl.org/coscine/terms/4d6b8eb8-13f1-47dd-b188-df504a48c2cc/> ; + sh:datatype xsd:date ; + sh:order 6 ; + sh:name "Date of creation"@en ; + sh:name "Datum der Erstellung"@de], + [sh:path <https://purl.org/coscine/terms/cd2665a0-5550-4b04-84d3-4942df24785b/> ; + sh:order 7 ; + sh:name "Status der Veröffentlichung"@de ; + sh:name "Status of publication"@en ; + sh:minCount 1 ; + sh:maxCount 1 ; + sh:in ("Not relevant for publication" "In preparation" "Submitted" "Published")], + [sh:path <https://purl.org/coscine/terms/a8c60f56-8891-4f8b-b0e2-ee8539b9513d/> ; + sh:datatype xsd:string ; + sh:order 8 ; + sh:name "Reference to paper"@en ; + sh:name "Referenz zum Paper"@de ; + sh:minCount 1 ; + sh:maxCount 1 ], + [sh:path <https://purl.org/coscine/terms/5c7e56cb-c164-498c-99f6-93bf8775166a/> ; + sh:datatype xsd:string ; + sh:order 9 ; + sh:name "Kommentare"@de ; + sh:name "Comments"@en], + [sh:path <https://purl.org/coscine/terms/3d1cebc6-56ad-41ac-860b-c1ca5cf4461d/> ; + sh:datatype xsd:string ; + sh:order 10 ; + sh:name "Ziel"@de ; + sh:name "Goal"@en]. -- GitLab