-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpso-edit.owl
152 lines (118 loc) · 16.5 KB
/
pso-edit.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
Prefix(:=<http://purl.obolibrary.org/obo/pso.owl#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<http://purl.obolibrary.org/obo/pso.owl>
Import(<http://purl.obolibrary.org/obo/pso/imports/chebi_import.owl>)
Import(<http://purl.obolibrary.org/obo/pso/imports/ncbitaxon_import.owl>)
Import(<http://purl.obolibrary.org/obo/pso/imports/peco_import.owl>)
Import(<http://purl.obolibrary.org/obo/pso/imports/po_import.owl>)
Import(<http://purl.obolibrary.org/obo/pso/imports/ro_import.owl>)
Import(<http://purl.obolibrary.org/obo/pso/patterns/definitions.owl>)
Annotation(dcterms:description "An ontology describing biotic and abiotic plant stresses.")
Annotation(dcterms:license <https://creativecommons.org/licenses/by/4.0/>)
Annotation(dcterms:title "Plant Stress Ontology")
Annotation(<http://www.geneontology.org/formats/oboInOwl#default-namespace> "plant_stress_ontology")
Declaration(Class(<http://purl.obolibrary.org/obo/PSO_0000001>))
Declaration(Class(<http://purl.obolibrary.org/obo/PSO_0000004>))
Declaration(Class(<http://purl.obolibrary.org/obo/PSO_0000011>))
Declaration(Class(<http://purl.obolibrary.org/obo/PSO_0000012>))
Declaration(Class(<http://purl.obolibrary.org/obo/PSO_0000013>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PSO_1000000>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PSO_1000001>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PSO_1000002>))
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/PSO_1000003>))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
############################
# Annotation Properties
############################
# Annotation Property: dcterms:description (description)
AnnotationAssertion(rdfs:label dcterms:description "description")
# Annotation Property: dcterms:license (license)
AnnotationAssertion(rdfs:label dcterms:license "license")
# Annotation Property: dcterms:title (title)
AnnotationAssertion(rdfs:label dcterms:title "title")
############################
# Object Properties
############################
# Object Property: <http://purl.obolibrary.org/obo/PSO_1000000> (plant damage relationships)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_1000000> "plant damage relationships"@en)
# Object Property: <http://purl.obolibrary.org/obo/PSO_1000001> (damage causes dysfunction of)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_1000001> "damage causes dysfunction of"@en)
SubObjectPropertyOf(<http://purl.obolibrary.org/obo/PSO_1000001> <http://purl.obolibrary.org/obo/PSO_1000000>)
# Object Property: <http://purl.obolibrary.org/obo/PSO_1000002> (damage has biotic causal agent)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_1000002> "damage has biotic causal agent"@en)
SubObjectPropertyOf(<http://purl.obolibrary.org/obo/PSO_1000002> <http://purl.obolibrary.org/obo/PSO_1000000>)
# Object Property: <http://purl.obolibrary.org/obo/PSO_1000003> (damage has abiotic causal agent)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_1000003> "damage has abiotic causal agent"@en)
SubObjectPropertyOf(<http://purl.obolibrary.org/obo/PSO_1000003> <http://purl.obolibrary.org/obo/PSO_1000000>)
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/PSO_0000001> (plant stress)
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000001> "A biological process of some plant structure (PO:0009011) caused by exposure to some causal agent."@en)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/PSO_0000001> "plant_stress_ontology")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/PSO_0000001> "PSO:0000001")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_0000001> "plant stress"@en)
# Class: <http://purl.obolibrary.org/obo/PSO_0000004> (plant animal damage)
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000004> "A biotic plant stress (PSO:0000011) which is damage caused by the exposure to an animal.")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/PSO_0000004> "plant_stress_ontology")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/PSO_0000004> "PSO:0000004")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PSO_0000004> "Plants may be damaged by various animals such as arachnids (mites and spiders), insects, birds, rodents, nematodes, mollusks, or herbivores.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_0000004> "plant animal damage"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PSO_0000004> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PSO_0000011> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/PSO_1000001> <http://purl.obolibrary.org/obo/PO_0009011>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/PSO_1000002> <http://purl.obolibrary.org/obo/NCBITaxon_33208>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002162> <http://purl.obolibrary.org/obo/NCBITaxon_33090>)))
SubClassOf(<http://purl.obolibrary.org/obo/PSO_0000004> <http://purl.obolibrary.org/obo/PSO_0000011>)
# Class: <http://purl.obolibrary.org/obo/PSO_0000011> (biotic plant stress)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000011> "A plant stress (PSO:0000001) caused by exposure to a biological stress causal agent.")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/PSO_0000011> "plant_stress_ontology")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/PSO_0000011> "PSO:0000011")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PSO_0000011> "Causal agents of biological plant stresses include fungi, bacteria, oomycetes, and viruses, as well as animals and other plants.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_0000011> "biotic plant stress"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PSO_0000011> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000016> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002162> <http://purl.obolibrary.org/obo/NCBITaxon_33090>)))
SubClassOf(<http://purl.obolibrary.org/obo/PSO_0000011> <http://purl.obolibrary.org/obo/PSO_0000001>)
# Class: <http://purl.obolibrary.org/obo/PSO_0000012> (abiotic plant stress)
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000012> "A plant stress (PSO:0000001) caused by exposure to an abiotic causal agent.")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/PSO_0000012> "plant_stress_ontology")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/PSO_0000012> "PSO:0000012")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PSO_0000012> "Abiotic stress causal agents can include chemicals or physical agents such as temperature, radiation or drought.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_0000012> "abiotic plant stress"@en)
SubClassOf(<http://purl.obolibrary.org/obo/PSO_0000012> <http://purl.obolibrary.org/obo/PSO_0000001>)
# Class: <http://purl.obolibrary.org/obo/PSO_0000013> (plant disease)
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000013> "A biotic plant stress (PSO:0000011) which is a disorder caused by exposure to a disease-causing organism."@en)
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasOBONamespace> <http://purl.obolibrary.org/obo/PSO_0000013> "plant_stress_ontology")
AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#id> <http://purl.obolibrary.org/obo/PSO_0000013> "PSO:0000013")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PSO_0000013> "")
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/PSO_0000013> "Disease-causing organisms include fungi, bacteria, viruses and oomycetes.")
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/PSO_0000013> "plant disease"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/PSO_0000013> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PSO_0000011> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002162> <http://purl.obolibrary.org/obo/NCBITaxon_33090>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0004025> <http://purl.obolibrary.org/obo/PO_0009011>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0014001> <http://purl.obolibrary.org/obo/NCBITaxon_1>)))
SubClassOf(<http://purl.obolibrary.org/obo/PSO_0000013> <http://purl.obolibrary.org/obo/PSO_0000011>)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/NCBITaxon_3885> "")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000240> "A plant animal damage (PSO:0000004) affecting cassava (Manihot esculenta) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000301> "A plant animal damage (PSO:0000004) affecting maize (Zea mays) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000349> "A plant animal damage (PSO:0000004) affecting grape (Vitis sp.) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000403> "A plant animal damage (PSO:0000004) affecting rice (Oryza sativa) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000500> "A plant animal damage (PSO:0000004) affecting potato (Solanum tuberosum) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000750> "A plant animal damage (PSO:0000004) affecting wheat (Triticum sp.) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000848> "A plant disease (PSO:0000013) of Musa sp. which is caused by a disease-causing organism.")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000849> "A plant animal damage (PSO:0000004) affecting bananas (Musa sp.) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000950> "A plant animal damage (PSO:0000004) affecting beans (Phaseolus vulgaris) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0000970> "A plant animal damage (PSO:0000004) affecting beans (Phaseolus vulgaris) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0001050> "A plant animal damage (PSO:0000004) affecting sorghum (Sorghum bicolor) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0002100> "A plant animal damage (PSO:0000004) affecting soybean (Glycine max) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100020> "A plant disease (PSO:0000013) affecting bananas (Musa sp.) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100022> "A plant disease (PSO:0000013) affecting beans (Phaseolus vulgaris) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100033> "A plant disease (PSO:0000013) affecting cassava (Manihot esculenta) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100043> "A plant disease (PSO:0000013) affecting maize (Zea mays) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100060> "A plant disease (PSO:0000013) affecting grape (Vitis sp.) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100092> "A plant disease (PSO:0000013) affecting potato (Solanum tuberosum) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100097> "A plant disease (PSO:0000013) affecting rice (Oryza sativa) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100102> "A plant disease (PSO:0000013) affecting sorghum (Sorghum bicolor) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100103> "A plant disease (PSO:0000013) affecting soybean (Glycine max) which results in a disorder in a plant structure (PO:0009011).")
AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasDbXref> "PSO:cooperl") <http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/PSO_0100117> "A plant disease (PSO:0000013) affecting wheat (Triticum sp.) which results in a disorder in a plant structure (PO:0009011).")
)