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

<http://data.bibliotheken.nl/id/thes/p068719221> a schema1:Person ;
    rdfs:label "Donker, Anneke" ;
    schema1:alternateName "Donker, A." ;
    schema1:description "Leids Universitair Medisch Centrum Leiden" ;
    schema1:familyName "Donker" ;
    schema1:givenName "Anneke" ;
    schema1:hasOccupation "diëtiste" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3cd20e15733dbea88fbc5a32ddfb60a7> ;
    schema1:name "Anneke Donker" ;
    schema1:sameAs <http://viaf.org/viaf/57287248>,
        <https://isni.org/isni/0000000008149070> .

