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

<http://data.bibliotheken.nl/id/thes/p431631417> a schema1:Person ;
    rdfs:label "Wilms, John" ;
    schema1:familyName "Wilms" ;
    schema1:givenName "John" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3b24bf6d21bce8e769ffe24b234bcf5> ;
    schema1:name "John Wilms" .

