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

<http://data.bibliotheken.nl/id/thes/p090620143> a schema1:Person ;
    rdfs:label "Biezeveld, Gustaaf Alexander (1947-)" ;
    schema1:alternateName "Biezeveld, G.A." ;
    schema1:birthDate "1947" ;
    schema1:familyName "Biezeveld" ;
    schema1:givenName "Gustaaf Alexander" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2faa819dc87e852ecb636d178cc136f3> ;
    schema1:name "Gustaaf Alexander Biezeveld" ;
    schema1:sameAs <http://viaf.org/viaf/51069426>,
        <https://isni.org/isni/000000003605049X> .

