-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcato-full.json
58 lines (58 loc) · 1.82 KB
/
cato-full.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/cato/cato-full.json",
"meta" : {
"basicPropertyValues" : [ {
"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" : "Cat Anatomy Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-11-06"
} ],
"version" : "http://purl.obolibrary.org/obo/cato/releases/2024-11-06/cato-full.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/CATO_0000000",
"lbl" : "root node",
"type" : "CLASS"
}, {
"id" : "http://purl.obolibrary.org/obo/COB_0000082",
"lbl" : "planned process",
"type" : "CLASS",
"meta" : {
"definition" : {
"val" : "A process that is initiated by an agent who intends to carry out a plan to achieve an objective through one or more actions as described in a plan specification."
}
}
}, {
"id" : "http://purl.obolibrary.org/obo/IAO_0000115",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.org/dc/elements/1.1/source",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"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"
} ]
} ]
}