@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/p068864140> a schema1:Person ;
    rdfs:label "Simon, André Louis (1877-1970 ; gastronomie)" ;
    schema1:alternateName "Simon, André L." ;
    schema1:birthDate "1877" ;
    schema1:deathDate "1970" ;
    schema1:familyName "Simon" ;
    schema1:givenName "André Louis" ;
    schema1:hasOccupation "gastronomie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07e016d953cfedbff5dc863f049adb46> ;
    schema1:name "André Louis Simon" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/10074518>,
        wd:Q653522,
        <https://isni.org/isni/0000000122763154> .

