@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p131467824> a schema1:Person ;
    rdfs:label "Legrand, Eric" ;
    schema1:familyName "Legrand" ;
    schema1:givenName "Eric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da72383ecb86f0c7bddb58a41541ec36> ;
    schema1:name "Eric Legrand" ;
    schema1:sameAs <http://viaf.org/viaf/289940354> .

