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

<http://data.bibliotheken.nl/id/thes/p067646395> a schema1:Person ;
    rdfs:label "Ringel, Erwin (1921-1994)" ;
    schema1:birthDate "1921" ;
    schema1:deathDate "1994" ;
    schema1:familyName "Ringel" ;
    schema1:givenName "Erwin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f3c185866666358ada54c3c9560fe023> ;
    schema1:name "Erwin Ringel" ;
    schema1:sameAs <http://viaf.org/viaf/109442348>,
        wd:Q89172,
        <https://isni.org/isni/0000000110819835> .

