@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/p072529458> a schema1:Person ;
    rdfs:label "Guillou, Michel" ;
    schema1:familyName "Guillou" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c483c87523a6510b04b7852752376fe5> ;
    schema1:name "Michel Guillou" ;
    schema1:sameAs <http://viaf.org/viaf/290380484>,
        wd:Q18695643,
        <https://isni.org/isni/0000000395637540> .

