-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvfbext-simple.owl
398 lines (226 loc) · 16.6 KB
/
vfbext-simple.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/vfbext/vfbext-simple.owl#"
xml:base="http://purl.obolibrary.org/obo/vfbext/vfbext-simple.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vfb="http://purl.obolibrary.org/obo/fbbt/vfb#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vfb1="http://purl.obolibrary.org/obo/fbbt/vfb/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/vfbext/vfbext-simple.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/vfbext/releases/2025-01-10/vfbext-simple.owl"/>
<dc:description>An ontology of miscellaneous terms for data annotation in VFB.</dc:description>
<dc:title>VFB Extension Ontology</dc:title>
<terms:license>https://creativecommons.org/licenses/by/4.0/</terms:license></terms:license>
<oboInOwl:date>10:01:2025 10:50</oboInOwl:date>
<rdfs:comment>VFB extension ontology</rdfs:comment>
<owl:versionInfo>2025-01-10</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<!-- http://purl.obolibrary.org/obo/valid_for_go_annotation_extension -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_annotation_extension">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_go_gp2term -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_gp2term">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_go_ontology -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_go_ontology">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/valid_for_gocam -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/valid_for_gocam">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb#clone -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb#clone">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb#neuron -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb#neuron">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb#ns_part -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb#ns_part">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb#synaptic_neuropil -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb#synaptic_neuropil">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb#tract -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb#tract">
<rdfs:subPropertyOf rdf:resource="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000005 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000005">
<rdfs:label>source_data_link</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/elements/1.1/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/description"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license">
<rdfs:label>has_license</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/references -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/references">
<rdfs:label>has_reference</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/source -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/source">
<rdfs:label>has_source</rdfs:label>
</owl:AnnotationProperty>
<!-- http://www.geneontology.org/formats/oboInOwl#SubsetProperty -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#SubsetProperty"/>
<!-- http://www.geneontology.org/formats/oboInOwl#created_by -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#created_by"/>
<!-- http://www.geneontology.org/formats/oboInOwl#creation_date -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#creation_date"/>
<!-- http://www.geneontology.org/formats/oboInOwl#date -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#date"/>
<!-- http://www.geneontology.org/formats/oboInOwl#hasDbXref -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#hasDbXref"/>
<!-- http://www.geneontology.org/formats/oboInOwl#inSubset -->
<owl:AnnotationProperty rdf:about="http://www.geneontology.org/formats/oboInOwl#inSubset"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/BFO_0000050 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000050">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<obo:IAO_0000115 xml:lang="en">a core relation that holds between a part and its whole</obo:IAO_0000115>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_annotation_extension"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_gp2term"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_go_ontology"/>
<oboInOwl:inSubset rdf:resource="http://purl.obolibrary.org/obo/valid_for_gocam"/>
<rdfs:label xml:lang="en">part of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/C888C3DB-AEFA-447F-BD4C-858DFE33DBE7 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/C888C3DB-AEFA-447F-BD4C-858DFE33DBE7">
<rdfs:label xml:lang="en">has_exemplar</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002292 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002292">
<obo:IAO_0000115>y expresses x if and only if there is a gene expression process (GO:0010467) that occurs in y, and one of the following holds: (i) x is a gene, and x is transcribed into a transcript as part of the gene expression process (ii) x is a transcript, and x was transcribed from a gene as part of the gene expression process (iii) x is a mature gene product (protein or RNA), and x was translated or otherwise processed from a transcript that was transcribed as part of the gene expression process.</obo:IAO_0000115>
<rdfs:label xml:lang="en">expresses</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/RO_0002350 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0002350">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
<obo:IAO_0000115>is member of is a mereological relation between a item and a collection.</obo:IAO_0000115>
<rdfs:label xml:lang="en">member of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/c099d9d6-4ef3-11e3-9da7-b1ad5291e0b0 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/c099d9d6-4ef3-11e3-9da7-b1ad5291e0b0">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002350"/>
<rdfs:label>exemplar_of</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000001 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000001">
<rdfs:label>has_channel</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000002 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000002">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000001"/>
<rdfs:label>has_background_channel</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000003 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000003">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000001"/>
<rdfs:label>has_signal_channel</rdfs:label>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000008 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000008">
<rdfs:domain rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000010"/>
<obo:IAO_0000115>A relationship between an interesctional expression pattern and one of the hemidrivers that contributes to driving its expression. For example, the split-GAL4 system drives expression using transgenes encoding a pair of interacting proteins, one with a GAL4 DNA binding domain and one with an transcription activation domain. In cells that co-express these two transgenes, interaction between the two proteins reconsitutes a transcription factor, driving expression from transgenes under the control o f UAS enhancer/promoter elements.</obo:IAO_0000115>
<oboInOwl:created_by>dos</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-09-26T07:48:55Z</oboInOwl:creation_date>
<rdfs:label xml:lang="en">has hemidriver</rdfs:label>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000008"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A relationship between an interesctional expression pattern and one of the hemidrivers that contributes to driving its expression. For example, the split-GAL4 system drives expression using transgenes encoding a pair of interacting proteins, one with a GAL4 DNA binding domain and one with an transcription activation domain. In cells that co-express these two transgenes, interaction between the two proteins reconsitutes a transcription factor, driving expression from transgenes under the control o f UAS enhancer/promoter elements.</owl:annotatedTarget>
<oboInOwl:hasDbXref>PMID:17088209</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000009 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000009">
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/RO_0002292"/>
<obo:IAO_0000115>A relation that applies between a synthetic expression pattern and a transgene that drives it. For example, the GAL4 UAS system uses the yeast transcription factor GAL4 transgenes with specific expression patterns are used to drive expression of transgenes under the control of UAS promoter elements.</obo:IAO_0000115>
<oboInOwl:created_by>dos</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-09-26T07:49:10Z</oboInOwl:creation_date>
<rdfs:label xml:lang="en">has driver</rdfs:label>
</owl:ObjectProperty>
<owl:Axiom>
<owl:annotatedSource rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000009"/>
<owl:annotatedProperty rdf:resource="http://purl.obolibrary.org/obo/IAO_0000115"/>
<owl:annotatedTarget>A relation that applies between a synthetic expression pattern and a transgene that drives it. For example, the GAL4 UAS system uses the yeast transcription factor GAL4 transgenes with specific expression patterns are used to drive expression of transgenes under the control of UAS promoter elements.</owl:annotatedTarget>
<oboInOwl:hasDbXref>PMID:8223268</oboInOwl:hasDbXref>
<oboInOwl:hasDbXref>Wikipedia:GAL4/UAS_system</oboInOwl:hasDbXref>
</owl:Axiom>
<!-- http://xmlns.com/foaf/0.1/depicts -->
<owl:ObjectProperty rdf:about="http://xmlns.com/foaf/0.1/depicts">
<rdfs:label>depicts</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFB_10000005 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFB_10000005">
<rdfs:label>cell cluster</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000004 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000004">
<oboInOwl:created_by>dos</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-03-04T10:55:59Z</oboInOwl:creation_date>
<rdfs:comment>A multicellular structure that is part of an expression pattern.</rdfs:comment>
<rdfs:label xml:lang="en">expression pattern fragment</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000006 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000006">
<rdfs:label>multi channel image</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000007 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000007">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000014"/>
<oboInOwl:created_by>dos</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-05-15T15:53:38Z</oboInOwl:creation_date>
<rdfs:comment>A single channel image that is used as a template for image registration.</rdfs:comment>
<rdfs:label xml:lang="en">template image</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000010 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000010">
<oboInOwl:created_by>dos</oboInOwl:created_by>
<oboInOwl:creation_date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2018-09-26T07:54:17Z</oboInOwl:creation_date>
<rdfs:label xml:lang="en">intersectional expression pattern</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000014 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/fbbt/vfb/VFBext_0000014">
<rdfs:label>channel</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->