@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/p410737143> a schema1:Person ;
    rdfs:label "Blier, Frédéric (1977-)" ;
    schema1:alternateName "Blier" ;
    schema1:birthDate "1977" ;
    schema1:familyName "Blier" ;
    schema1:givenName "Frédéric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/561161c8e52f17ac1f878b10bc7a4c6d> ;
    schema1:name "Frédéric Blier" ;
    schema1:nationality "fr" ;
    schema1:sameAs <http://viaf.org/viaf/194150115>,
        wd:Q3089632,
        <https://isni.org/isni/0000000138763992> .

