@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/p069341362> a schema1:Person ;
    rdfs:label "Caro, Jacob (1836-1904)" ;
    schema1:birthDate "1836" ;
    schema1:deathDate "1904" ;
    schema1:familyName "Caro" ;
    schema1:givenName "Jacob" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b03b8cc77a51d1fa363ed30686136a84> ;
    schema1:name "Jacob Caro" ;
    schema1:sameAs <http://viaf.org/viaf/37667713>,
        wd:Q70859,
        <https://isni.org/isni/0000000071471249> .

