-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathico_import.owl
81 lines (49 loc) · 2.82 KB
/
ico_import.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.obolibrary.org/obo/aeon/imports/ico_import.owl#"
xml:base="http://purl.obolibrary.org/obo/aeon/imports/ico_import.owl"
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#">
<owl:Ontology rdf:about="http://purl.obolibrary.org/obo/aeon/imports/ico_import.owl">
<owl:versionIRI rdf:resource="http://purl.obolibrary.org/obo/aeon/releases/2023-01-11/imports/ico_import.owl"/>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">2023-01-11</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/ICO_0000048 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ICO_0000048">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000245"/>
<obo:IAO_0000115 xml:lang="en">An organization that is operated without the principal goal of making a financial profit.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Yongqun He</obo:IAO_0000117>
<rdfs:label xml:lang="en">nonprofit organization</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/ICO_0000049 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ICO_0000049">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0000245"/>
<obo:IAO_0000115 xml:lang="en">An organization which has the principle goal of earning financial profit.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Yongqun He</obo:IAO_0000117>
<rdfs:label xml:lang="en">profit organization</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000245 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000245"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->