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

<http://data.bibliotheken.nl/id/thes/p297857177> a schema1:Person ;
    rdfs:label "Ettema, C.M. (1967-)" ;
    schema1:birthDate "1967" ;
    schema1:familyName "Ettema" ;
    schema1:givenName "C.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/2c5e11a2ed736662ab70103d7720b461> ;
    schema1:name "C.M. Ettema" ;
    schema1:sameAs <http://viaf.org/viaf/285035205>,
        <https://isni.org/isni/000000036872274X> .

