forked from obophenotype/dicty-phenotype-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathddpheno-edit.owl
38 lines (29 loc) · 1.53 KB
/
ddpheno-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
Prefix(:=<http://purl.obolibrary.org/obo/ddpheno.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/ddpheno.owl>
Import(<http://purl.obolibrary.org/obo/TEMP>)
Import(<http://purl.obolibrary.org/obo/ddpheno/imports/ddanat_import.owl>)
Import(<http://purl.obolibrary.org/obo/ddpheno/imports/go_import.owl>)
Import(<http://purl.obolibrary.org/obo/ddpheno/imports/iao_import.owl>)
Import(<http://purl.obolibrary.org/obo/ddpheno/imports/pato_import.owl>)
Import(<http://purl.obolibrary.org/obo/ddpheno/imports/ro_import.owl>)
Import(<http://purl.obolibrary.org/obo/ddpheno/patterns/definitions.owl>)
Annotation(dce:description "Ontology about the phenotypes observed in Dicty")
Annotation(dce:title "Dicty Phenotype Ontology")
Annotation(dcterms:license "CC-BY")
Declaration(Class(<http://purl.obolibrary.org/obo/DDPHENO_00000000>))
Declaration(AnnotationProperty(dce:description))
Declaration(AnnotationProperty(dce:title))
Declaration(AnnotationProperty(dcterms:license))
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/DDPHENO_00000000> (root node)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/DDPHENO_00000000> "root node"@en)
)