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

<http://data.bibliotheken.nl/id/thes/p315400811> a schema1:Person ;
    rdfs:label "Willemstein, Hans" ;
    schema1:familyName "Willemstein" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4f6c356def5826dde230de3ca2d2d08c> ;
    schema1:name "Hans Willemstein" ;
    schema1:sameAs <http://viaf.org/viaf/280677036>,
        <https://isni.org/isni/0000000387642753> .

