@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p072031190> a schema1:Person ;
    rdfs:label "Kessel, J.C.P. van" ;
    schema1:description "!D: alle initialen: J.C.P.",
        "publiceert over natuurgebieden van Staatsbosbeheer" ;
    schema1:familyName "van Kessel" ;
    schema1:givenName "J.C.P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8c5d6202cc6f6bef2b6df32d204a8634> ;
    schema1:name "J.C.P. van Kessel" ;
    schema1:sameAs <http://viaf.org/viaf/289866980> .

