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

<http://data.bibliotheken.nl/id/thes/p068406967> a schema1:Person ;
    rdfs:label "Gillon, Paul (1926-2011)" ;
    schema1:birthDate "1926" ;
    schema1:deathDate "2011" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Paul_Gillon",
        "striptekenaar" ;
    schema1:familyName "Gillon" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/73d84163e7f93f319991c0283b0aa930> ;
    schema1:name "Paul Gillon" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/22142383>,
        wd:Q2038295,
        <https://isni.org/isni/0000000120464089> .

