@prefix madek: <https://staging.madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://staging.madek.hfg-karlsruhe.de/vocabulary/madek_core:> .
@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/21d83250-8fb7-4d9c-bf91-1a08805ec788> a madek:MediaEntry;
  madek_core:copyright_notice "© Hochschule für Gestaltung, photo Jihye Jang"^^madek:Text;
  madek_core:portrayed_object_date "16.11.2023"^^madek:TextDate;
  madek_core:subtitle "mit Philosophin und Künstlerin Judith Siegmund ZKM & HfG Gesprächsreihe"^^madek:Text;
  madek_core:title "Handeln mit Zwecken. Künste im 21. Jahrhundert"^^madek:Text;
  madek_media_object:creator_of_media_object <https://staging.madek.hfg-karlsruhe.de/people/38ca9b49-71be-4b05-acdf-90ba25014f4e>;
  madek_media_object:date_created "22.11.2023"^^madek:TextDate;
  madek_media_object:depicted_persons <https://staging.madek.hfg-karlsruhe.de/people/100f1ba1-318a-4c9a-90f2-5027c0066506> .

madek:Role a rdf:Property .

<https://staging.madek.hfg-karlsruhe.de/people/11184fd7-ad43-441f-bca8-ea4e5b57ee94> a madek:Person;
  rdfs:label "Alistair Hudson" .

<https://staging.madek.hfg-karlsruhe.de/people/b85c7178-be28-4086-9561-e07da3497d04> a madek:Person;
  rdfs:label "Constanze Fischbeck" .

madek_core:copyright_notice a madek:MetaKey;
  rdfs:label "Urheberrechtshinweis"@de,
    "Copyright Notice"@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 .

madek_media_object:depicted_persons a madek:MetaKey;
  rdfs:label "Abgebildete Personen"@de,
    "Depicted persons"@en .

<https://staging.madek.hfg-karlsruhe.de/people/100f1ba1-318a-4c9a-90f2-5027c0066506> a madek:Person;
  rdfs:label "Judith Siegmund" .

<https://staging.madek.hfg-karlsruhe.de/people/38ca9b49-71be-4b05-acdf-90ba25014f4e> a madek:Person;
  rdfs:label "Jihye Jang" .

madek:MetaKey a rdf:Property .