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

<http://data.bibliotheken.nl/id/thes/p226111830> a schema1:Person ;
    rdfs:label "Enklaar, Willem" ;
    schema1:description "pseud. van: Jacob Pieter Romijn",
        "zie ook: W. Indenhaeck" ;
    schema1:familyName "Enklaar" ;
    schema1:givenName "Willem" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2a8c809c92996d8f892f3b3a879c68eb> ;
    schema1:name "Willem Enklaar" ;
    schema1:sameAs <http://data.bibliotheken.nl/id/thes/p069953570>,
        <http://data.bibliotheken.nl/id/thes/p070693757>,
        <http://viaf.org/viaf/142146998529818942075> .

