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

<http://data.bibliotheken.nl/id/thes/p070964351> a schema1:Person ;
    rdfs:label "Windt, Nico van der" ;
    schema1:familyName "van der Windt" ;
    schema1:givenName "Nico" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ccdf6f03da14c2d1abeb1465d22a4393> ;
    schema1:name "Nico van der Windt" ;
    schema1:sameAs <http://viaf.org/viaf/71538755>,
        <https://isni.org/isni/0000000083929325> .

