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

<http://data.bibliotheken.nl/id/thes/p081744617> a schema1:Person ;
    rdfs:label "Enkelaar, P.P." ;
    schema1:alternateName "Enkelaar, Paul" ;
    schema1:familyName "Enkelaar" ;
    schema1:givenName "P.P." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2bb36afe5ef721c32a480d9004788f10> ;
    schema1:name "P.P. Enkelaar" ;
    schema1:sameAs <http://viaf.org/viaf/285869694>,
        <https://isni.org/isni/000000036915297X> .

