@prefix madek: <https://madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://madek.hfg-karlsruhe.de/vocabulary/madek_core:> .
@prefix madek_media_object: <https://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://madek.hfg-karlsruhe.de/entries/2426af55-a47e-418a-9861-486a4dc97f1d> a madek:MediaEntry;
  madek_core:copyright_notice "© Anna Manankina"^^madek:Text;
  madek_core:title "Exhibition \"Frameworks of Fiction\", Kunsthalle Mannheim"^^madek:Text;
  madek_media_object:creator_of_media_object <https://madek.hfg-karlsruhe.de/people/3ba88288-072e-4c13-b419-adfe80fc9267> .

madek:Role a rdf:Property .

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

<https://madek.hfg-karlsruhe.de/people/3ba88288-072e-4c13-b419-adfe80fc9267> a madek:Person;
  rdfs:label "Isabelle Konrad" .

madek:MetaKey a rdf:Property .
