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

<http://data.bibliotheken.nl/id/thes/p108908038> a schema1:Person ;
    rdfs:label "Alstein, Dick (1962-)" ;
    schema1:birthDate "1962" ;
    schema1:familyName "Alstein" ;
    schema1:givenName "Dick" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a681e6f6900885d5f629ca683a5d8440> ;
    schema1:name "Dick Alstein" ;
    schema1:sameAs <http://viaf.org/viaf/282922562> .

