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

<http://data.bibliotheken.nl/id/thes/p072195835> a schema1:Person ;
    rdfs:label "Boijen, Richard" ;
    schema1:familyName "Boijen" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/079824114220c49ffb13051f747076b7> ;
    schema1:name "Richard Boijen" ;
    schema1:sameAs <http://viaf.org/viaf/43145911>,
        <https://isni.org/isni/0000000021280997> .

