@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/p354964968> a schema1:Person ;
    rdfs:label "Bailly, Vincent" ;
    schema1:familyName "Bailly" ;
    schema1:givenName "Vincent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/52db0d8441c4976259c66f410e9b21e6> ;
    schema1:name "Vincent Bailly" ;
    schema1:sameAs <http://viaf.org/viaf/41910247>,
        wd:Q3559461,
        <https://isni.org/isni/0000000108914243> .

