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

<http://data.bibliotheken.nl/id/thes/p07294112X> a schema1:Person ;
    rdfs:label "Voorzanger, Bart (1952-)" ;
    schema1:birthDate "1952" ;
    schema1:description "vertaler" ;
    schema1:familyName "Voorzanger" ;
    schema1:givenName "Bart" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be6df2b75cc90c4d0ad0e064c070dd06> ;
    schema1:name "Bart Voorzanger" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/277373016>,
        <https://isni.org/isni/0000000384716278> .

