@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/p069083185> a schema1:Person ;
    rdfs:label "Laforgue, Jean (1782-1852)" ;
    schema1:birthDate "1782" ;
    schema1:deathDate "1852" ;
    schema1:familyName "Laforgue" ;
    schema1:givenName "Jean" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/725add5367922a5955fea3fce30d519b> ;
    schema1:name "Jean Laforgue" ;
    schema1:sameAs <http://viaf.org/viaf/5200>,
        wd:Q3172941,
        <https://isni.org/isni/0000000004463222> .

