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

<http://data.bibliotheken.nl/id/thes/p07179137X> a schema1:Person ;
    rdfs:label "Zonneveld, Bert" ;
    schema1:familyName "Zonneveld" ;
    schema1:givenName "Bert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3f87e017038d7edc58a0fc53c79e3453> ;
    schema1:name "Bert Zonneveld" ;
    schema1:sameAs <http://viaf.org/viaf/284191038>,
        <https://isni.org/isni/0000000390567846> .

