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

<http://data.bibliotheken.nl/id/thes/p074123793> a schema1:Person ;
    rdfs:label "Dutrée, Michel André (1958- ; Geb. te Amsterdam)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Dutrée" ;
    schema1:givenName "Michel André" ;
    schema1:hasOccupation "Geb. te Amsterdam" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/81302fe2b1fd5be7d66f6b8841d34f2c> ;
    schema1:name "Michel André Dutrée" ;
    schema1:sameAs <http://viaf.org/viaf/279957889>,
        <https://isni.org/isni/0000000387105894> .

