-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPR_import.owl
501 lines (349 loc) · 23.3 KB
/
PR_import.owl
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY obo "http://purl.obolibrary.org/obo/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY pr "http://purl.obolibrary.org/obo/pr#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY oboInOwl "http://www.geneontology.org/formats/oboInOwl#" >
]>
<rdf:RDF xmlns="&obo;ego/PR_import.owl#"
xml:base="&obo;ego/PR_import.owl"
xmlns:pr="&obo;pr#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:obo="http://purl.obolibrary.org/obo/">
<owl:Ontology rdf:about="&obo;ego/PR_import.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000115">
<rdfs:label rdf:datatype="&xsd;string">definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="&obo;IAO_0000412">
<rdfs:label xml:lang="en">imported from</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasAlternativeId -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasAlternativeId">
<rdfs:label rdf:datatype="&xsd;string">has_alternative_id</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasBroadSynonym -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasBroadSynonym">
<rdfs:label rdf:datatype="&xsd;string">has_broad_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDbXref -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasDbXref">
<rdfs:label rdf:datatype="&xsd;string">database_cross_reference</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasExactSynonym -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasExactSynonym">
<rdfs:label rdf:datatype="&xsd;string">has_exact_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasOBONamespace -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasOBONamespace">
<rdfs:label rdf:datatype="&xsd;string">has_obo_namespace</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym -->
<owl:AnnotationProperty rdf:about="&oboInOwl;hasRelatedSynonym">
<rdfs:label rdf:datatype="&xsd;string">has_related_synonym</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#id -->
<owl:AnnotationProperty rdf:about="&oboInOwl;id"/>
<!-- http://www.geneontology.org/formats/oboInOwl#is_transitive -->
<owl:AnnotationProperty rdf:about="&oboInOwl;is_transitive"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/pr#has_gene_template -->
<owl:ObjectProperty rdf:about="&obo;pr#has_gene_template">
<rdfs:label rdf:datatype="&xsd;string">has_gene_template</rdfs:label>
<oboInOwl:is_transitive rdf:datatype="&xsd;integer">0</oboInOwl:is_transitive>
<oboInOwl:id rdf:datatype="&xsd;string">has_gene_template</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/pr#has_quality -->
<owl:ObjectProperty rdf:about="&obo;pr#has_quality">
<rdfs:label rdf:datatype="&xsd;string">has_quality</rdfs:label>
<oboInOwl:is_transitive rdf:datatype="&xsd;integer">0</oboInOwl:is_transitive>
<rdfs:comment rdf:datatype="&xsd;string">The relationship between a feature and an attribute.</rdfs:comment>
<oboInOwl:id rdf:datatype="&xsd;string">has_quality</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/pr#only_in_taxon -->
<owl:ObjectProperty rdf:about="&obo;pr#only_in_taxon">
<rdfs:label rdf:datatype="&xsd;string">only_in_taxon</rdfs:label>
<oboInOwl:is_transitive rdf:datatype="&xsd;integer">0</oboInOwl:is_transitive>
<rdfs:comment rdf:datatype="&xsd;string">Down-propagates. The original name for this in the paper is 'specific_to'. Applicable to genes because some genes are lost in sub-species (strains) of a species.</rdfs:comment>
<obo:IAO_0000115 rdf:datatype="&xsd;string">U only_in_taxon T: U is a feature found in only in organisms of species of taxon T. The feature cannot be found in an organism of any species outside of (not subsumed by) that taxon. Down-propagates in U hierarchy, up-propagates in T hierarchy (species taxonomy). Implies applicable_to_taxon.</obo:IAO_0000115>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">never_outside_taxon</oboInOwl:hasExactSynonym>
<oboInOwl:id rdf:datatype="&xsd;string">only_in_taxon</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">specific_to</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">specific_to_taxon</oboInOwl:hasExactSynonym>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000019 -->
<owl:Class rdf:about="&obo;BFO_0000019">
<rdfs:label rdf:datatype="&xsd;string">quality</rdfs:label>
<oboInOwl:id rdf:datatype="&xsd;string">BFO:0000019</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">bfo</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BFO_0000030 -->
<owl:Class rdf:about="&obo;BFO_0000030">
<rdfs:label rdf:datatype="&xsd;string">object</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;BFO_0000040"/>
<oboInOwl:id rdf:datatype="&xsd;string">BFO:0000030</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">bfo</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/BFO_0000040 -->
<owl:Class rdf:about="&obo;BFO_0000040">
<rdfs:label rdf:datatype="&xsd;string">material entity</rdfs:label>
<oboInOwl:id rdf:datatype="&xsd;string">BFO:0000040</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">bfo</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_2759 -->
<owl:Class rdf:about="&obo;NCBITaxon_2759">
<rdfs:label rdf:datatype="&xsd;string">Eukaryota</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;OBI_0100026"/>
<oboInOwl:id rdf:datatype="&xsd;string">NCBITaxon:2759</oboInOwl:id>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">euk-</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_33154 -->
<owl:Class rdf:about="&obo;NCBITaxon_33154">
<rdfs:label rdf:datatype="&xsd;string">Opisthokonta</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;NCBITaxon_2759"/>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Fungi/Metazoa group</oboInOwl:hasRelatedSynonym>
<oboInOwl:id rdf:datatype="&xsd;string">NCBITaxon:33154</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_33208 -->
<owl:Class rdf:about="&obo;NCBITaxon_33208">
<rdfs:label rdf:datatype="&xsd;string">Metazoa</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;NCBITaxon_33154"/>
<oboInOwl:id rdf:datatype="&xsd;string">NCBITaxon:33208</oboInOwl:id>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">metazoan-</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/NCBITaxon_9606 -->
<owl:Class rdf:about="&obo;NCBITaxon_9606">
<rdfs:label rdf:datatype="&xsd;string">Homo sapiens</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;NCBITaxon_33208"/>
<oboInOwl:id rdf:datatype="&xsd;string">NCBITaxon:9606</oboInOwl:id>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">h</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">human</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">ncbi_taxonomy</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0100026 -->
<owl:Class rdf:about="&obo;OBI_0100026">
<rdfs:label rdf:datatype="&xsd;string">organism</rdfs:label>
<oboInOwl:id rdf:datatype="&xsd;string">OBI:0100026</oboInOwl:id>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">obi</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OGG_3000004149 -->
<owl:Class rdf:about="&obo;OGG_3000004149"/>
<!-- http://purl.obolibrary.org/obo/OGG_3000004609 -->
<owl:Class rdf:about="&obo;OGG_3000004609"/>
<!-- http://purl.obolibrary.org/obo/OGG_3000083439 -->
<owl:Class rdf:about="&obo;OGG_3000083439"/>
<!-- http://purl.obolibrary.org/obo/PR_000000001 -->
<owl:Class rdf:about="&obo;PR_000000001">
<rdfs:label rdf:datatype="&xsd;string">protein</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;BFO_0000040"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">An amino acid chain that is produced de novo by ribosome-mediated translation of a genetically-encoded mRNA.</obo:IAO_0000115>
<oboInOwl:id rdf:datatype="&xsd;string">PR:000000001</oboInOwl:id>
<rdfs:comment rdf:datatype="&xsd;string">Proteins descended from a common ancestor can be classified into families and superfamilies composed of products of evolutionarily-related genes. The domain architecture of a protein is described by the order of its constituent domains. Proteins with the same domains in the same order are defined as homeomorphic [PRO:WCB].</rdfs:comment>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_000000020 -->
<owl:Class rdf:about="&obo;PR_000000020">
<rdfs:label rdf:datatype="&xsd;string">myc protein</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;PR_000000001"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A protein that belongs to the clade B of the bHLH proteins (see PMID:20219281) with a core domain composition consisting of a Myc amino-terminal region (Pfam:PF01056) regulatory domain (known as TAD domain), a helix-loop-helix DNA-binding domain (Pfam:PF00010). Some members such as c-Myc contains an addition C-terminal Myc leucine zipper domain (Pfam:PF02344). Myc proteins participate in the regulation of cell proliferation, cell differentiation, and apoptosis.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=family.</rdfs:comment>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">PIRSF:PIRSF001705</oboInOwl:hasDbXref>
<oboInOwl:id rdf:datatype="&xsd;string">PR:000000020</oboInOwl:id>
<oboInOwl:hasBroadSynonym rdf:datatype="&xsd;string">bHLH clade B</oboInOwl:hasBroadSynonym>
<oboInOwl:hasBroadSynonym rdf:datatype="&xsd;string">bHLH class III</oboInOwl:hasBroadSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_000000084 -->
<owl:Class rdf:about="&obo;PR_000000084">
<rdfs:label rdf:datatype="&xsd;string">c-myc protein</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;PR_000000020"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A myc protein that is a translation product of the human MYC gene or a 1:1 ortholog thereof. The gene has 3 exons, with exon 1 lacking ATG codons.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=gene.</rdfs:comment>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">MYC</oboInOwl:hasExactSynonym>
<oboInOwl:id rdf:datatype="&xsd;string">PR:000000084</oboInOwl:id>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">bHLHe39</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">class E basic helix-loop-helix protein 39</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">proto-oncogene c-Myc</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">transcription factor p64</oboInOwl:hasExactSynonym>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_000010211 -->
<owl:Class rdf:about="&obo;PR_000010211">
<rdfs:label rdf:datatype="&xsd;string">protein max</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;PR_000000001"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A protein that is a translation product of the human MAX gene or a 1:1 ortholog thereof. Max belongs to the clade B of the bHLH proteins (see PMID:20219281). The prototypical protein contains a Helix-loop-helix DNA-binding domain (Pfam:PF00010).</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=gene.</rdfs:comment>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">MAX</oboInOwl:hasExactSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">Myn</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">PIRSF:PIRSF038026</oboInOwl:hasDbXref>
<oboInOwl:id rdf:datatype="&xsd;string">PR:000010211</oboInOwl:id>
<oboInOwl:hasBroadSynonym rdf:datatype="&xsd;string">bHLH clade B</oboInOwl:hasBroadSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">bHLHd4</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">class D basic helix-loop-helix protein 4</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">myc-associated factor X</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">myc-binding novel HLH/LZ protein</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">protein myn</oboInOwl:hasExactSynonym>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_000016185 -->
<owl:Class rdf:about="&obo;PR_000016185">
<rdfs:label rdf:datatype="&xsd;string">transcription factor 7-like 1</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;PR_000000001"/>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A protein that is a translation product of the human TCF7L1 gene or a 1:1 ortholog thereof.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=gene.</rdfs:comment>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">HMG box transcription factor 3</oboInOwl:hasExactSynonym>
<oboInOwl:id rdf:datatype="&xsd;string">PR:000016185</oboInOwl:id>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">TCF-3</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasRelatedSynonym rdf:datatype="&xsd;string">TCF3</oboInOwl:hasRelatedSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">TCF7L1</oboInOwl:hasExactSynonym>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">mTCF-3</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_P01106 -->
<owl:Class rdf:about="&obo;PR_P01106">
<rdfs:label rdf:datatype="&xsd;string">myc proto-oncogene protein (human)</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;PR_000000084"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#only_in_taxon"/>
<owl:someValuesFrom rdf:resource="&obo;NCBITaxon_9606"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#has_gene_template"/>
<owl:someValuesFrom rdf:resource="&obo;OGG_3000004609"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A c-myc protein that is encoded in the genome of human.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=organism-gene.</rdfs:comment>
<oboInOwl:id rdf:datatype="&xsd;string">PR:P01106</oboInOwl:id>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">Reactome:R-HSA-188379</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">Reactome:R-HSA-4411332</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">UniProtKB:P01106</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">hMYC</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_P61244 -->
<owl:Class rdf:about="&obo;PR_P61244">
<rdfs:label rdf:datatype="&xsd;string">protein max (human)</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;PR_000010211"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#only_in_taxon"/>
<owl:someValuesFrom rdf:resource="&obo;NCBITaxon_9606"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#has_gene_template"/>
<owl:someValuesFrom rdf:resource="&obo;OGG_3000004149"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A protein max that is encoded in the genome of human.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=organism-gene.</rdfs:comment>
<oboInOwl:hasAlternativeId rdf:datatype="&xsd;string">PR:000026031</oboInOwl:hasAlternativeId>
<oboInOwl:id rdf:datatype="&xsd;string">PR:P61244</oboInOwl:id>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">UniProtKB:P61244</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">hMAX</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/PR_Q9HCS4 -->
<owl:Class rdf:about="&obo;PR_Q9HCS4">
<rdfs:label rdf:datatype="&xsd;string">transcription factor 7-like 1 (human)</rdfs:label>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<rdf:Description rdf:about="&obo;PR_000016185"/>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#only_in_taxon"/>
<owl:someValuesFrom rdf:resource="&obo;NCBITaxon_9606"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</owl:equivalentClass>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&obo;pr#has_gene_template"/>
<owl:someValuesFrom rdf:resource="&obo;OGG_3000083439"/>
</owl:Restriction>
</rdfs:subClassOf>
<obo:IAO_0000115 rdf:datatype="&xsd;string">A transcription factor 7-like 1 that is encoded in the genome of human.</obo:IAO_0000115>
<rdfs:comment rdf:datatype="&xsd;string">Category=organism-gene.</rdfs:comment>
<oboInOwl:id rdf:datatype="&xsd;string">PR:Q9HCS4</oboInOwl:id>
<oboInOwl:hasDbXref rdf:datatype="&xsd;string">UniProtKB:Q9HCS4</oboInOwl:hasDbXref>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">hTCF7L1</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">protein</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/SO_0000010 -->
<owl:Class rdf:about="&obo;SO_0000010">
<rdfs:label rdf:datatype="&xsd;string">protein_coding</rdfs:label>
<rdfs:subClassOf rdf:resource="&obo;BFO_0000019"/>
<oboInOwl:id rdf:datatype="&xsd;string">SO:0000010</oboInOwl:id>
<oboInOwl:hasExactSynonym rdf:datatype="&xsd;string">protein-coding</oboInOwl:hasExactSynonym>
<oboInOwl:hasOBONamespace rdf:datatype="&xsd;string">sequence</oboInOwl:hasOBONamespace>
<obo:IAO_0000412 rdf:resource="&obo;pr.owl"/>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->