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

<http://data.bibliotheken.nl/id/thes/p072116471> a schema1:Person ;
    rdfs:label "Feenstra, Gerbrand (1948-2001)" ;
    schema1:birthDate "1948" ;
    schema1:deathDate "2001" ;
    schema1:description "mb" ;
    schema1:familyName "Feenstra" ;
    schema1:givenName "Gerbrand" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/246f8b129edc0d1aa37923aef170bc7e> ;
    schema1:name "Gerbrand Feenstra" ;
    schema1:sameAs <http://viaf.org/viaf/21211058>,
        <https://isni.org/isni/0000000030558559> .

