@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/p069249571> a schema1:Person ;
    rdfs:label "Vollaard, Piet (1955-)" ;
    schema1:birthDate "1955" ;
    schema1:familyName "Vollaard" ;
    schema1:givenName "Piet" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/33a216709212985da7f7128a907c72cc> ;
    schema1:name "Piet Vollaard" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/51784660>,
        wd:Q112559850,
        <https://isni.org/isni/0000000083821306> .

