@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/a30fe877-c6f2-45bc-92f8-dc66af8b749f> a madek:MediaEntry;
  madek_core:copyright_notice "© Staatliche Hochschule für Gestaltung Karlsruhe, Grafik: Estella Staader, Lauren Nightingale und Johanne Choultz"^^madek:Text;
  madek_core:title "Rundgang 2026"^^madek:Text;
  madek_media_object:creator_of_media_object <https://madek.hfg-karlsruhe.de/people/b1bbdceb-5155-4b50-9def-f0f06579090d>;
  madek_media_object:relationship Keyword:e0f23b2c-6571-496d-ba6b-ed7131cb725c;
  madek_rights:licence Keyword:dd18c865-b09c-4b67-86f4-6b7e35933a0a .

madek:Role a rdf:Property .

<https://madek.hfg-karlsruhe.de/people/6be659ec-40b8-4cef-8687-e8badb7a6e22> a madek:Person;
  rdfs:label "Johanne Choultz" .

<https://madek.hfg-karlsruhe.de/people/f9df58dc-2bab-40ed-b6c7-f61aead186f6> a madek:Person;
  rdfs:label "Lauren Nightingale" .

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:creator_of_media_object a madek:MetaKey;
  rdfs:label "Medienersteller/in"@de .

madek_media_object:relationship a madek:MetaKey;
  rdfs:label "Beziehung/Funktion"@de,
    "Relationship/function"@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/b1bbdceb-5155-4b50-9def-f0f06579090d> a madek:Person;
  rdfs:label "Estella Staader" .

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

Keyword:e0f23b2c-6571-496d-ba6b-ed7131cb725c a madek:Keyword;
  rdfs:label "Key Visual" .

madek:MetaKey a rdf:Property .
