forked from obophenotype/cell-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultispecies.owl
61 lines (45 loc) · 2.15 KB
/
multispecies.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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/cl/multispecies.owl#"
xml:base="http://purl.obolibrary.org/obo/cl/multispecies.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/cl/multispecies.owl">
<foaf:homepage rdf:datatype="&xsd;anyURI">http://purl.obolibrary.org/obo/cl/multispecies.owl</foaf:homepage>
<dc:title xml:lang="en"></dc:title>
<dc:description xml:lang="en">
CL importer to bring plant and animal cells into the same
ontology.
</dc:description>
<rdfs:comment xml:lang="en">
In future will include fungal cells and highly
specific cells taken from species-specific ontologies.
</rdfs:comment>
<dc:creator xml:lang="en">CL editors</dc:creator>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/po.owl"/>
<owl:imports rdf:resource="http://purl.obolibrary.org/obo/cl/cl-basic.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/PO_0009002 -->
<rdf:Description rdf:about="http://purl.obolibrary.org/obo/PO_0009002">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/CL_0000000"/>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->