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

<http://data.bibliotheken.nl/id/thes/p07489501X> a schema1:Person ;
    rdfs:label "Ricketts, Michael" ;
    schema1:description "ill." ;
    schema1:familyName "Ricketts" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8b00ba417249244e4d0e7aa1f2da8112> ;
    schema1:name "Michael Ricketts" ;
    schema1:sameAs <http://viaf.org/viaf/6200022>,
        <https://isni.org/isni/0000000073587093> .

