@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/p06988952X> a schema1:Person ;
    rdfs:label "Seurat, Georges Pierre (1859-1891)" ;
    schema1:alternateName "Seurat, Georges" ;
    schema1:birthDate "1859" ;
    schema1:deathDate "1891" ;
    schema1:familyName "Seurat" ;
    schema1:givenName "Georges Pierre" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/26cfc5901c17dac304d1aef639fdfaca> ;
    schema1:name "Georges Pierre Seurat" ;
    schema1:sameAs <http://viaf.org/viaf/24608076>,
        wd:Q34013,
        <https://isni.org/isni/0000000108559616> .

