@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/p151600856> a schema1:Person ;
    rdfs:label "Viard, Michel" ;
    schema1:familyName "Viard" ;
    schema1:givenName "Michel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5c78171890b15811004c37f5e5edb5ba> ;
    schema1:name "Michel Viard" ;
    schema1:sameAs <http://viaf.org/viaf/54177490>,
        wd:Q99480840,
        <https://isni.org/isni/0000000108575624> .

