@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/p148384749> a schema1:Person ;
    rdfs:label "Pierret, Michel (1951-)" ;
    schema1:alternateName "Pierret",
        "Pierret, M." ;
    schema1:birthDate "1951" ;
    schema1:familyName "Pierret" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/94bbff7873fec372a08f63625fc9d279> ;
    schema1:name "Michel Pierret" ;
    schema1:sameAs <http://viaf.org/viaf/59087852>,
        wd:Q3310580,
        <https://isni.org/isni/0000000000071125> .

