@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/6ba849a3-8119-425d-8a6e-a10218e3498e> a madek:MediaEntry;
  madek_core:copyright_notice "© Finn Baygan"^^madek:Text;
  madek_core:title "Forest Souvenirs Video Prozess"^^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:MetaKey a rdf:Property .
