Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusHenke committed May 22, 2024
1 parent bfd77d9 commit df3631c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions organisationalContext.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ orgContext:EqualOpportunitiesOfficer a skos:Concept ;
skos:broader orgContext:LegalSupport ;
skos:inScheme orgContext: .



orgContext:SchedulingAndRoomPlanning a skos:Concept ;
skos:prefLabel "Stunden- und Raumplanung"@de, "scheduling and room planning"@en ;
skos:broader orgContext:InfrastructureSupport ;
Expand All @@ -83,8 +81,6 @@ orgContext:SoftwareDevelopment a skos:Concept ;
skos:broader orgContext:InfrastructureSupport ;
skos:inScheme orgContext: .



orgContext:ProgramIntroduction a skos:Concept ;
skos:prefLabel "Einführung von Studiengängen"@de, "program introduction"@en ;
skos:broader orgContext:StrategicSupport ;
Expand Down
4 changes: 2 additions & 2 deletions type.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: a skos:ConceptScheme ;
type:LearningResource a skos:Concept ;
skos:prefLabel "Lernressource"@de, "Learning Resource"@en;
skos:definition "Der Typ LearningResource kann verwendet werden, um CreativeWorks (physisch oder digital) zu kennzeichnen, die eine besondere und ausdrückliche Ausrichtung auf das Lernen, die Ausbildung, den Erwerb von Fähigkeiten und andere Bildungszwecke haben."@de, "The LearningResource type can be used to indicate CreativeWorks (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes."@en ;
skos:exactMatch sdo:type ;
skos:exactMatch sdo:LearningResource ;
skos:topConceptOf type: .

type:HowToTip a skos:Concept ;
Expand All @@ -26,6 +26,6 @@ type:HowToTip a skos:Concept ;

type:HowToDirection a skos:Concept ;
skos:prefLabel "Anweisung"@de, "How To Direction"@en ;
skos:definition "Eine Anweisung, die eine einzelne Handlung in den Anweisungen angibt, wie ein Ergebnis zu erreichen ist."@de, "A direction indicating a single action to do in the instructions for how to achieve a result."@en ;
skos:definition "Eine Anweisung, die eine einzelne Handlung angibt, wie ein Ergebnis zu erreichen ist."@de, "A direction indicating a single action to do in the instructions for how to achieve a result."@en ;
skos:exactMatch sdo:HowToDirection ;
skos:topConceptOf type: .

0 comments on commit df3631c

Please sign in to comment.