-
Notifications
You must be signed in to change notification settings - Fork 0
/
ODKRepo-base.json
41 lines (41 loc) · 1.24 KB
/
ODKRepo-base.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
38
39
40
41
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/ODKRepo/ODKRepo-base.json",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.org/dc/elements/1.1/type",
"val" : "http://purl.obolibrary.org/obo/IAO_8000001"
}, {
"pred" : "http://purl.org/dc/terms/description",
"val" : "None"
}, {
"pred" : "http://purl.org/dc/terms/license",
"val" : "https://creativecommons.org/licenses/unspecified"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "ODK test repository"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2023-04-18"
} ],
"version" : "http://purl.obolibrary.org/obo/ODKRepo/releases/2023-04-18/ODKRepo-base.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/ODKREPO_0000000",
"lbl" : "root node",
"type" : "CLASS"
}, {
"id" : "http://purl.org/dc/terms/description",
"lbl" : "description",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/license",
"lbl" : "license",
"type" : "PROPERTY"
}, {
"id" : "http://purl.org/dc/terms/title",
"lbl" : "title",
"type" : "PROPERTY"
} ]
} ]
}