@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/p069506248> a schema1:Person ;
    rdfs:label "Frets, Gerrit Pieter (1879-1958)" ;
    schema1:birthDate "1879" ;
    schema1:deathDate "1958" ;
    schema1:description "medicus-geneticus (promoveerde in 1924, Universiteit van Amsterdam)" ;
    schema1:familyName "Frets" ;
    schema1:givenName "Gerrit Pieter" ;
    schema1:hasOccupation "arts",
        "medicus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9a50d47bd94bf8359d74e863942474c6> ;
    schema1:name "Gerrit Pieter Frets" ;
    schema1:sameAs <http://viaf.org/viaf/31755821>,
        wd:Q67198432,
        <https://isni.org/isni/000000004877986X> .

