-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathquality-assurance.json
More file actions
64 lines (64 loc) · 1.75 KB
/
Copy pathquality-assurance.json
File metadata and controls
64 lines (64 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://quadriga-dk.github.io/quadriga-schema/v1.0.0/quality-assurance.json",
"title": "quality-assurance – Qualitätssicherung",
"description": "Nachweis der Durchführung von Qualitätssicherungsmaßnahmen. Auf diese wird per DOI verwiesen und die Durchführung mit dem Datum der abschließenden Prüfung nachgewiesen.",
"type": "object",
"additionalProperties": false,
"required": ["description", "date"],
"properties": {
"description": {
"type": "string",
"format": "uri",
"pattern": "^https://doi\\.org/",
"description": "DOI des Qualitätssicherungsverfahrens.",
"x-mappings": {
"dc": null,
"dcat": null,
"dcterms": null,
"hermes": null,
"lrmi": null,
"modalia": null,
"schema": null
}
},
"date": {
"description": "Datum an dem das Qualitätssicherungsverfahren abgeschlossen wurde.",
"type": "string",
"format": "date",
"x-mappings": {
"dc": {
"relation": "skos:broadMatch",
"target": "dc:date"
},
"dcat": null,
"dcterms": {
"relation": "skos:broadMatch",
"target": "dcterms:date"
},
"hermes": null,
"lrmi": null,
"modalia": null,
"schema": {
"relation": "skos:broadMatch",
"target": "schema:Date"
}
}
}
},
"x-mappings": {
"dc": null,
"dcat": null,
"dcterms": {
"relation": "skos:closeMatch",
"target": "dcterms:provenance"
},
"hermes": null,
"lrmi": null,
"modalia": {
"relation": "skos:closeMatch",
"target": "modalia:hasQuality"
},
"schema": null
}
}