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

<http://data.bibliotheken.nl/id/thes/p067561446> a schema1:Person ;
    rdfs:label "Schuurman, C.M.A." ;
    schema1:description "Clemens" ;
    schema1:familyName "Schuurman" ;
    schema1:givenName "C.M.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/292f6ddf64f2c8d0e5b4adfcd27c6241> ;
    schema1:name "C.M.A. Schuurman" ;
    schema1:sameAs <http://viaf.org/viaf/287986755>,
        <https://isni.org/isni/0000000393675690> .

