-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDRAO.owl
96 lines (60 loc) · 4.11 KB
/
DRAO.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.biosharing.org/biosharingao/biosharingao.owl#"
xml:base="http://www.biosharing.org/biosharingao/biosharingao.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:domain="http://www.fairsharing.org/ontology/domain/"
xmlns:domains="http://www.fairsharing.org/ontology/domains/"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:ontology="http://www.fairsharing.org/ontology/"
xmlns:fairsharing="http://www.fairsharing.org/fairsharing/"
xmlns:fairsharingao="http://www.biosharing.org/fairsharingao/">
<owl:Ontology rdf:about="http://www.fairsharing.org/ontology/domain/DRAO.owl">
<owl:imports rdf:resource="http://www.fairsharing.org/ontology/domain/DRAO-manual.owl"/>
<owl:imports rdf:resource="http://www.fairsharing.org/ontology/domain/external/DRAO-annotation.owl"/>
<owl:imports rdf:resource="http://www.fairsharing.org/ontology/domain/external/DRAO-fsannotation.owl"/>
<dc:creator xml:lang="en">The FAIRsharing Team, contact@fairsharing.org</dc:creator>
<dc:title xml:lang="en">FAIRsharing Domain Ontology (DRAO)</dc:title>
<rdfs:comment xml:lang="en">The Domain Resource Application Ontology (DRAO) contains terms from the following ontologies: AgroVoc, AERO, BFO, CHEBI, CHEMINF, CHMO, CL, CLO, CMO, DOID, DRON, EDAM, EFO, ENVO, EO, ERO, FBBI, FBCV, FMA, GO, HP, IAO, IDO, IDOMAL, MAMO, MFOEM, MI, MOD, MP, MS, NCBITaxon, NCIT, OAE, OBCS, OBI, OGI, OGMS, OMIT, OMP, PATO, PO, PR, PRIDE, PW, SBO, SIO, SO, STATO, SWO, UBERON, UO, VariO, VO.
These ontologies were added to DRAO through semi-automated procedures using Ontofox (PMID: 20569493) and ROBOT (https://doi.org/10.1186/s12859-019-3002-3). Licensing information can be found at https://github.com/FAIRsharing/domain-ontology/blob/master/LicensingCompliance.md
AgroVoc and PRIDE classes were manually added as required.
Originally developed for use within FAIRsharing.org
Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0), https://creativecommons.org/licenses/by/4.0/</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000118 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000118"/>
<!-- http://purl.org/dc/elements/1.1/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/creator"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title"/>
<!-- http://www.fairsharing.org/ontology/domain/DRAO_0000001 -->
<owl:AnnotationProperty rdf:about="http://www.fairsharing.org/ontology/domain/DRAO_0000001">
<rdfs:label xml:lang="en">FAIRsharing alternative term</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000118"/>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/DRON_00000025 -->
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/DRON_00000025">
<rdfs:subClassOf rdf:resource="http://www.fairsharing.org/ontology/domain/DRAO_0000322"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->