diff --git a/profiles/sfb985/archive/index.ttl b/profiles/sfb985/archive/index.ttl index 3a50aa0eb4cebc2d0b7bdbaa9f01a0cc221f87c1..c7ebac824c327475fca620e84af978dcc25688c5 100644 --- a/profiles/sfb985/archive/index.ttl +++ b/profiles/sfb985/archive/index.ttl @@ -1,66 +1,111 @@ -@base . +@base . -@prefix dcterms: . +@prefix dash: . @prefix rdf: . -@prefix rdfs: . @prefix sh: . @prefix xsd: . -@prefix aps: . -@prefix dash: . - - a sh:NodeShape ; - dcterms:title "Archive"@en ; - rdfs:comment "This application profile aims to generally describe archived metadata. Ideally, this research data should be associated with a published article or a project such as a thesis."@en ; - sh:property [ - sh:path dcterms:title ; - sh:datatype xsd:string ; - sh:name "Titel"@de, "Title"@en ; - sh:minCount 1 ; - sh:order 0 ; - ], [ - sh:path dcterms:description ; - sh:datatype xsd:string ; - sh:name "Beschreibung"@de, "Description"@en ; - sh:minCount 1 ; - sh:order 1 ; - dash:singleLine false ; - ], [ - sh:path ; - sh:name "Teilprojekt(e)"@de, "SFB 985 sub-project(s)"@en ; - sh:minCount 1 ; - sh:order 4 ; - sh:class ; - ], [ - sh:path dcterms:date ; - sh:datatype xsd:date ; - sh:name "Archivierungsdatum"@de, "Date archived"@en ; - sh:defaultValue "{TODAY}" ; - sh:order 5 ; - ], [ - sh:path ; - sh:datatype xsd:string ; - sh:name "DOI zur relevanten Veröffentlichung (Artikel)"@de, "Related published article DOI"@en ; - sh:order 6 ; - ], [ - sh:path ; - sh:datatype xsd:string ; - sh:name "relevante DOI(s) zu veröffentlichten Forschungsdaten"@de, "Related research data publication DOI(s)"@en ; - sh:order 7 ; - ], [ - sh:path dcterms:contributor ; - sh:name "Mitarbeitende"@de, "Contributors"@en ; - sh:minCount 1 ; - sh:order 2 ; - sh:datatype xsd:string ; - ], [ - sh:path ; - sh:name "Principal investigator(s)"@de, "Principal investigator(s)"@en ; - sh:minCount 1 ; - sh:order 3 ; - sh:class ; - ], [ - sh:path ; - sh:datatype xsd:string ; - sh:name "Keyword"@de, "Keywords"@en ; - sh:order 8 ; - ] . +@prefix cosarchive: . +@prefix dcterms: . +@prefix obo: . +@prefix ecsel: . +@prefix edam: . + + +dcterms:license ; +dcterms:publisher ; +dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; +dcterms:title "Archive"@en, "Archiv"@de ; + +a sh:NodeShape ; +sh:targetClass ; +sh:closed true ; + +sh:property [ + sh:path rdf:type ; +] ; + + + sh:property cosarchive:title ; + sh:property cosarchive:description ; + sh:property cosarchive:contributors ; + sh:property cosarchive:principalInvestigator ; + sh:property cosarchive:sfb985Sub-projects ; + sh:property cosarchive:dateArchived ; + sh:property cosarchive:relatedPublishedDoi ; + sh:property cosarchive:relatedResearchDataPublicationDoi ; + sh:property cosarchive:keywords . + +cosarchive:title + sh:path dcterms:title ; + sh:order 0 ; + sh:description "Descriptive title for archived data"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Title"@en, "Titel"@de. + +cosarchive:description + sh:path dcterms:description ; + sh:minCount 1 ; + dash:singleLine false ; + sh:name "Description"@en, "Beschreibung"@de. + + +cosarchive:contributors + sh:path dcterms:contributor ; + sh:order 2 ; + sh:description "Who contributed to this data (or the paper in which it was published in)"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Contributors"@en, "Mitarbeitende"@de. + + +cosarchive:principalInvestigator + sh:path obo:OBI_0000103 ; + sh:order 3 ; + sh:description "Which SFB 985 PIs were involved?"@en ; + sh:class ; + sh:minCount 1 ; + sh:name "Principal investigator(s)"@en, "Principal investigator(s)"@de. + + +cosarchive:sfb985Sub-projects + sh:path ecsel:has_sub_project ; + sh:order 4 ; + sh:description "Which SFB 985 sub-projects were involved?"@en ; + sh:class ; + sh:minCount 1 ; + sh:name "SFB 985 sub-projects"@en, "SFB 985 Teilprojekte"@de. + + +cosarchive:dateArchived + sh:path dcterms:date ; + sh:order 5 ; + sh:description "The date of archival (in most cases today)"@en ; + sh:datatype xsd:date ; + sh:defaultValue "{TODAY}" ; + sh:name "Date archived"@en, "Archivierungsdatum"@de. + + +cosarchive:relatedPublishedDoi + sh:path edam:data_1188 ; + sh:order 6 ; + sh:description "DOI to related published article"@en ; + sh:datatype xsd:string ; + sh:name "Related published DOI"@en, "DOI zur relevanten Veröffentlichung (Artikel)"@de. + + +cosarchive:relatedResearchDataPublicationDoi + sh:path edam:data_1084 ; + sh:order 7 ; + sh:description "DOI(s) to any related published research data"@en ; + sh:datatype xsd:string ; + sh:name "Related research data publication DOI(s)"@en, "relevante DOI(s) zu veröffentlichten Forschungsdaten"@de. + + +cosarchive:keywords + sh:path edam:data_0968 ; + sh:order 8 ; + sh:description "any related keywords"@en ; + sh:datatype xsd:string ; + sh:name "Keywords"@en, "Keywords"@de. + diff --git a/profiles/sfb985/archive_frontend/index.ttl b/profiles/sfb985/archive_frontend/index.ttl deleted file mode 100644 index 027f0954ca04bae32db78ca8be3f7fcda42591a8..0000000000000000000000000000000000000000 --- a/profiles/sfb985/archive_frontend/index.ttl +++ /dev/null @@ -1,71 +0,0 @@ -@base . - -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix dcterms: . -@prefix prov: . -@prefix sh: . -@prefix aps: . - - sh:datatype xsd:string; - sh:maxCount 1 ; - sh:minCount 1 ; - sh:minLength 1 ; - sh:name "Titel"@de, - "Title"@en; - sh:order 0 ; - sh:path dcterms:title. - dcterms:license ; - dcterms:publisher ; - dcterms:rights "Copyright © 2020 IT Center, RWTH Aachen University"; - dcterms:title "Archive"@en; - a sh:NodeShape; - prov:wasDerivedFrom ; - sh:closed true; - sh:property , - [sh:order 1 ; - sh:datatype xsd:string ; - sh:name "Beschreibung"@de ; - sh:name "Description"@en ; - sh:path dcterms:description ; - sh:minCount 1 ], - [sh:order 2 ; - sh:datatype xsd:string ; - sh:name "Contributor(s)"@en ; - sh:name "Mitarbeitende"@de ; - sh:path dcterms:contributor ; - sh:minCount 1 ], - [sh:order 3 ; - sh:name "Principal investigator(s)"@de ; - sh:name "Principal investigator(s)"@en ; - sh:path ; - sh:class ], - [sh:order 4 ; - sh:name "SFB 985 Teilprojekt(e)"@de ; - sh:name "SFB 985 sub-projects"@en ; - sh:path ; - sh:minCount 1 ; - sh:class ], - [sh:order 5 ; - sh:datatype xsd:date ; - sh:name "Archvierungsdatum"@de ; - sh:name "Date archived"@en ; - sh:path dcterms:date ; - sh:defaultValue "{TODAY}"], - [sh:order 6 ; - sh:datatype xsd:string ; - sh:name "Related published article DOI"@en ; - sh:name "DOI zur relevanten Veröffentlichung (Artikel)"@de ; - sh:path ], - [sh:order 7 ; - sh:datatype xsd:string ; - sh:name "relevante DOI(s) zu veröffentlichten Forschungsdaten"@de ; - sh:name "Related research data publication DOI(s)"@en ; - sh:path ], - [sh:order 8 ; - sh:datatype xsd:string ; - sh:name "Keywords"@en ; - sh:path ], - [sh:path rdf:type]; - sh:targetClass . diff --git a/profiles/sfb985/archive_manual/index.ttl b/profiles/sfb985/archive_manual/index.ttl deleted file mode 100644 index aab17ab9505e8e8b986eaab5d3085e948a3e9603..0000000000000000000000000000000000000000 --- a/profiles/sfb985/archive_manual/index.ttl +++ /dev/null @@ -1,111 +0,0 @@ -@base . - -@prefix dash: . -@prefix rdf: . -@prefix sh: . -@prefix xsd: . -@prefix cosarchive: . -@prefix dcterms: . -@prefix obo: . -@prefix ecsel: . -@prefix edam: . - - -dcterms:license ; -dcterms:publisher ; -dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; -dcterms:title "Archive"@en, "Archiv"@de ; - -a sh:NodeShape ; -sh:targetClass ; -sh:closed true ; - -sh:property [ - sh:path rdf:type ; -] ; - - - sh:property cosarchive:title ; - sh:property cosarchive:description ; - sh:property cosarchive:contributors ; - sh:property cosarchive:principalInvestigator ; - sh:property cosarchive:sfb985Sub-projects ; - sh:property cosarchive:dateArchived ; - sh:property cosarchive:relatedPublishedDoi ; - sh:property cosarchive:relatedResearchDataPublicationDoi ; - sh:property cosarchive:keywords . - -cosarchive:title - sh:path dcterms:title ; - sh:order 0 ; - sh:description "Descriptive title for archived data"@en ; - sh:datatype xsd:string ; - sh:minCount 1 ; - sh:name "Title"@en, "Titel"@de. - -cosarchive:description - sh:path dcterms:description ; - sh:minCount 1 ; - dash:singleLine false ; - sh:name "Description"@en, "Beschreibung"@de. - - -cosarchive:contributors - sh:path dcterms:contributor ; - sh:order 2 ; - sh:description "Who contributed to this data (or the paper in which it was published in)"@en ; - sh:datatype xsd:string ; - sh:minCount 1 ; - sh:name "Contributors"@en, "Mitarbeitende"@de. - - -cosarchive:principalInvestigator - sh:path obo:OBI_0000103 ; - sh:order 3 ; - sh:description "Which SFB 985 PIs were involved?"@en ; - sh:class ; - sh:minCount 1 ; - sh:name "Principal investigator(s)"@en, "Principal investigator(s)"@de. - - -cosarchive:sfb985Sub-projects - sh:path ecsel:has_sub_project ; - sh:order 4 ; - sh:description "Which SFB 985 sub-projects were involved?"@en ; - sh:class ; - sh:minCount 1 ; - sh:name "SFB 985 sub-projects"@en, "SFB 985 Teilprojekte"@de. - - -cosarchive:dateArchived - sh:path dcterms:date ; - sh:order 5 ; - sh:description "The date of archival (in most cases today)"@en ; - sh:datatype xsd:date ; - sh:defaultValue "{TODAY}" ; - sh:name "Date archived"@en, "Archivierungsdatum"@de. - - -cosarchive:relatedPublishedDoi - sh:path edam:data_1188 ; - sh:order 6 ; - sh:description "DOI to related published article"@en ; - sh:datatype xsd:string ; - sh:name "Related published DOI"@en, "DOI zur relevanten Veröffentlichung (Artikel)"@de. - - -cosarchive:relatedResearchDataPublicationDoi - sh:path edam:data_1084 ; - sh:order 7 ; - sh:description "DOI(s) to any related published research data"@en ; - sh:datatype xsd:string ; - sh:name "Related research data publication DOI(s)"@en, "relevante DOI(s) zu veröffentlichten Forschungsdaten"@de. - - -cosarchive:keywords - sh:path edam:data_0968 ; - sh:order 8 ; - sh:description "any related keywords"@en ; - sh:datatype xsd:string ; - sh:name "Keywords"@en, "Keywords"@de. -