@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/p183762312> a schema1:Person ;
    rdfs:label "Biancarelli, Franck (1967)" ;
    schema1:alternateName "Biancarelli, Franck" ;
    schema1:familyName "Biancarelli" ;
    schema1:givenName "Franck" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5a78e7a4be6f5b6fbeb1ddd22b7064d2> ;
    schema1:name "Franck Biancarelli" ;
    schema1:nationality "fr" ;
    schema1:sameAs wd:Q3082075,
        <https://isni.org/isni/0000000001820095> .

