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

<http://data.bibliotheken.nl/id/thes/p237754215> a schema1:Person ;
    rdfs:label "Leusink, Peter" ;
    schema1:description "voorzitter van de NVvS" ;
    schema1:familyName "Leusink" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/491b728bcf26603445c87862d979b1f0> ;
    schema1:name "Peter Leusink" ;
    schema1:sameAs <http://viaf.org/viaf/288123489>,
        <https://isni.org/isni/0000000393752473> .

