This repository was archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformalin_base_ecore.owl
More file actions
75 lines (47 loc) · 3.51 KB
/
informalin_base_ecore.owl
File metadata and controls
75 lines (47 loc) · 3.51 KB
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
<?xml version="1.0"?>
<rdf:RDF xmlns="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl"
xml:base="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl"
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:ecore="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#"
xmlns:informalin="https://informalin.github.io/knowledgebases/informalin_base.owl#">
<owl:Ontology rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl">
<owl:imports rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_07ebfe27_48f8_44ae_a058_d245321fea01 -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_07ebfe27_48f8_44ae_a058_d245321fea01">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_e47eb0d6_46b1_495b_8563_c43cafbc0d7a"/>
<rdfs:label xml:lang="en">Ecore</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EClass -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EClass">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_f120fee6_9b8d_4dfd_9b2c_405cdb82291f"/>
<rdfs:label xml:lang="en">EClass</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EEnum -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EEnum">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_f120fee6_9b8d_4dfd_9b2c_405cdb82291f"/>
<rdfs:label xml:lang="en">EEnum</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EPackage -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_EPackage">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_f120fee6_9b8d_4dfd_9b2c_405cdb82291f"/>
<rdfs:label xml:lang="en">EPackage</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_f120fee6_9b8d_4dfd_9b2c_405cdb82291f -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base_ecore.owl#OWLClass_f120fee6_9b8d_4dfd_9b2c_405cdb82291f">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_6f07e21e_f39b_4a31_93a4_e40a58160c57"/>
<rdfs:label xml:lang="en">EcoreModelElements</rdfs:label>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->