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

<http://data.bibliotheken.nl/id/thes/p138247293> a schema1:Person ;
    rdfs:label "Bruce, Peter" ;
    schema1:familyName "Bruce" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/43da0bd6216729c1313d3a8773b5d05c> ;
    schema1:name "Peter Bruce" ;
    schema1:sameAs <http://viaf.org/viaf/19897006>,
        <https://isni.org/isni/0000000028383737> .

