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

<http://data.bibliotheken.nl/id/thes/p071866701> a schema1:Person ;
    rdfs:label "Hardy, Marc (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Marc_Hardy",
        "striptekenaar van serie G. Raf Zerk" ;
    schema1:familyName "Hardy" ;
    schema1:givenName "Marc" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/487104b526802f2365b43497eb783f31> ;
    schema1:name "Marc Hardy" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/281673742>,
        <https://isni.org/isni/0000000369052784> .

