@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/p073009318> a schema1:Person ;
    rdfs:label "Holthuis, Fokas (1964-)" ;
    schema1:birthDate "1964" ;
    schema1:familyName "Holthuis" ;
    schema1:givenName "Fokas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2e9e70359b1b1582077da9d3db5eeed8> ;
    schema1:name "Fokas Holthuis" ;
    schema1:sameAs <http://viaf.org/viaf/188209521>,
        wd:Q1942370,
        <https://isni.org/isni/0000000392846646> .

