Skip to content
Snippets Groups Projects

Merge request for new application profile radar application profile v2

Closed CoscineBot requested to merge Request/b26beb01-b737-4d57-b1e4-513c84e30c47 into master
1 file
+ 73
0
Compare changes
  • Side-by-side
  • Inline
+ 73
0
@prefix dcmitype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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/radar#subject> sh:path dcterms:subject ;
sh:order 3 ;
sh:maxCount 1 ;
sh:class <http://www.dfg.de/dfg_profil/gremien/fachkollegien/faecher/> ;
sh:name "Fachrichtung"@de, "Subject Area"@en .
<https://purl.org/coscine/ap/radar#created> sh:path dcterms:created ;
sh:order 2 ;
sh:maxCount 1 ;
sh:name "Erstelldatum"@de, "Production Date"@en ;
sh:minCount 1 ;
sh:datatype xsd:date ;
sh:defaultValue "{TODAY}" .
<https://purl.org/coscine/ap/radar#creator> sh:path dcterms:creator ;
sh:order 0 ;
sh:maxCount 1 ;
sh:name "Ersteller"@de, "Creator"@en ;
sh:minCount 1 ;
sh:datatype xsd:string ;
sh:defaultValue "{ME}" ;
sh:minLength 1 .
<https://purl.org/coscine/ap/radar#rights> sh:path dcterms:rights ;
sh:order 5 ;
sh:maxCount 1 ;
sh:name "Rights"@en, "Berechtigung"@de ;
sh:datatype xsd:string .
<https://purl.org/coscine/ap/radar#rightsHolder> sh:path dcterms:rightsHolder ;
sh:order 6 ;
sh:maxCount 1 ;
sh:name "Rechteinhaber"@de, "Rightsholder"@en ;
sh:datatype xsd:string .
<https://purl.org/coscine/ap/radar#title> sh:path dcterms:title ;
sh:order 1 ;
sh:maxCount 1 ;
sh:name "Titel"@de, "Title"@en ;
sh:minCount 1 ;
sh:datatype xsd:string ;
sh:minLength 1 .
<https://purl.org/coscine/ap/radar#type> sh:path dcterms:type ;
sh:order 4 ;
sh:maxCount 1 ;
sh:class <http://purl.org/dc/dcmitype/> ;
sh:name "Ressource"@de, "Resource"@en .
<https://purl.org/coscine/ap/radarv2/> dcterms:rights "Copyright © 2020 IT Center, RWTH Aachen University" ;
dcterms:title "radar application profile"@en, "radar application profile v2"@de ;
a sh:NodeShape ;
dcterms:license <http://spdx.org/licenses/MIT> ;
sh:targetClass <https://purl.org/coscine/ap/radarv2/> ;
sh:closed true ;
sh:property <https://purl.org/coscine/ap/radar#subject>, <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#title>, <https://purl.org/coscine/ap/radar#type>, _:b3621091, [
sh:path rdfs:comment ;
sh:order 7 ;
sh:maxCount 1 ;
sh:name "comment"@en, "Comment"@de ;
sh:minCount 1 ;
sh:datatype xsd:string ;
] ;
dcterms:publisher <https://itc.rwth-aachen.de/> .
Loading