@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/p070614822> a schema1:Person ;
    rdfs:label "Kernkamp, Johannes Hermann (1904-1980)" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1980" ;
    schema1:description "geb. Utrecht 15-8-1904, overl. Bilthoven 10-10-1980",
        "prof. dr.; bibliothecaris; hoogleraar sociaal-economische geschiedenis" ;
    schema1:familyName "Kernkamp" ;
    schema1:givenName "Johannes Hermann" ;
    schema1:hasOccupation "historicus",
        "hoogleraar" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1984671365c7190e3a35a7dcfe177b1d> ;
    schema1:name "Johannes Hermann Kernkamp" ;
    schema1:sameAs <http://viaf.org/viaf/214452182>,
        wd:Q63003651,
        <https://isni.org/isni/0000000385478486> .

