@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/p072268344> a schema1:Person ;
    rdfs:label "Folco, Michel (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Folco" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7d9ec1dd47628e05e01ef44de42272e9> ;
    schema1:name "Michel Folco" ;
    schema1:sameAs <http://viaf.org/viaf/54147653>,
        wd:Q3309643,
        <https://isni.org/isni/0000000110630119> .

