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

<http://data.bibliotheken.nl/id/thes/p067583555> a schema1:Person ;
    rdfs:label "Foss, Clive" ;
    schema1:familyName "Foss" ;
    schema1:givenName "Clive" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/084cb97f869de7df0573ffb0201b4cf7> ;
    schema1:name "Clive Foss" ;
    schema1:sameAs <http://viaf.org/viaf/39409558>,
        wd:Q26480671,
        <https://isni.org/isni/0000000110252226> .

