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

<http://data.bibliotheken.nl/id/thes/p071377824> a schema1:Person ;
    rdfs:label "Robinson, Roy" ;
    schema1:familyName "Robinson" ;
    schema1:givenName "Roy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/842cbee5bcd7f9cbc3970273c1a01506> ;
    schema1:name "Roy Robinson" ;
    schema1:sameAs <http://viaf.org/viaf/2584660>,
        <https://isni.org/isni/0000000110354361> .

