@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/p068443048> a schema1:Person ;
    rdfs:label "Witzel, E.J. Michael (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Witzel" ;
    schema1:givenName "E.J. Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3caf04142e2d99ae268a858693d948af> ;
    schema1:name "E.J. Michael Witzel" ;
    schema1:sameAs <http://viaf.org/viaf/69060348>,
        wd:Q78324,
        <https://isni.org/isni/0000000081488546> .

