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

<http://data.bibliotheken.nl/id/thes/p09502848X> a schema1:Person ;
    rdfs:label "Bon, P.L.M." ;
    schema1:familyName "Bon" ;
    schema1:givenName "P.L.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9c9c1d0a9905ead573618cf7fb1718d8> ;
    schema1:name "P.L.M. Bon" ;
    schema1:sameAs <http://viaf.org/viaf/280597395>,
        <https://isni.org/isni/0000000387619668> .

