@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/p072362995> a schema1:Person ;
    rdfs:label "Pawel, Ernst (1920- ; letterkundige)" ;
    schema1:birthDate "1920" ;
    schema1:description "mb" ;
    schema1:familyName "Pawel" ;
    schema1:givenName "Ernst" ;
    schema1:hasOccupation "journalist",
        "letterkundige" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fd3c7a32122cd8aa866fa9bd5ab21e14> ;
    schema1:name "Ernst Pawel" ;
    schema1:nationality "us" ;
    schema1:sameAs <http://viaf.org/viaf/68957245>,
        wd:Q11967879,
        <https://isni.org/isni/0000000110690576> .

