-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathzp-edit.owl
35 lines (23 loc) · 1.75 KB
/
zp-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
Prefix(:=<http://purl.obolibrary.org/obo/zp.owl#>)
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#>)
Ontology(<http://purl.obolibrary.org/obo/zp.owl>
Import(<http://purl.obolibrary.org/obo/zp/imports/merged_import.owl>)
Import(<http://purl.obolibrary.org/obo/zp/patterns/definitions.owl>)
Import(<http://purl.obolibrary.org/obo/zp/components/obsolete.owl>)
Annotation(rdfs:comment "Zebrafish Phenotype Ontology")
Annotation(<http://purl.org/dc/elements/1.1/description> "The Zebrafish Phenotype Ontology formally defines all phenotypes of the Zebrafish model organism."^^xsd:string)
Annotation(<http://purl.org/dc/elements/1.1/title> "Zebrafish Phenotype Ontology (ZP)"^^xsd:string)
Annotation(<http://purl.org/dc/terms/license> <https://creativecommons.org/licenses/by/3.0/>)
Annotation(<http://purl.obolibrary.org/obo/IAO_0000700> <http://purl.obolibrary.org/obo/ZP_0000000>)
Declaration(Class(<http://purl.obolibrary.org/obo/ZP_0000000>))
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/ZP_0000000> (Zebrafish Phenotype)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/ZP_0000000> "Zebrafish Phenotype"@en)
EquivalentClasses(<http://purl.obolibrary.org/obo/ZP_0000000> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/PATO_0000001> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002314> owl:Thing) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0002573> <http://purl.obolibrary.org/obo/PATO_0000460>))))
)