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

<http://data.bibliotheken.nl/id/thes/p068371020> a schema1:Person ;
    rdfs:label "Snoep, Derk Persant (1935-)" ;
    schema1:birthDate "1935" ;
    schema1:familyName "Snoep" ;
    schema1:givenName "Derk Persant" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b1f1a04b30d458ba9238837c5236fbe0> ;
    schema1:name "Derk Persant Snoep" ;
    schema1:sameAs <http://viaf.org/viaf/189107840>,
        <https://isni.org/isni/0000000385311002> .

