@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/p07290884X> a schema1:Person ;
    rdfs:label "Broers, Jacobus Cornelius (1795-1847)" ;
    schema1:birthDate "1795" ;
    schema1:deathDate "1847" ;
    schema1:familyName "Broers" ;
    schema1:givenName "Jacobus Cornelius" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2161a9fcc6203f3968e6570f2c93e398> ;
    schema1:name "Jacobus Cornelius Broers" ;
    schema1:sameAs <http://viaf.org/viaf/76672410>,
        wd:Q15447233,
        <https://isni.org/isni/0000000397984415> .

