-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcjld_provenance.jsonld
64 lines (64 loc) · 1.47 KB
/
cjld_provenance.jsonld
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
{
"@context": [{
"dc": "http://purl.org/dc/terms/",
"schema": "http://schema.org/",
"foaf": "http://xmlns.com/foaf/0.1/",
"cjld": "https://github.com/stuchalk/cjld/cjldo.owl#"
}],
"@vocab": "http://www.w3.org/2001/XMLSchema#",
"author": {
"@id": "dc:creator",
"@type": "string"
},
"organization": {
"@id": "schema:worksFor",
"@type": "string"
},
"email": {
"@id": "foaf:mbox",
"@type": "string"
},
"created": {
"@id": "dc:created",
"@type": "date"
},
"updated": {
"@id": "cjld:updated",
"@type": "date"
},
"converted_from": {
"@id": "cjld:convertedFrom",
"@type": "string"
},
"software": {
"@id": "cjld:software",
"name": {"@type": "name"},
"version": {"@type": "version"}
},
"name": {
"@id": "dc:title",
"@type": "string"
},
"version": {
"@id": "dc:hasVersion",
"@type": "string"
},
"validation": {
"@id": "cjld:hasValidation",
"status": {"@type": "status"},
"validated": {"@type": "validated"},
"service": {"@type": "validated"}
},
"status": {
"@id": "cjld:validationStatus",
"@type": "string"
},
"validated": {
"@id": "cjld:validationDate",
"@type": "date"
},
"service": {
"@id": "cjld:validationService",
"@type": "@id"
}
}