-
Notifications
You must be signed in to change notification settings - Fork 0
/
aibgt-base.owl
43 lines (31 loc) · 1.66 KB
/
aibgt-base.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/aibgt/aibgt-base.owl#"
xml:base="http://purl.obolibrary.org/obo/aibgt/aibgt-base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
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:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/aibgt/aibgt-base.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/aibgt/releases/2021-07-27/aibgt-base.owl"/>
<dc:description>None</dc:description>
<dc:title>Allen Institute for Brain Science Genotype Ontology</dc:title>
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2021-07-27</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/AIBGT_00000000 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/AIBGT_00000000">
<rdfs:label xml:lang="en">root node</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->