Skip to content
Snippets Groups Projects
Commit 459f48d9 authored by Nicole Parks's avatar Nicole Parks
Browse files

add: extended ELN profile

parent a7e10086
No related branches found
No related tags found
1 merge request!411Draft: Merge request for new application profile: Archived Experimental Data from ELN
Pipeline #1598576 passed
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix aps: <https://purl.org/coscine/ap/> .
<https://purl.org/coscine/ap/eln-archive/elnArchiveExtended> dcterms:created "2025-01-27"^^xsd:date ;
dcterms:creator "Nicole Parks" ;
dcterms:description "Diese Profil erweitert das Basisprofil: Archivierte experimentelle Daten aus einem ELN um projektspezifische Felder sowie Lizensinformation."@de, "This profile extends upon the Base Profile: Archived Experimental Data from am ELN to include project-specific fields as well as license information."@en ;
dcterms:license <http://spdx.org/licenses/CC0-1.0> ;
dcterms:title "Erweitertes ELN Archivprofil"@de, "Extended ELN Archive Profile"@en ;
a rdfs:Class, sh:NodeShape ;
owl:imports <https://purl.org/coscine/ap/eln-archive/elnArchiveBase>,
<https://purl.org/coscine/ap/eln-archive/relatedIdentifier>,
<https://purl.org/coscine/ap/Dataverse_Citation_Metadata/funding/>;
sh:closed false ;
sh:node <https://purl.org/coscine/ap/eln-archive/elnArchiveBase> ;
sh:property
[sh:description "Das datum, an dem das Projekt (Dissertation, Mitarbeit, etc.) begonnen hat."@de ;
sh:description "The date on which the project (dissertation, employment, etc.) started."@en ;
sh:name "Project Start Date"@en ;
sh:name "Datum Projektbeginn"@de ;
sh:order 8 ;
sh:datatype xsd:date;
sh:path schema:startTime],
[sh:description "Das datum, an dem das Projekt (Dissertation, Mitarbeit, etc.) beendet wurde."@de ;
sh:description "The date on which the project (dissertation, employment, etc.) ended."@en ;
sh:name "Project End Date"@en ;
sh:name "Datum Projektende"@de ;
sh:order 9 ;
sh:datatype xsd:date;
sh:path schema:endTime],
[sh:description "Identifiers for related resources, such as related datasets or articles."@en ;
sh:description "Kennungen für verwandte Ressourcen, z. B. verwandte Datensätze oder Artikel."@de ;
sh:name "Related Identifier"@en ;
sh:name "Verwandter Identifikator"@de ;
sh:node <https://purl.org/coscine/ap/eln-archive/relatedIdentifier> ;
sh:order 10 ;
sh:path schema:isRelatedTo],
[sh:description "Details on funding sources associated with the dataset."@en ;
sh:description "Details zu den mit dem Datensatz verbundenen Finanzierungsquellen."@de ;
sh:name "Funding Information"@en ;
sh:name "Förderinformationen"@de ;
sh:node <https://purl.org/coscine/ap/Dataverse_Citation_Metadata/funding/> ;
sh:order 11 ;
sh:path schema:funding],
[sh:description "Die Lizenz, unter der der Datensatz geteilt wird."@de ;
sh:description "The license under which the dataset is shared."@en ;
sh:name "License"@en ;
sh:name "Lizenz"@de ;
sh:order 12 ;
sh:path schema:license;
sh:datatype xsd:anyURI].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment