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

<http://data.bibliotheken.nl/id/thes/p123961556> a schema1:Person ;
    rdfs:label "Booij, Fake" ;
    schema1:description "over strips" ;
    schema1:familyName "Booij" ;
    schema1:givenName "Fake" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/971e40f954659948a20c3f3abc500181> ;
    schema1:name "Fake Booij" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290771097>,
        <https://isni.org/isni/0000000449420145> .

