diff --git a/profiles/9f043882-c770-49cc-b827-eaf1ec68d82b/index.ttl b/profiles/9f043882-c770-49cc-b827-eaf1ec68d82b/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..575f76ff212bb12e496a4f445013e67b2a845d08 --- /dev/null +++ b/profiles/9f043882-c770-49cc-b827-eaf1ec68d82b/index.ttl @@ -0,0 +1,71 @@ +@base <https://purl.org/coscine/ap/9f043882-c770-49cc-b827-eaf1ec68d82b/>. + +@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/9f043882-c770-49cc-b827-eaf1ec68d82b/> dcterms:created "2023-10-16"^^xsd:date; + dcterms:creator "Trong-Hieu Nguyen"; + dcterms:description "Coscine application profile for CRC1382 bioinformatics data deposit."@de; + dcterms:license "https://spdx.org/licenses/CC-BY-4.0.html"; + dcterms:subject "bulk, single-cell and other bioinformatics data"@de; + dcterms:title "CRC1382_bioinformatics_data"@de, + "CRC1382_bioinformatics_data"@en; + a rdfs:Class, + sh:NodeShape; + sh:closed true; + sh:property [sh:path <https://purl.org/coscine/terms/3e46a87c-241a-4774-bb5b-91aa10a6656a/> ; + sh:datatype xsd:string ; + sh:order 1 ; + sh:name "Creator"@de ; + sh:name "Creator"@en ; + sh:minCount 1 ; + sh:maxCount 500 ; + sh:description "Name of the Bioinformatician who submit the dataset"@de ; + sh:description "Name of the Bioinformatician who submit the dataset"@en], + [sh:path <https://purl.org/coscine/terms/4b8e8f5b-d57d-4453-ad1e-afaeff674fa8/> ; + sh:datatype xsd:string ; + sh:order 2 ; + sh:name "PROJECT_NAME"@de ; + sh:name "PROJECT_NAME"@en ; + sh:minCount 1 ; + sh:maxCount 500 ; + sh:description """Name of the project. The name should start with \"CRC1382\"."""@de ; + sh:description """Name of the project. The name should starts with \"CRC1382\"."""@en], + [sh:path <https://purl.org/coscine/terms/cfb661c6-280a-420a-b0e9-d45637895d9a/> ; + sh:datatype xsd:string ; + sh:order 3 ; + sh:name "DATASET_NAME"@de ; + sh:minCount 1 ; + sh:maxCount 500 ; + sh:description "Name of the dataset. It is strongly recommended that one should use the dataset's name provided by the IZKF (or the original name of the dataset). "@de ; + sh:description "Name of the dataset. It is strongly recommended that one should use the dataset's name provided by the IZKF (or the original name of the dataset). "@en], + [sh:path <https://purl.org/coscine/terms/f794efa0-3cc2-435c-9e1d-84d6a93c6092/> ; + sh:datatype xsd:string ; + sh:order 4 ; + sh:name "DATA_TYPE"@de ; + sh:minCount 1 ; + sh:maxCount 500 ; + sh:description "Specify the type of the data. This could be: bulk-RNAseq, single-cell RNAseq, or some other bioinformatics data types"@de], + [sh:path <https://purl.org/coscine/terms/1d5a1b3a-5dfc-40ec-bec9-c2175dd319c9/> ; + sh:datatype xsd:string ; + sh:order 5 ; + sh:name "DATA_OWNER"@de ; + sh:minCount 1 ; + sh:maxCount 500 ; + sh:description "Name of the Professors, PhD Students, Post-doc, ... who are the main investigators."@de], + [sh:path <https://purl.org/coscine/terms/7f7973a3-aa59-402e-a623-f9a3ee17a2af/> ; + sh:datatype xsd:gYearMonth ; + sh:order 6 ; + sh:name "DATE_OF_DEPOSIT"@de ; + sh:minCount 1 ; + sh:description "Date of data deposit"@de], + [sh:path <https://purl.org/coscine/terms/ce5e01f9-5179-4a98-bb20-00102c323165/> ; + sh:datatype xsd:string ; + sh:order 7 ; + sh:name "NOTES"@de], + [sh:path rdf:type].