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

<http://data.bibliotheken.nl/id/thes/p24285348X> a schema1:Person ;
    rdfs:label "Plas, Willem van der" ;
    schema1:familyName "van der Plas" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/497e9d1e610c1029bb001a9a05b1d232> ;
    schema1:name "Willem van der Plas" ;
    schema1:sameAs <http://viaf.org/viaf/287177670>,
        <https://isni.org/isni/0000000392977339> .

