From 58497a4011cf6c2d68573f79123fa64d3bad4c54 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Thu, 29 Feb 2024 12:00:29 +0100 Subject: [PATCH] Meta: add metatdata to please our OERSI overlords --- metadata.yml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 metadata.yml diff --git a/metadata.yml b/metadata.yml new file mode 100644 index 00000000..73025203 --- /dev/null +++ b/metadata.yml @@ -0,0 +1,45 @@ +'@context': https://schema.org/ +creativeWorkStatus: Published +type: LearningResource +name: Lecture "Compilerbau" (B.Sc.) +description: >- + This represents the lecture material for the lecture "Compilerbau" (B.Sc.), a + course developed and taught at Bielefeld University of Applied Sciences. +license: https://creativecommons.org/licenses/by-sa/4.0/deed.de +id: https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor +creator: + - givenName: Carsten + familyName: Gips + id: https://orcid.org/0000-0002-4230-9060 + type: Person + affiliation: + name: Hochschule Bielefeld + type: Organization + - givenName: Birgit Christina + familyName: George + id: https://orcid.org/0009-0001-6148-9677 + type: Person + affiliation: + name: Hochschule Bielefeld + type: Organization +keywords: + - compiler construction + - antlr + - interpreter + - oer +inLanguage: + - de +about: + - https://w3id.org/kim/hochschulfaechersystematik/n079 +image: >- + https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor/blob/master/static/images/logo.png?raw=true +learningResourceType: + - https://w3id.org/kim/hcrt/course + - https://w3id.org/kim/hcrt/drill_and_practice + - https://w3id.org/kim/hcrt/script + - https://w3id.org/kim/hcrt/video + - https://w3id.org/kim/hcrt/web_page +educationalLevel: + - https://w3id.org/kim/educationalLevel/level_A + - https://w3id.org/kim/educationalLevel/level_6 +datePublished: '2024-02-28'