@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/p068380887> a schema1:Person ;
    rdfs:label "Scheltema, Foppe Gabbe (1891-1939)" ;
    schema1:birthDate "1891" ;
    schema1:deathDate "1939" ;
    schema1:familyName "Scheltema" ;
    schema1:givenName "Foppe Gabbe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bda47f94e57fbf6806119c8a0ad589bd> ;
    schema1:name "Foppe Gabbe Scheltema" ;
    schema1:sameAs <http://viaf.org/viaf/238413518>,
        wd:Q1898833,
        <https://isni.org/isni/0000000398313998> .

