@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/p071402187> a schema1:Person ;
    rdfs:label "Bubberman, Gerrit Cornelis (1878-1907)" ;
    schema1:birthDate "1878" ;
    schema1:deathDate "1907" ;
    schema1:description "Scheen",
        "illustrator" ;
    schema1:familyName "Bubberman" ;
    schema1:givenName "Gerrit Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a954087813a5c0b2664e8542653a409> ;
    schema1:name "Gerrit Cornelis Bubberman" ;
    schema1:sameAs <http://viaf.org/viaf/288872109>,
        wd:Q130318931 .

