@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/61b4839e-feef-4453-babc-1381b8c1649e> a madek:MediaEntry;
  madek_core:copyright_notice "©Anna Manankina"^^madek:Text;
  madek_core:title "The Arbiter, video excerpt"^^madek:Text;
  madek_media_object:description "In this project, I examine how the male gaze is built within AI systems content moderation , where censorship and sexualization coexist. Drawing from Anselm Feuerbach’s 1852 painting Hafis vor der Schenke, depicting the poet Hafez and two silent women, the work poses the question: if freed from spectatorship, what voices might they reveal? This two-channel video installation reimagines the scene through AI video generation and live narration. Referencing Valerie Solanas’s S.C.U.M. Manifesto, it reflects on how Gen-AI, governed by moral bias, mirrors a patriarchal worldview - still defining what is visible and what must remain unseen."^^madek:Text .

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:description a madek:MetaKey;
  rdfs:label "Medien-Beschreibung"@de,
    "Description of media"@en .

madek:MetaKey a rdf:Property .
