@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/p069205280> a schema1:Person ;
    rdfs:label "Edholm, Otto Gustaf (1909-1985)" ;
    schema1:birthDate "1909" ;
    schema1:deathDate "1985" ;
    schema1:description "Fysioloog" ;
    schema1:familyName "Edholm" ;
    schema1:givenName "Otto Gustaf" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/febb753544b3559dd8c3621418669182> ;
    schema1:name "Otto Gustaf Edholm" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/222653106>,
        wd:Q65069288,
        <https://isni.org/isni/0000000361853632> .

