Skip to content
Snippets Groups Projects

Merge request for new application profile Test - DO NOT MERGE

Closed CoscineBot requested to merge Request/fd11bf8c-1e83-411c-b68b-a0572c08ff66 into master
1 file
+ 88
0
Compare changes
  • Side-by-side
  • Inline
@base <https://purl.org/coscine/ap/4fc89e47-cee9-4be6-9de6-141656374d3e/>.
@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 dcmitype: <http://purl.org/dc/dcmitype/>.
@prefix dcterms: <http://purl.org/dc/terms/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix prov: <http://www.w3.org/ns/prov#>.
@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/4fc89e47-cee9-4be6-9de6-141656374d3e/> dcterms:created "2022-11-17"^^xsd:date;
dcterms:creator "Nikki Parks";
dcterms:description "testing nodes"@de,
"The RADAR metadata schema v09 was created by the 2018 FIZ Karlsruhe - Leibniz-Institut fuer Informationsinfrastruktur GmbH and has been published under CC BY 4.0."^^rdf:langString;
dcterms:license <http://spdx.org/licenses/MIT>;
dcterms:publisher <https://itc.rwth-aachen.de/>;
dcterms:rights "Copyright © 2020 IT Center, RWTH Aachen University";
dcterms:title "Test - DO NOT MERGE"@de,
"Test - DO NOT MERGE"@en;
a sh:NodeShape;
owl:imports aps:fasta;
prov:wasDerivedFrom <https://purl.org/coscine/ap/radar/>;
sh:closed true;
sh:property <https://purl.org/coscine/ap/radar#created>,
<https://purl.org/coscine/ap/radar#creator>,
<https://purl.org/coscine/ap/radar#rights>,
<https://purl.org/coscine/ap/radar#rightsHolder>,
<https://purl.org/coscine/ap/radar#subject>,
<https://purl.org/coscine/ap/radar#title>,
<https://purl.org/coscine/ap/radar#type>,
[sh:name "sub-ap"@en ;
sh:order 7 ;
sh:path <https://purl.org/coscine/terms/b4de0f80-ae93-491c-868e-d61a24f6dffc/> ;
sh:node aps:fasta],
[sh:path rdf:type];
sh:targetClass <https://purl.org/coscine/ap/radar/>.
<https://purl.org/coscine/ap/radar#created> sh:datatype xsd:date;
sh:defaultValue "{TODAY}";
sh:maxCount 1 ;
sh:minCount 1 ;
sh:name "Erstelldatum"@de,
"Production Date"@en;
sh:order 2 ;
sh:path dcterms:created.
<https://purl.org/coscine/ap/radar#creator> sh:datatype xsd:string;
sh:defaultValue "{ME}";
sh:maxCount 1 ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Creator"@en,
"Ersteller"@de;
sh:order 0 ;
sh:path dcterms:creator.
<https://purl.org/coscine/ap/radar#rights> sh:datatype xsd:string;
sh:maxCount 1 ;
sh:name "Berechtigung"@de,
"Rights"@en;
sh:order 5 ;
sh:path dcterms:rights.
<https://purl.org/coscine/ap/radar#rightsHolder> sh:datatype xsd:string;
sh:maxCount 1 ;
sh:name "Rechteinhaber"@de,
"Rightsholder"@en;
sh:order 6 ;
sh:path dcterms:rightsHolder.
<https://purl.org/coscine/ap/radar#subject> sh:class <http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/>;
sh:maxCount 1 ;
sh:name "Fachrichtung"@de,
"Subject Area"@en;
sh:order 3 ;
sh:path dcterms:subject.
<https://purl.org/coscine/ap/radar#title> sh:datatype xsd:string;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:minLength 1 ;
sh:name "Titel"@de,
"Title"@en;
sh:order 1 ;
sh:path dcterms:title.
<https://purl.org/coscine/ap/radar#type> sh:class dcmitype:;
sh:maxCount 1 ;
sh:name "Resource"@en,
"Ressource"@de;
sh:order 4 ;
sh:path dcterms:type.
Loading