-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdigitrubber-edit.owl
64 lines (38 loc) · 2.13 KB
/
digitrubber-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
Prefix(:=<http://purl.obolibrary.org/obo/digitrubber.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/digitrubber.owl>
# Import(<http://purl.obolibrary.org/obo/digitrubber/imports/bfo_import.owl>)
Import(<http://purl.obolibrary.org/obo/digitrubber/imports/chebi_import.owl>)
# Import(<http://purl.obolibrary.org/obo/digitrubber/imports/iao_import.owl>)
Import(<http://purl.obolibrary.org/obo/digitrubber/imports/obi_import.owl>)
# Import(<http://purl.obolibrary.org/obo/digitrubber/imports/pato_import.owl>)
# Import(<http://purl.obolibrary.org/obo/digitrubber/imports/po_import.owl>)
Import(<http://purl.obolibrary.org/obo/digitrubber/imports/ro_import.owl>)
# Import(<http://purl.obolibrary.org/obo/digitrubber/imports/uo_import.owl>)
Import(<http://purl.obolibrary.org/obo/digitrubber/components/drcomp.owl>)
# Import(<http://purl.obolibrary.org/obo/digitrubber/components/drbasic.owl>)
Annotation(dcterms:description "DigitRubber Ontology")
Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
Annotation(dcterms:title "DigitRubber Ontology")
Declaration(Class(<http://purl.obolibrary.org/obo/DIGITRUBBER_0000000>))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
############################
# Annotation Properties
############################
AnnotationAssertion(rdfs:label dcterms:description "description")
AnnotationAssertion(rdfs:label dcterms:license "license")
AnnotationAssertion(rdfs:label dcterms:title "title")
############################
# Classes
############################
# Class: <http://purl.obolibrary.org/obo/DIGITRUBBER_0000000> (root node)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/DIGITRUBBER_0000000> "root node"@en)
)