@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/p068069057> a schema1:Person ;
    rdfs:label "Heim, Roger (1900-1979 ; Mycoloog)" ;
    schema1:birthDate "1900" ;
    schema1:deathDate "1979" ;
    schema1:familyName "Heim" ;
    schema1:givenName "Roger" ;
    schema1:hasOccupation "Mycoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/03a484f5b59aeafd7aedf989eba5312e> ;
    schema1:name "Roger Heim" ;
    schema1:sameAs <http://viaf.org/viaf/109853500>,
        wd:Q2582566,
        <https://isni.org/isni/0000000110822911> .

