@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p151766894> a schema1:Person ;
    rdfs:label "Giesen, Matthias (1968-)" ;
    schema1:birthDate "1968" ;
    schema1:description "bron: https://comichouse.nl/author/giesen/",
        "cartoons" ;
    schema1:familyName "Giesen" ;
    schema1:givenName "Matthias" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/149d98c83ee98f94b66a960d029de030> ;
    schema1:name "Matthias Giesen" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/284394295>,
        <https://isni.org/isni/0000000369155636> .

