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

<http://data.bibliotheken.nl/id/thes/p203449142> a schema1:Person ;
    rdfs:label "Breukelen, Richard van" ;
    schema1:familyName "van Breukelen" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3171dc5ab2146ea59ce6df960bab48aa> ;
    schema1:name "Richard van Breukelen" ;
    schema1:sameAs <http://viaf.org/viaf/291899501>,
        <https://isni.org/isni/0000000369144371> .

