This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathicasa.owl
41 lines (29 loc) · 1.47 KB
/
icasa.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/icasa.owl#"
xml:base="http://purl.obolibrary.org/obo/icasa.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
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:obo="http://purl.obolibrary.org/obo/">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/icasa.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/icasa/releases/2018-09-20/icasa.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/icasa/imports/uo_import.owl"/>
<rdfs:comment>ICASA Data Ontology</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/ICASA_00000000 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ICASA_00000000">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label xml:lang="en">icasa</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 1.1.0) https://github.com/owlcs/owlapi -->