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

<http://data.bibliotheken.nl/id/thes/p068604998> a schema1:Person ;
    rdfs:label "Fey, Toon (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:familyName "Fey" ;
    schema1:givenName "Toon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b05a89d1866ace897708dedbfab17f94> ;
    schema1:name "Toon Fey" ;
    schema1:sameAs <http://viaf.org/viaf/273570954>,
        <https://isni.org/isni/0000000384122672> .

