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

<http://data.bibliotheken.nl/id/thes/p069573832> a schema1:Person ;
    rdfs:label "Barneveld, Peter" ;
    schema1:familyName "Barneveld" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cdb797fb39583429e2ef3788859e43c4> ;
    schema1:name "Peter Barneveld" ;
    schema1:sameAs <http://viaf.org/viaf/287273339>,
        <https://isni.org/isni/0000000393091169> .

