@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/p162462395> a schema1:Person ;
    rdfs:label "Préault, Auguste (1809-1879)" ;
    schema1:birthDate "1809" ;
    schema1:deathDate "1879" ;
    schema1:familyName "Préault" ;
    schema1:givenName "Auguste" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/625c0af735bb6cd59bfbe43ddaf2c0fa> ;
    schema1:name "Auguste Préault" ;
    schema1:sameAs <http://viaf.org/viaf/73969963>,
        wd:Q2074586,
        <https://isni.org/isni/0000000066499415> .

