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

<http://data.bibliotheken.nl/id/thes/p24051761X> a schema1:Person ;
    rdfs:label "Voskuil, Peter (Expertisecentrum LNV)" ;
    schema1:familyName "Voskuil" ;
    schema1:givenName "Peter" ;
    schema1:hasOccupation "Expertisecentrum LNV" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1e792d7649c94eadbad03e01e6993ff9> ;
    schema1:name "Peter Voskuil" ;
    schema1:sameAs <http://viaf.org/viaf/281300823>,
        <https://isni.org/isni/0000000388155762> .

