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

<http://data.bibliotheken.nl/id/thes/p07217675X> a schema1:Person ;
    rdfs:label "Rigot, Cliff" ;
    schema1:familyName "Rigot" ;
    schema1:givenName "Cliff" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/44310bf0751045898269a4b2633102c0> ;
    schema1:name "Cliff Rigot" ;
    schema1:sameAs <http://viaf.org/viaf/286927727>,
        <https://isni.org/isni/0000000392796976> .

