@prefix madek: <https://staging.madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://staging.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://staging.madek.hfg-karlsruhe.de/entries/4acd2d0d-c98e-4307-83f6-b3124b02f5bb> a madek:MediaEntry;
  madek_core:authors <https://staging.madek.hfg-karlsruhe.de/people/df6067ea-05bb-4bde-bae1-1980b2a4bd67>;
  madek_core:copyright_notice "© Jihye Jang"^^madek:Text;
  madek_core:portrayed_object_date "16.02.2024"^^madek:TextDate;
  madek_core:title "Schwarm Issue 2 Release"^^madek:Text .

madek:Role a rdf:Property .

madek_core:authors a madek:MetaKey;
  rdfs:label "Autor/in"@de,
    "Author"@en .

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 .

<https://staging.madek.hfg-karlsruhe.de/people/df6067ea-05bb-4bde-bae1-1980b2a4bd67> a madek:Person;
  rdfs:label "Schwarm" .

madek:MetaKey a rdf:Property .