This repository has been 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
/
informalin_base.owl
135 lines (91 loc) · 6.24 KB
/
informalin_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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0"?>
<rdf:RDF xmlns="https://informalin.github.io/knowledgebases/informalin_base.owl"
xml:base="https://informalin.github.io/knowledgebases/informalin_base.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:olo="https://informalin.github.io/knowledgebases/external/olo/orderedlistontology.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:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:informalin_base="https://informalin.github.io/knowledgebases/informalin_base.owl#">
<owl:Ontology rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl">
<owl:imports rdf:resource="https://informalin.github.io/knowledgebases/external/olo/orderedlistontology.owl#"/>
<rdfs:comment xml:lang="en">Base ontology for the knowledge bases of the InFormALin project</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLObjectProperty_5f2fbbc3_11a3_488a_831a_d8f0bbc76637 -->
<owl:ObjectProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLObjectProperty_5f2fbbc3_11a3_488a_831a_d8f0bbc76637">
<owl:inverseOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLObjectProperty_74f24862_3458_41e5_b407_edba76e5aa64"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">contains</rdfs:label>
</owl:ObjectProperty>
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLObjectProperty_74f24862_3458_41e5_b407_edba76e5aa64 -->
<owl:ObjectProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLObjectProperty_74f24862_3458_41e5_b407_edba76e5aa64">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:label xml:lang="en">containedIn</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLDataProperty_d45dcc42_a463_476d_a06f_939637c6bc1c -->
<owl:DatatypeProperty rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLDataProperty_d45dcc42_a463_476d_a06f_939637c6bc1c">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">uuid</rdfs:label>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_171807a5_c2a0_4e61_bd08_3a08f4d10cb0 -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_171807a5_c2a0_4e61_bd08_3a08f4d10cb0">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_702bd037_688c_4809_ad80_0b00fdad4c8f"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLDataProperty_d45dcc42_a463_476d_a06f_939637c6bc1c"/>
<owl:someValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLDataProperty_d45dcc42_a463_476d_a06f_939637c6bc1c"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label xml:lang="en">InformalElements</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_6f07e21e_f39b_4a31_93a4_e40a58160c57 -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_6f07e21e_f39b_4a31_93a4_e40a58160c57">
<rdfs:subClassOf rdf:resource="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_e47eb0d6_46b1_495b_8563_c43cafbc0d7a"/>
<rdfs:label xml:lang="en">FormalModelElements</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_702bd037_688c_4809_ad80_0b00fdad4c8f -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_702bd037_688c_4809_ad80_0b00fdad4c8f">
<rdfs:label xml:lang="en">InformalModel</rdfs:label>
</owl:Class>
<!-- https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_e47eb0d6_46b1_495b_8563_c43cafbc0d7a -->
<owl:Class rdf:about="https://informalin.github.io/knowledgebases/informalin_base.owl#OWLClass_e47eb0d6_46b1_495b_8563_c43cafbc0d7a">
<rdfs:label xml:lang="en">FormalModel</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 -->