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

<http://data.bibliotheken.nl/id/thes/p072237236> a schema1:Person ;
    rdfs:label "Gates, Bruce C." ;
    schema1:familyName "Gates" ;
    schema1:givenName "Bruce C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a13ba8fd3ddf7f30aab9dfabdd40248> ;
    schema1:name "Bruce C. Gates" ;
    schema1:sameAs <http://viaf.org/viaf/85566404>,
        <https://isni.org/isni/0000000116814330> .

