forked from oborel/obo-relations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chemical.owl
39 lines (30 loc) · 1.79 KB
/
chemical.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
Prefix(:=<http://purl.obolibrary.org/obo/ro.owl/>)
Prefix(dc:=<http://purl.org/dc/elements/1.1/>)
Prefix(obo:=<http://purl.obolibrary.org/obo/>)
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(cito:=<http://purl.org/spar/cito/>)
Prefix(foaf:=<http://xmlns.com/foaf/0.1/>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(swrl:=<http://www.w3.org/2003/11/swrl#>)
Prefix(swrla:=<http://swrl.stanford.edu/ontologies/3.3/swrla.owl#>)
Prefix(swrlb:=<http://www.w3.org/2003/11/swrlb#>)
Prefix(subsets:=<http://purl.obolibrary.org/obo/ro/subsets#>)
Prefix(oboInOwl:=<http://www.geneontology.org/formats/oboInOwl#>)
Ontology(<http://purl.obolibrary.org/obo/ro/chemical.owl>
Annotation(dc:description "RO chemical module."@en)
# Object Property: obo:RO_0002260 (has biological role)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0002260 "c has-biological-role r iff c has-role r and r is a biological role (CHEBI:24432)")
AnnotationAssertion(rdfs:label obo:RO_0002260 "has biological role")
SubObjectPropertyOf(obo:RO_0002260 obo:RO_0000087)
# Object Property: obo:RO_0002261 (has application role)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0002261 "c has-application-role r iff c has-role r and r is an application role (CHEBI:33232)")
AnnotationAssertion(rdfs:label obo:RO_0002261 "has application role")
SubObjectPropertyOf(obo:RO_0002261 obo:RO_0000087)
# Object Property: obo:RO_0002262 (has chemical role)
AnnotationAssertion(obo:IAO_0000115 obo:RO_0002262 "c has-chemical-role r iff c has-role r and r is a chemical role (CHEBI:51086)")
AnnotationAssertion(rdfs:label obo:RO_0002262 "has chemical role")
SubObjectPropertyOf(obo:RO_0002262 obo:RO_0000087)
)