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

<http://data.bibliotheken.nl/id/thes/p104250895> a schema1:Person ;
    rdfs:label "Vliet, André Antonius van (1948-)" ;
    schema1:alternateName "Vliet, André van" ;
    schema1:birthDate "1948" ;
    schema1:familyName "van Vliet" ;
    schema1:givenName "André Antonius" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3a2dd93606d97b797af9bfb021f7a301> ;
    schema1:name "André Antonius van Vliet" ;
    schema1:sameAs <http://viaf.org/viaf/280093959>,
        <https://isni.org/isni/0000000387160463> .

