@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/p148448801> a schema1:Person ;
    rdfs:label "Vial, Nicolas" ;
    schema1:familyName "Vial" ;
    schema1:givenName "Nicolas" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e71e977b6bc2174863b4d87e8c0c0a6e> ;
    schema1:name "Nicolas Vial" ;
    schema1:sameAs <http://viaf.org/viaf/50165223>,
        wd:Q3340845,
        <https://isni.org/isni/0000000108998969> .

