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

<http://data.bibliotheken.nl/id/thes/p071437541> a schema1:Person ;
    rdfs:label "Boom, P. van den" ;
    schema1:familyName "van den Boom" ;
    schema1:givenName "P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ff7163b3636ec9409a516bc467efd7c7> ;
    schema1:name "P. van den Boom" ;
    schema1:sameAs <http://viaf.org/viaf/280639550>,
        <https://isni.org/isni/0000000387621207> .

