@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/p071851550> a schema1:Person ;
    rdfs:label "Vicomte, Laurent" ;
    schema1:familyName "Vicomte" ;
    schema1:givenName "Laurent" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b150c9f8e4d50376c0c416575d86f21c> ;
    schema1:name "Laurent Vicomte" ;
    schema1:sameAs <http://viaf.org/viaf/31681668>,
        wd:Q3219570,
        <https://isni.org/isni/0000000385897103> .

