@prefix Keyword: <https://staging.madek.hfg-karlsruhe.de/vocabulary/keyword/> .
@prefix madek: <https://staging.madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://staging.madek.hfg-karlsruhe.de/vocabulary/madek_core:> .
@prefix madek_creative_work: <https://staging.madek.hfg-karlsruhe.de/vocabulary/creative_work:> .
@prefix madek_media_object: <https://staging.madek.hfg-karlsruhe.de/vocabulary/media_object:> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://staging.madek.hfg-karlsruhe.de/entries/6453f3db-7a28-4bc2-94d9-9e2ff33ce8de> a madek:MediaEntry;
  madek_creative_work:language Keyword:75f8eab9-2cff-40b1-91ab-68b7cc04f67d;
  madek_core:authors <https://staging.madek.hfg-karlsruhe.de/people/79207255-11c8-4888-bd92-191aa03996d2>;
  madek_core:copyright_notice "Hannes Frederic Sowa"^^madek:Text;
  madek_core:description """Vortrag von Hannes Sowa beim AuDA-Netzwerktreffen zum Thema \"Digitale Infrastruktur\". 
Teil 2: Digitale Infrastruktur"""^^madek:Text;
  madek_core:portrayed_object_date "25.01.2023"^^madek:TextDate;
  madek_core:subtitle "Teil 2: Digitale Infrastruktur"^^madek:Text;
  madek_core:title "Vortrag Digitale Infrastruktur (Mitschnitt)"^^madek:Text;
  madek_media_object:creator_of_media_object <https://staging.madek.hfg-karlsruhe.de/people/79207255-11c8-4888-bd92-191aa03996d2>;
  madek_media_object:date_created "25.01.2023"^^madek:TextDate .

madek:Role a rdf:Property .

madek_creative_work:language a madek:MetaKey;
  rdfs:label "Sprache"@de,
    "Language"@en;
  rdfs:comment "Du kannst die Liste erweitern, indem du einen neuen Ländercode eintippst, \"Enter\" drückst und abspeicherst. Bitte verwende ISO 639-1 Ländercodes!"@de,
    "You can expand the list by typing in a new language code, pressing \"Enter\" and saving. Please use ISO 639-1 country codes! "@en .

madek_core:authors a madek:MetaKey;
  rdfs:label "Autor/in"@de,
    "Author"@en .

madek_core:copyright_notice a madek:MetaKey;
  rdfs:label "Urheberrechtshinweis"@de,
    "Copyright Notice"@en .

madek_core:description a madek:MetaKey;
  rdfs:label "Beschreibung"@de,
    "Description"@en .

madek_core:portrayed_object_date a madek:MetaKey;
  rdfs:label "Datierung"@de,
    "Date"@en .

madek_core:subtitle a madek:MetaKey;
  rdfs:label "Untertitel"@de,
    "Subtitle"@en .

madek_core:title a madek:MetaKey;
  rdfs:label "Titel"@de,
    "Title"@en .

madek_media_object:creator_of_media_object a madek:MetaKey;
  rdfs:label "Medienersteller/in"@de .

madek_media_object:date_created a madek:MetaKey;
  rdfs:label "Erstellungsdatum"@de,
    "Creation date"@en .

Keyword:75f8eab9-2cff-40b1-91ab-68b7cc04f67d a madek:Keyword;
  rdfs:label "DE" .

<https://staging.madek.hfg-karlsruhe.de/people/79207255-11c8-4888-bd92-191aa03996d2> a madek:Person;
  rdfs:label "Hannes Sowa" .

madek:MetaKey a rdf:Property .