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

<http://data.bibliotheken.nl/id/thes/p393431908> a schema1:Person ;
    rdfs:label "Kœniguer, Michel (1971-2021)" ;
    schema1:birthDate "1971" ;
    schema1:deathDate "2021" ;
    schema1:familyName "Kœniguer" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4d238ba596ba5a67b35495691feda02> ;
    schema1:name "Michel Kœniguer" ;
    schema1:sameAs <http://viaf.org/viaf/74065892>,
        <https://isni.org/isni/0000000001425757> .

