@prefix madek: <https://madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://madek.hfg-karlsruhe.de/vocabulary/madek_core:> .
@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/0263292b-8210-42f8-959a-92e9cd9ac717> a madek:MediaEntry;
  madek_core:copyright_notice "©Rustam Faradschev"^^madek:Text;
  madek_core:portrayed_object_date "01.05.2025 - 13.04.2026"^^madek:TextDate;
  madek_core:title "Diplom Austellung Forest Souvenirs"^^madek:Text .

madek:Role a rdf:Property .

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:title a madek:MetaKey;
  rdfs:label "Titel"@de,
    "Title"@en .

madek:MetaKey a rdf:Property .
