@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_institution: <https://madek.hfg-karlsruhe.de/vocabulary/institution:> .
@prefix madek_media_object: <https://madek.hfg-karlsruhe.de/vocabulary/media_object:> .
@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/ff811742-b086-4faf-ba92-540c15c9caa2> a madek:MediaEntry;
  madek_institution:graduation-project-type Keyword:d31fdc7f-e1da-49bb-9fba-9cc73dadd50c;
  madek_institution:program_of_study Keyword:4788ee0c-2e50-4360-88fc-d25b2489d927;
  madek_core:copyright_notice "Erik Grunder"^^madek:Text;
  madek_core:title "2.5 Dokumentation"^^madek:Text;
  madek_media_object:alt-text "Dokumentation 2.5 Diplomarbeit Erik Grunder"^^madek:Text;
  madek_media_object:creator_of_media_object <https://madek.hfg-karlsruhe.de/people/5ffc74d3-0171-4c63-88bf-2a5be9a3eaea> .

madek:Role a rdf:Property .

madek_institution:graduation-project-type a madek:MetaKey;
  rdfs:label "Typ der Abschlussarbeit"@de,
    "Type of graduation project"@en .

madek_institution:program_of_study a madek:MetaKey;
  rdfs:label "Studiengang"@de,
    "Program of Study"@en;
  rdfs:comment "Die Liste der verfügbaren Studiengänge wird redaktionelle verwaltet. Ergänzungswünsche bitte per E-Mail an orc@hfg-karlsruhe.de"@de,
    "The list of available programs is maintained by editors. For any additions, please send an e-mail to orc@hfg-karlsruhe.de"@en .

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:alt-text a madek:MetaKey;
  rdfs:label "Alternativ-Text (de)"@de,
    "Alternative text (de)"@en;
  rdfs:comment "Using alt text properly:"@de,
    "Using alt text properly:"@en .

madek_media_object:creator_of_media_object a madek:MetaKey;
  rdfs:label "Medienersteller/in"@de .

<https://madek.hfg-karlsruhe.de/people/5ffc74d3-0171-4c63-88bf-2a5be9a3eaea> a madek:Person;
  rdfs:label "Erik Grunder" .

Keyword:4788ee0c-2e50-4360-88fc-d25b2489d927 a madek:Keyword;
  rdfs:label "Produktdesign" .

Keyword:d31fdc7f-e1da-49bb-9fba-9cc73dadd50c a madek:Keyword;
  rdfs:label "Diplomarbeit" .

madek:MetaKey a rdf:Property .
