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

<http://data.bibliotheken.nl/id/thes/p352097655> a schema1:Person ;
    rdfs:label "Vos, Aldo Albert (1971-)" ;
    schema1:birthDate "1971" ;
    schema1:familyName "Vos" ;
    schema1:givenName "Aldo Albert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cf1a6aca43f1b3f6ce87b46e06a8452f> ;
    schema1:name "Aldo Albert Vos" ;
    schema1:sameAs <http://viaf.org/viaf/283436262> .

