@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/p074088556> a schema1:Person ;
    rdfs:label "Goffaux, Gerard (1957-)" ;
    schema1:birthDate "1957" ;
    schema1:familyName "Goffaux" ;
    schema1:givenName "Gerard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/585ad952fb57723187ae3967723c90fb> ;
    schema1:name "Gerard Goffaux" ;
    schema1:sameAs <http://viaf.org/viaf/22174300>,
        wd:Q36655637,
        <https://isni.org/isni/0000000000793769> .

