@prefix madek: <https://staging.madek.hfg-karlsruhe.de/ns#> .
@prefix madek_core: <https://staging.madek.hfg-karlsruhe.de/vocabulary/madek_core:> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/b005193f-085f-493b-885e-df77fa1a845f> a madek:MediaEntry;
  madek_core:authors <https://staging.madek.hfg-karlsruhe.de/people/6674ab00-2d3f-49ee-84f4-b7acd5d3bd64>;
  madek_core:copyright_notice "Sebastian Finzenhagen"^^madek:Text;
  madek_core:description "Eine persönliche Übung das gelernte anhand eines Charakters von Concept Art bis zum Rendering umzusetzen"^^madek:Text;
  madek_core:title "Roller Derby - 3D Training"^^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:description a madek:MetaKey;
  rdfs:label "Beschreibung"@de,
    "Description"@en .

madek_core:title a madek:MetaKey;
  rdfs:label "Titel"@de,
    "Title"@en .

<https://staging.madek.hfg-karlsruhe.de/people/6674ab00-2d3f-49ee-84f4-b7acd5d3bd64> a madek:Person;
  rdfs:label "Sebastian Finzenhagen";
  owl:sameAs "https://baddaf.wixsite.com/sfinzenhagen" .

madek:MetaKey a rdf:Property .