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

<http://data.bibliotheken.nl/id/thes/p07479390X> a schema1:Person ;
    rdfs:label "Rooij, W.F. van" ;
    schema1:familyName "van Rooij" ;
    schema1:givenName "W.F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d05b791336bb71347f44d24425e0c68e> ;
    schema1:name "W.F. van Rooij" ;
    schema1:sameAs <http://viaf.org/viaf/289366483>,
        <https://isni.org/isni/0000000394762016> .

