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

<http://data.bibliotheken.nl/id/thes/p216738911> a schema1:Person ;
    rdfs:label "Dourleijn, Edith" ;
    schema1:description "Nederlands Interdisciplinair Demografisch Instituut (NIDI), Den Haag",
        "later docent koken, auteur/ redactie (vooral) kookboeken" ;
    schema1:familyName "Dourleijn" ;
    schema1:givenName "Edith" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4352e093c2904a9e4242bf21a3cfc891> ;
    schema1:name "Edith Dourleijn" ;
    schema1:sameAs <http://viaf.org/viaf/14246341>,
        <https://isni.org/isni/0000000040142629> .

