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

<http://data.bibliotheken.nl/id/thes/p107124688> a schema1:Person ;
    rdfs:label "Visser, Willem (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:description "filosoof, vertaler" ;
    schema1:familyName "Visser" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a7a017094bd6ca69dcb516d26e213736> ;
    schema1:name "Willem Visser" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/171630388>,
        <https://isni.org/isni/0000000120636469> .

