forked from Cellular-Semantics/CellMark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclm-simple.json
68 lines (68 loc) · 2.03 KB
/
clm-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
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
65
66
67
68
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/clm/clm-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/unspecified"
}, {
"pred" : "http://purl.org/dc/terms/title",
"val" : "Cell Markers Ontology"
}, {
"pred" : "http://www.w3.org/2002/07/owl#versionInfo",
"val" : "2024-07-31"
} ],
"version" : "http://purl.obolibrary.org/obo/clm/releases/2024-07-31/clm-simple.json"
},
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/CLM_0000000",
"type" : "CLASS"
}, {
"id" : "http://purl.obolibrary.org/obo/BFO_0000051",
"lbl" : "has part",
"type" : "PROPERTY",
"propertyType" : "OBJECT",
"meta" : {
"xrefs" : [ {
"val" : "BFO:0000051"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0015004",
"lbl" : "has characterizing marker set",
"type" : "PROPERTY",
"propertyType" : "OBJECT"
}, {
"id" : "http://purl.obolibrary.org/obo/RO_0002175",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://purl.obolibrary.org/obo/STATO_0000663",
"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"
}, {
"id" : "http://www.geneontology.org/formats/oboInOwl#hasDbXref",
"lbl" : "database_cross_reference",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
} ]
} ]
}