@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/p072098309> a schema1:Person ;
    rdfs:label "Gaillardet, Frédéric (1808-1882)" ;
    schema1:birthDate "1808" ;
    schema1:deathDate "1882" ;
    schema1:familyName "Gaillardet" ;
    schema1:givenName "Frédéric" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/60631bc6110d5d50d79954b0d3d78908> ;
    schema1:name "Frédéric Gaillardet" ;
    schema1:sameAs <http://viaf.org/viaf/71571569>,
        wd:Q3089825,
        <https://isni.org/isni/0000000073580553> .

