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

<http://data.bibliotheken.nl/id/thes/p069371172> a schema1:Person ;
    rdfs:label "Bond, Bob" ;
    schema1:familyName "Bond" ;
    schema1:givenName "Bob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a8be26acd7b46eacc2000eb54986c38> ;
    schema1:name "Bob Bond" ;
    schema1:sameAs <http://viaf.org/viaf/276202775>,
        <https://isni.org/isni/0000000110228357> .

