-
Notifications
You must be signed in to change notification settings - Fork 0
/
rel.owl
102 lines (62 loc) · 3.45 KB
/
rel.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/rel.owl#"
xml:base="http://purl.obolibrary.org/obo/rel.owl"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/rel.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/REL_0002100 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002100">
<rdfs:label xml:lang="en">has soma part of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002101 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002101">
<rdfs:label xml:lang="en">fasiculates with</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002102 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002102">
<rdfs:label xml:lang="en">synapses in</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002103 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002103">
<rdfs:label xml:lang="en">synapses with</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002104 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002104">
<rdfs:label xml:lang="en">has plasma membrane part</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002110 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002110">
<rdfs:label xml:lang="en">synapsed in</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.obolibrary.org/obo/REL_0002102"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
<!-- http://purl.obolibrary.org/obo/REL_0002111 -->
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/REL_0002111">
<rdfs:label xml:lang="en">releases neurotransmitter</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
</owl:ObjectProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.0.0.1451) http://owlapi.sourceforge.net -->