-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcdi4pan-simple.json
37 lines (37 loc) · 1.09 KB
/
cdi4pan-simple.json
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
{
"graphs" : [ {
"id" : "http://www.purl.org/cdi4pan/cdpn/cdi4pan-simple.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/CC0"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "CDI for PaN data"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-11-06"
} ],
"version" : "http://www.purl.org/cdi4pan/cdpn/releases/2024-11-06/cdi4pan-simple.json"
},
"nodes" : [ {
"id" : "http://purl.org/dc/terms/description",
"lbl" : "description",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/license",
"lbl" : "license",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/terms/title",
"lbl" : "title",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
} ]
} ]
}