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

<http://data.bibliotheken.nl/id/thes/p190096578> a schema1:Person ;
    rdfs:label "Wilgenburg, Ezra van" ;
    schema1:description "redacteur" ;
    schema1:familyName "van Wilgenburg" ;
    schema1:givenName "Ezra" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ee1b7671dca7e1cd3f80b2c41b6c034> ;
    schema1:name "Ezra van Wilgenburg" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290488254>,
        <https://isni.org/isni/0000000368776211> .

