@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/p073907227> a schema1:Person ;
    rdfs:label "Dermaut, François (1949-2020)" ;
    schema1:alternateName "Dermaut" ;
    schema1:birthDate "1949" ;
    schema1:deathDate "2020" ;
    schema1:familyName "Dermaut" ;
    schema1:givenName "François" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/04f47bbc3c091bc1a329b0633537e216> ;
    schema1:name "François Dermaut" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/4928887>,
        wd:Q3084421,
        <https://isni.org/isni/0000000121184599> .

