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

<http://data.bibliotheken.nl/id/thes/p073864250> a schema1:Person ;
    rdfs:label "Blaauboer, Roelf Onno (1960-)" ;
    schema1:birthDate "1960" ;
    schema1:familyName "Blaauboer" ;
    schema1:givenName "Roelf Onno" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/56f6fa4c0300af2321ae026a15b0ddf8> ;
    schema1:name "Roelf Onno Blaauboer" ;
    schema1:sameAs <http://viaf.org/viaf/254997506>,
        <https://isni.org/isni/0000000378126562> .

