@prefix Keyword: <https://madek.hfg-karlsruhe.de/vocabulary/keyword/> .
@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 madek_rights: <https://madek.hfg-karlsruhe.de/vocabulary/rights:> .
@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/76e6875f-9c0e-445e-9358-ddd11ae91a1c> a madek:MediaEntry;
  madek_core:copyright_notice "© Alexander Johl, Edona Ibrahimi"^^madek:Text;
  madek_core:title "Ausstellungsansicht Unsichtbares Sichtbar Machen "^^madek:Text;
  madek_media_object:alt-text "Mehrere Menschen sind von oben fotografiert, wie sie sich in einem Raum eine Ausstellung anschauen."^^madek:Text;
  madek_media_object:alt-text_en "Several people are photographed from above as they view an exhibition in a room."^^madek:Text;
  madek_media_object:creator_of_media_object <https://madek.hfg-karlsruhe.de/people/fd224b4b-bf47-4c57-badb-d590d68b60ce>;
  madek_media_object:title_en "Exhibition View: Making the Invisible Visible "^^madek:Text;
  madek_rights:licence Keyword:dd18c865-b09c-4b67-86f4-6b7e35933a0a .

madek:Role a rdf:Property .

<https://madek.hfg-karlsruhe.de/people/91a9a336-0d5f-4f51-8947-d011db743816> a madek:Person;
  rdfs:label "Edona Ibrahimi" .

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:alt-text a madek:MetaKey;
  rdfs:label "Alternativ-Text (de)"@de,
    "Alternative text (de)"@en;
  rdfs:comment "Using alt text properly:"@de,
    "Using alt text properly:"@en .

madek_media_object:alt-text_en a madek:MetaKey;
  rdfs:label "Alternativ-Text (en)"@de,
    "Alternative text (en)"@en;
  rdfs:comment "Using alt text properly:"@de,
    "Using alt text properly:"@en .

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

madek_media_object:title_en a madek:MetaKey;
  rdfs:label "Titel (en)"@de,
    "Title (en)"@en .

madek_rights:licence a madek:MetaKey;
  rdfs:label "Rechtsschutz/Lizenz"@de,
    "Legal protection / Licence"@en;
  rdfs:comment "Hilfe zu den Creative-Common-Lizenzen:"@de,
    "Help on the Creative Commons licenses:"@en .

<https://madek.hfg-karlsruhe.de/people/fd224b4b-bf47-4c57-badb-d590d68b60ce> a madek:Person;
  rdfs:label "Alexander  Johl" .

Keyword:dd18c865-b09c-4b67-86f4-6b7e35933a0a a madek:Keyword;
  rdfs:label "Alle Rechte vorbehalten" .

madek:MetaKey a rdf:Property .
