-
Notifications
You must be signed in to change notification settings - Fork 12
/
obsoletion_example.json
83 lines (83 loc) · 2.54 KB
/
obsoletion_example.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"graphs" : [ {
"id" : "http://purl.obolibrary.org/obo/obsoletion_example.owl",
"nodes" : [ {
"id" : "http://purl.obolibrary.org/obo/X_1",
"lbl" : "x1",
"type" : "CLASS",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace",
"val" : "x"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/X_2",
"lbl" : "obsolete x2",
"type" : "CLASS",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
"val" : "X:1"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace",
"val" : "x"
} ],
"deprecated" : true
}
}, {
"id" : "http://purl.obolibrary.org/obo/Y_1",
"lbl" : "y1",
"type" : "CLASS",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId",
"val" : "Y:2"
}, {
"pred" : "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace",
"val" : "y"
} ]
}
}, {
"id" : "http://purl.obolibrary.org/obo/Y_2",
"type" : "CLASS",
"meta" : {
"basicPropertyValues" : [ {
"pred" : "http://purl.obolibrary.org/obo/IAO_0000231",
"val" : "http://purl.obolibrary.org/obo/IAO_0000227"
}, {
"pred" : "http://purl.obolibrary.org/obo/IAO_0100001",
"val" : "http://purl.obolibrary.org/obo/Y_1"
} ],
"deprecated" : true
}
}, {
"id" : "http://purl.obolibrary.org/obo/IAO_0100001",
"lbl" : "term replaced by",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://www.geneontology.org/formats/oboInOwl#hasAlternativeId",
"lbl" : "has_alternative_id",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://www.geneontology.org/formats/oboInOwl#hasOBONamespace",
"lbl" : "has_obo_namespace",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://www.geneontology.org/formats/oboInOwl#id",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://www.w3.org/2000/01/rdf-schema#label",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
}, {
"id" : "http://www.w3.org/2002/07/owl#deprecated",
"type" : "PROPERTY",
"propertyType" : "ANNOTATION"
} ]
} ]
}