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

<http://data.bibliotheken.nl/id/thes/p140888217> a schema1:Person ;
    rdfs:label "Aalst, Jan-Willem van (1970-)" ;
    schema1:birthDate "1970" ;
    schema1:description "B0129081: 1970- ; informatica ingenieur",
        "informatica ingenieur" ;
    schema1:familyName "van Aalst" ;
    schema1:givenName "Jan-Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7cac5f429cd83832bc1ac6d70f4392ac> ;
    schema1:name "Jan-Willem van Aalst" ;
    schema1:sameAs <http://viaf.org/viaf/29193856>,
        <https://isni.org/isni/0000000046057951> .

