@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/p073290297> a schema1:Person ;
    rdfs:label "Faure, Michel (1947-)" ;
    schema1:alternateName "Faure, ..." ;
    schema1:birthDate "1947" ;
    schema1:description "bron: https://fr.wikipedia.org/wiki/Michel_Faure",
        "striptekenaar" ;
    schema1:familyName "Faure" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9d8fcd1aed0ef32e6c6d8fafb3f1956c> ;
    schema1:name "Michel Faure" ;
    schema1:nationality "fr" ;
    schema1:sameAs wd:Q3309609,
        <https://isni.org/isni/0000000078294943> .

