about summary refs log tree commit diff
path: root/tests/unit/db/rdf/data.py
blob: 6bc612f34fcac79bbeff8080810d9878924ee281 (plain)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
"""Some test data to be used in RDF data."""

LPL_RIF_ENTRIES = {
    "@context": {
        "dct": "http://purl.org/dc/terms/",
        "gnt": "http://genenetwork.org/term/",
        "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
        "skos": "http://www.w3.org/2004/02/skos/core#",
        "symbol": "gnt:symbol",
        "species": "gnt:species",
        "taxonomic_id": "skos:notation",
        "gene_id": "gnt:hasGeneId",
        "pubmed_id": "dct:references",
        "created": "dct:created",
        "comment": "rdfs:comment",
        "version": "dct:hasVersion",
    },
    "data": [
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-02-23 20:40:00",
            "pubmed_id": 36763533,
            "comment": "Angiopoietin-like protein 4/8 complex-mediated plasmin generation \
leads to cleavage of the complex and restoration of LPL activity.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-04-07 20:39:00",
            "pubmed_id": 36652113,
            "comment": "The breast cancer microenvironment and lipoprotein lipase: \
Another negative notch for a beneficial enzyme?",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-04-27 20:33:00",
            "pubmed_id": 36519761,
            "comment": "Parkin regulates neuronal lipid homeostasis through \
SREBP2-lipoprotein lipase pathway-implications for Parkinson's disease.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-05-22 20:32:00",
            "pubmed_id": 36708756,
            "comment": "Plasma Lipoprotein Lipase Is Associated with Risk of \
Future Major Adverse Cardiovascular Events in Patients Following Carotid Endarterectomy.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-07-04 21:12:00",
            "pubmed_id": 37155355,
            "comment": "Inverse association between apolipoprotein C-II and \
cardiovascular mortality: role of lipoprotein lipase activity modulation.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-07-13 20:35:00",
            "pubmed_id": 37432202,
            "comment": "Effect of the Interaction between Seaweed Intake and LPL \
Polymorphisms on Metabolic Syndrome in Middle-Aged Korean Adults.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-08-14 20:37:00",
            "pubmed_id": 37568214,
            "comment": "Frameshift coding sequence variants in the LPL gene: identification \
of two novel events and exploration of the genotype-phenotype relationship for \
variants reported to date.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-08-22 20:29:00",
            "pubmed_id": 37550668,
            "comment": "The East Asian-specific LPL p.Ala288Thr (c.862G > A) missense \
variant exerts a mild effect on protein function.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-09-12 20:35:00",
            "pubmed_id": 37128695,
            "comment": "Interaction between APOE, APOA1, and LPL Gene Polymorphisms \
and Variability in Changes in Lipid and Blood Pressure following Orange Juice Intake: \
A Pilot Study.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-09-25 09:33:00",
            "pubmed_id": 37427758,
            "comment": "Variants within the LPL gene confer susceptility to \
diabetic kidney disease and rapid decline in kidney function in Chinese patients \
with type 2 diabetes.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-11-01 08:55:00",
            "pubmed_id": 37901192,
            "comment": "The Association of Adipokines and Myokines in the \
Blood of Obese Children and Adolescents with Lipoprotein Lipase rs328 Gene Variants.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-11-10 08:44:00",
            "pubmed_id": 37871217,
            "comment": "The lipoprotein lipase that is shuttled into \
capillaries by GPIHBP1 enters the glycocalyx where it mediates lipoprotein processing.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-12-28 20:33:00",
            "pubmed_id": 37858495,
            "comment": "Clinical profile, genetic spectrum and therapy \
evaluation of 19 Chinese pediatric patients with lipoprotein lipase deficiency.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 4023,
            "version": 5,
            "species": "Homo sapiens",
            "symbol": "LPL",
            "created": "2023-12-29 20:33:00",
            "pubmed_id": 38114521,
            "comment": "Developing a model to predict the early risk of \
hypertriglyceridemia based on inhibiting lipoprotein lipase (LPL): a translational study.",
            "taxonomic_id": 9606,
        },
        {
            "gene_id": 16956,
            "version": 5,
            "species": "Mus musculus",
            "symbol": "Lpl",
            "created": "2023-04-27 20:33:00",
            "pubmed_id": 36519761,
            "comment": "Parkin regulates neuronal lipid homeostasis through \
SREBP2-lipoprotein lipase pathway-implications for Parkinson's disease.",
            "taxonomic_id": 10090,
        },
        {
            "gene_id": 24539,
            "version": 5,
            "species": "Rattus norvegicus",
            "symbol": "Lpl",
            "created": "2023-12-29 20:33:00",
            "pubmed_id": 38114521,
            "comment": "Developing a model to predict the early risk of \
hypertriglyceridemia based on inhibiting lipoprotein lipase (LPL): a translational study.",
            "taxonomic_id": 10116,
        },
    ],
}