Skip to content
Snippets Groups Projects

Draft: Merge request for new application profile ITVTestSchema

Closed CoscineBot requested to merge Request/c4ee8097-0fed-41ed-9dd7-d0cf4b29506e into master
2 unresolved threads
1 file
+ 58
0
Compare changes
  • Side-by-side
  • Inline
@base <https://purl.org/coscine/ap/778d5326-459d-428c-8213-310a498677b3/>.
@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/778d5326-459d-428c-8213-310a498677b3/> dcterms:created "2023-03-14"^^xsd:date;
dcterms:creator "Peter Krasnov";
dcterms:description "ITVTestSchema"@en;
dcterms:license "https://spdx.org/licenses/CC-BY-4.0.html";
dcterms:title "ITVTestSchema"@en;
a rdfs:Class,
sh:NodeShape;
sh:closed false;
sh:property [sh:path <https://purl.org/coscine/terms/498c84b1-a795-4ede-8500-6f30d754d0db/> ;
sh:datatype xsd:string ;
sh:order 1 ;
sh:name "Contact Person"@en],
[sh:path <https://purl.org/coscine/terms/d3ef1cf0-d64b-4f14-99b2-d60cbe63566b/> ;
sh:datatype xsd:string ;
sh:order 2 ;
sh:name "Producer/Author"@en],
[sh:path <https://purl.org/coscine/terms/6587a9b3-920c-4b96-b709-469416909e68/> ;
sh:datatype xsd:string ;
sh:order 3 ;
sh:name "Explanation of success"@en],
[sh:path <https://purl.org/coscine/terms/4ae551a5-9494-4fe5-a4c4-1c7ac28c0de9/> ;
sh:datatype xsd:string ;
sh:order 4 ;
sh:name "Explanation of missing"@en],
[sh:path <https://purl.org/coscine/terms/b5e1837c-f1b2-49aa-bf85-d8933161e5f9/> ;
sh:datatype xsd:string ;
sh:order 5 ;
sh:name "Data type"@en],
[sh:path <https://purl.org/coscine/terms/08c70214-1e2c-4d1b-b97f-3ff40bbd0f60/> ;
sh:datatype xsd:string ;
sh:order 6 ;
sh:name "Keyword"@en],
[sh:path <https://purl.org/coscine/terms/0d0cb2c6-723f-46fd-aa0b-c50117824ed4/> ;
sh:datatype xsd:string ;
sh:order 7 ;
sh:name "Embargo End Date"@en],
[sh:path <https://purl.org/coscine/terms/10e06f6f-24ed-42cd-8d4c-fd294e2ca836/> ;
sh:datatype xsd:string ;
sh:order 8 ;
sh:name "License"@en],
[sh:path <https://purl.org/coscine/terms/3cc12756-c1c6-425a-b7e7-4ed651489c59/> ;
sh:datatype xsd:string ;
sh:order 9 ;
sh:name "Legal information"@en],
[sh:path <https://purl.org/coscine/terms/14e88d77-3a4c-4a6f-a573-19b4d686fe81/> ;
sh:datatype xsd:string ;
sh:order 10 ;
sh:name "Publication"@en].
Loading