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

<http://data.bibliotheken.nl/id/thes/p157197468> a schema1:Person ;
    rdfs:label "Koeleman, Bob Peter Cornelis (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Koeleman" ;
    schema1:givenName "Bob Peter Cornelis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/73a42c8fb00039dce6427f697e7e7006> ;
    schema1:name "Bob Peter Cornelis Koeleman" ;
    schema1:sameAs <http://viaf.org/viaf/285282094>,
        <https://isni.org/isni/0000000391422868> .

