@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/p073913480> a schema1:Person ;
    rdfs:label "Vermeersch, Etienne (1934-2019)" ;
    schema1:birthDate "1934" ;
    schema1:deathDate "2019" ;
    schema1:familyName "Vermeersch" ;
    schema1:givenName "Etienne" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/906f82cb958c2741c4985256fa323cb9> ;
    schema1:name "Etienne Vermeersch" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/89441293>,
        wd:Q1371565,
        <https://isni.org/isni/0000000061962001> .

