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

<http://data.bibliotheken.nl/id/thes/p109101928> a schema1:Person ;
    rdfs:label "Klaver, Kees" ;
    schema1:description "Centrum voor Landbouw en Milieu, CLM",
        "red." ;
    schema1:familyName "Klaver" ;
    schema1:givenName "Kees" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e5526be9fe0f211040823083e78cb243> ;
    schema1:name "Kees Klaver" ;
    schema1:sameAs <http://viaf.org/viaf/289189450>,
        <https://isni.org/isni/0000000394655093> .

