@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p146758552> a schema1:Person ;
    rdfs:label "Michiels, Guillaume (1909-1997)" ;
    schema1:birthDate "1909" ;
    schema1:deathDate "1997" ;
    schema1:familyName "Michiels" ;
    schema1:givenName "Guillaume" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1b44d733ee0e582ec9e22f377db754c5> ;
    schema1:name "Guillaume Michiels" ;
    schema1:nationality "be" ;
    schema1:sameAs <http://viaf.org/viaf/65281231>,
        wd:Q2277976,
        <https://isni.org/isni/0000000021735410> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/mich099> .

