Skip to content

Commit ccec56b

Browse files
committed
Klasse Niveaustufen BE/BB angelegt
1 parent 1acd4ce commit ccec56b

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

src/ontology/components/lehrplan-BE-BB-shared.owl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<rdfs:subPropertyOf rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000024"/>
8888
<owl:inverseOf rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000580"/>
8989
<rdfs:domain rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000261"/>
90+
<rdfs:range rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
9091
<rdfs:label xml:lang="en">has niveau stage</rdfs:label>
9192
<rdfs:label xml:lang="de">hat Niveaustufe</rdfs:label>
9293
</owl:ObjectProperty>
@@ -149,6 +150,14 @@
149150

150151

151152

153+
<!-- https://w3id.org/lehrplan/ontology/LP_0000443 -->
154+
155+
<owl:Class rdf:about="https://w3id.org/lehrplan/ontology/LP_0000443">
156+
<rdfs:label>Niveaustufe BE/BB</rdfs:label>
157+
</owl:Class>
158+
159+
160+
152161
<!--
153162
///////////////////////////////////////////////////////////////////////////////////////
154163
//
@@ -196,6 +205,7 @@
196205
<!-- https://w3id.org/lehrplan/ontology/LP_0000464 -->
197206

198207
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000464">
208+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
199209
<rdfs:label xml:lang="de">Niveaustufe A</rdfs:label>
200210
</owl:NamedIndividual>
201211

@@ -204,6 +214,7 @@
204214
<!-- https://w3id.org/lehrplan/ontology/LP_0000465 -->
205215

206216
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000465">
217+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
207218
<rdfs:label xml:lang="de">Niveaustufe B</rdfs:label>
208219
</owl:NamedIndividual>
209220

@@ -212,6 +223,7 @@
212223
<!-- https://w3id.org/lehrplan/ontology/LP_0000466 -->
213224

214225
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000466">
226+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
215227
<rdfs:label xml:lang="de">Niveaustufe C</rdfs:label>
216228
</owl:NamedIndividual>
217229

@@ -220,6 +232,7 @@
220232
<!-- https://w3id.org/lehrplan/ontology/LP_0000467 -->
221233

222234
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000467">
235+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
223236
<rdfs:label xml:lang="de">Niveaustufe D</rdfs:label>
224237
</owl:NamedIndividual>
225238

@@ -228,6 +241,7 @@
228241
<!-- https://w3id.org/lehrplan/ontology/LP_0000468 -->
229242

230243
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000468">
244+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
231245
<rdfs:label xml:lang="de">Niveaustufe E</rdfs:label>
232246
</owl:NamedIndividual>
233247

@@ -236,6 +250,7 @@
236250
<!-- https://w3id.org/lehrplan/ontology/LP_0000469 -->
237251

238252
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000469">
253+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
239254
<rdfs:label xml:lang="de">Niveaustufe F</rdfs:label>
240255
</owl:NamedIndividual>
241256

@@ -244,6 +259,7 @@
244259
<!-- https://w3id.org/lehrplan/ontology/LP_0000470 -->
245260

246261
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000470">
262+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
247263
<rdfs:label xml:lang="de">Niveaustufe G</rdfs:label>
248264
</owl:NamedIndividual>
249265

@@ -252,6 +268,7 @@
252268
<!-- https://w3id.org/lehrplan/ontology/LP_0000616 -->
253269

254270
<owl:NamedIndividual rdf:about="https://w3id.org/lehrplan/ontology/LP_0000616">
271+
<rdf:type rdf:resource="https://w3id.org/lehrplan/ontology/LP_0000443"/>
255272
<rdfs:label xml:lang="de">Niveaustufe H</rdfs:label>
256273
<skos:editorialNote>we should remove these and use the LP_0* ones.</skos:editorialNote>
257274
</owl:NamedIndividual>

src/ontology/lp-edit.owl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ Declaration(AnnotationProperty(<http://purl.org/dc/terms/title>))
8686
Declaration(AnnotationProperty(<http://usefulinc.com/ns/doap#repository>))
8787

8888

89+
############################
90+
# Classes
91+
############################
92+
93+
# Class: :LP_0000443 (Niveaustufe BE/BB)
94+
95+
SubClassOf(:LP_0000443 <http://purl.obolibrary.org/obo/IAO_0000030>)
96+
8997

9098

9199
AnnotationAssertion(rdfs:label <https://orcid.org/0000-0001-6378-2618> "Steffen Rörtgen")

0 commit comments

Comments
 (0)