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

<http://data.bibliotheken.nl/id/thes/p072050071> a schema1:Person ;
    rdfs:label "Boon, Albert Eduard (1951-)" ;
    schema1:alternateName "Boon, A.E." ;
    schema1:birthDate "1951" ;
    schema1:description "psycholoog" ;
    schema1:familyName "Boon" ;
    schema1:givenName "Albert Eduard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6333e270a06981b406d0b057f901ef0> ;
    schema1:name "Albert Eduard Boon" ;
    schema1:sameAs <http://viaf.org/viaf/33829230>,
        <https://isni.org/isni/0000000110525247> .

