@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/p071904492> a schema1:Person ;
    rdfs:label "Meister, Ernst (1911-1979)" ;
    schema1:birthDate "1911" ;
    schema1:deathDate "1979" ;
    schema1:familyName "Meister" ;
    schema1:givenName "Ernst" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ae42ce980da43ddf07635275910e4ae> ;
    schema1:name "Ernst Meister" ;
    schema1:sameAs <http://viaf.org/viaf/108747347>,
        wd:Q97477,
        <https://isni.org/isni/0000000109318953> .

