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

<http://data.bibliotheken.nl/id/thes/p074798758> a schema1:Person ;
    rdfs:label "Boot, R.C." ;
    schema1:alternateName "Boot, Rob C." ;
    schema1:description "Riemke" ;
    schema1:familyName "Boot" ;
    schema1:givenName "R.C." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c6b2917141f14e2b6fe8b1e193c06713> ;
    schema1:name "R.C. Boot" ;
    schema1:sameAs <http://viaf.org/viaf/287521961>,
        <https://isni.org/isni/0000000393262212> .

