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

<http://data.bibliotheken.nl/id/thes/p29638822X> a schema1:Person ;
    rdfs:label "Rooij, Willem van" ;
    schema1:description "red." ;
    schema1:familyName "van Rooij" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5bbda4fe21e64ed60e6f7c288da1d793> ;
    schema1:name "Willem van Rooij" ;
    schema1:sameAs <http://viaf.org/viaf/282553147>,
        <https://isni.org/isni/000000038918395X> .

