@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/fd0cd183-0436-4966-ac36-dba92f5b6e60> a madek:MediaEntry;
  madek_core:copyright_notice "PPP / HfG"^^madek:Text;
  madek_core:portrayed_object_date "16.05.2018"^^madek:TextDate;
  madek_core:title "Latour & Rosen"^^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 .