Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BloCi committed Jun 19, 2024
2 parents 71cc34d + 39ef7f1 commit a91e78f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion reasoned.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9973,7 +9973,7 @@ Grenzt sich zu \"Konkretisierung (MV)\" dadurch ab, dass es sich hierbei nicht u
) ;
rdf:type owl:Class
] ;
rdfs:label "Teilthemenbereich (MV)"@de .
rdfs:label "Thema (MV)"@de .


### https://w3id.org/lehrplan/ontology/LP_00002148
Expand Down Expand Up @@ -10163,6 +10163,24 @@ Grenzt sich zu \"Konkretisierung der Standards (MV)\" dadurch ab, dass es sich h
rdfs:label "Beispiel für Verknüpfung von Inhalt und Kompetenzbereich (MV)"@de .


### https://w3id.org/lehrplan/ontology/LP_00002164
<https://w3id.org/lehrplan/ontology/LP_00002164> rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/lehrplan/ontology/LP_00000438>
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/lehrplan/ontology/LP_00000008> ;
owl:someValuesFrom <https://w3id.org/lehrplan/ontology/LP_00002080>
]
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/lehrplan/ontology/LP_00000029> ;
owl:hasValue <https://w3id.org/lehrplan/ontology/LP_30000052>
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf <https://w3id.org/lehrplan/ontology/LP_00000438> ;
rdfs:label "Lehrplan (MV)"@de .


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

0 comments on commit a91e78f

Please sign in to comment.