-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathseont-edit.owl
47 lines (26 loc) · 1.38 KB
/
seont-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
Prefix(:=<http://purl.obolibrary.org/obo/seont.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#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<http://purl.obolibrary.org/obo/seont.owl>
Import(<http://purl.obolibrary.org/obo/seont/imports/envo_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/agro_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/foodon_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/iao_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/pato_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/pco_import.owl>)
Import(<http://purl.obolibrary.org/obo/seont/imports/uo_import.owl>)
Annotation(dce:title "SEOnt")
Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
Annotation(dce:description "None")
Declaration(Class(<http://purl.obolibrary.org/obo/SEONT_00000000>))
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/SEONT_00000000>
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/SEONT_00000000> "root node"@en)
)