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

<http://data.bibliotheken.nl/id/thes/p071093052> a schema1:Person ;
    rdfs:label "Noordtzij, W." ;
    schema1:alternateName "Noordtzij, Wil",
        "Noordtzij, Willie" ;
    schema1:familyName "Noordtzij" ;
    schema1:givenName "W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/382b96b4f01ae623d3e07af4d9473442> ;
    schema1:name "W. Noordtzij" ;
    schema1:sameAs <http://viaf.org/viaf/292241147>,
        <https://isni.org/isni/0000000397172564> .

