@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/p124897525> a schema1:Person ;
    rdfs:label "Driel, Guido van (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:description "bron: https://nl.wikipedia.org/wiki/Guido_van_Driel",
        "striptekenaar" ;
    schema1:familyName "van Driel" ;
    schema1:givenName "Guido" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a28b0e480d9a107d10a76afdb4285257> ;
    schema1:name "Guido van Driel" ;
    schema1:nationality "nl" ;
    schema1:sameAs wd:Q13648623,
        <https://isni.org/isni/0000000038677229> .

