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

<http://data.bibliotheken.nl/id/thes/p072852828> a schema1:Person ;
    rdfs:label "Kleemans, Jos" ;
    schema1:familyName "Kleemans" ;
    schema1:givenName "Jos" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/979cfa5c1559da8b37bc47a627e4ef09> ;
    schema1:name "Jos Kleemans" ;
    schema1:sameAs <http://viaf.org/viaf/289116773>,
        <https://isni.org/isni/000000039460531X> .

