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

<http://data.bibliotheken.nl/id/thes/p274567776> a schema1:Person ;
    rdfs:label "Duinen, Gerrit Andries van (1974-)" ;
    schema1:alternateName "Duinen, G.A. van" ;
    schema1:birthDate "1974" ;
    schema1:description "bioloog",
        "verbonden aan Stichting Bargerveen" ;
    schema1:familyName "van Duinen" ;
    schema1:givenName "Gerrit Andries" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ab050a6aa66a4e1a22ab2ddea9d32d7b> ;
    schema1:name "Gerrit Andries van Duinen" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/285405823> .

