@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/p071097007> a schema1:Person ;
    rdfs:label "Roth, Heinrich (1620-1668)" ;
    schema1:birthDate "1620" ;
    schema1:deathDate "1668" ;
    schema1:familyName "Roth" ;
    schema1:givenName "Heinrich" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7eb3d7e4134d9f7d4aa72f66aa4be969> ;
    schema1:name "Heinrich Roth" ;
    schema1:sameAs <http://viaf.org/viaf/66509531>,
        wd:Q70419,
        <https://isni.org/isni/0000000081458136> .

