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

<http://data.bibliotheken.nl/id/thes/p218226055> a schema1:Person ;
    rdfs:label "Wieringa, Enno Harm (1883-1972)" ;
    schema1:birthDate "1883" ;
    schema1:deathDate "1972" ;
    schema1:description "N.H. predikant" ;
    schema1:familyName "Wieringa" ;
    schema1:givenName "Enno Harm" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7045b6fc52c230be72d10b993ab7edd0> ;
    schema1:name "Enno Harm Wieringa" ;
    schema1:sameAs <http://viaf.org/viaf/283484655>,
        <https://isni.org/isni/0000000389996811> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/wier061> .

