Skip to content

Commit

Permalink
add Elemente ST
Browse files Browse the repository at this point in the history
  • Loading branch information
BloCi committed Jul 23, 2024
1 parent aa9a796 commit 3a14c6a
Showing 1 changed file with 131 additions and 9 deletions.
140 changes: 131 additions & 9 deletions lehrplan.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -312,17 +312,126 @@ rdfs:label rdf:type owl:AnnotationProperty .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> rdf:type owl:Class .


### https://w3id.org/lehrplan/ontology#LP_00002172
:LP_00002172 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002118 ;
rdfs:label "beispielhafte Unterrichtsvorhaben (HB)"@de ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "MEM-Lerninhalt, MEM-Hinweis oder MEM-Besipiel???" .
### https://w3id.org/lehrplan/ontology#LP_00002174
:LP_00002174 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000627
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Lehrplanfragment (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002173
:LP_00002173 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002118 ;
rdfs:label "Anforderungsniveau (HB)"@de .
### https://w3id.org/lehrplan/ontology#LP_00002175
:LP_00002175 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000494
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Kompetenzbereich (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002176
:LP_00002176 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000496
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Teilkompetenzbereich (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002177
:LP_00002177 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000479
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Kompetenz (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002178
:LP_00002178 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000480
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Flexibel anwendbares Grundwissen (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002179
:LP_00002179 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000480
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Grundlegende Wissensbestände (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002180
:LP_00002180 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002093 ;
rdfs:label "Bezüge zu fächerübergreifenden Themen (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002181
:LP_00002181 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000494
]
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000496
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Kompetenzschwerpunkt (ST)"@de .


### https://w3id.org/lehrplan/ontology#LP_00002182
:LP_00002182 rdf:type owl:Class ;
rdfs:subClassOf [ owl:intersectionOf ( :LP_00002093
[ rdf:type owl:Restriction ;
owl:onProperty :LP_00000483 ;
owl:someValuesFrom :LP_00000480
]
) ;
rdf:type owl:Class
] ;
rdfs:label "Gegenstandsfelder (ST)"@de ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "Kommt bisher nur in Sek II Deutsch vor" .


### https://w3id.org/lehrplan/ontology#LP_00002183
:LP_00002183 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002093 ;
rdfs:label "Kurs (ST)"@de ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "Kommt bisher nur in Sek II Kunst vor" .


### https://w3id.org/lehrplan/ontology/LP_00000001
Expand Down Expand Up @@ -9912,6 +10021,19 @@ Grenzt sich zu \"Konkretisierung der Standards (MV)\" dadurch ab, dass es sich h
rdfs:label "Domänenbezugsfunktion"@de .


### https://w3id.org/lehrplan/ontology/LP_00002172
:LP_00002172 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002118 ;
rdfs:label "beispielhafte Unterrichtsvorhaben (HB)"@de ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "MEM-Lerninhalt, MEM-Hinweis oder MEM-Besipiel???" .


### https://w3id.org/lehrplan/ontology/LP_00002173
:LP_00002173 rdf:type owl:Class ;
rdfs:subClassOf :LP_00002118 ;
rdfs:label "Anforderungsniveau (HB)"@de .


#################################################################
# Individuals
#################################################################
Expand Down

0 comments on commit 3a14c6a

Please sign in to comment.