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

<http://data.bibliotheken.nl/id/thes/p073054410> a schema1:Person ;
    rdfs:label "Jellema, Renske Elize (1958-)" ;
    schema1:birthDate "1958" ;
    schema1:familyName "Jellema" ;
    schema1:givenName "Renske Elize" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ae29375d44dd31dcbb9df00c07173c7> ;
    schema1:name "Renske Elize Jellema" ;
    schema1:sameAs <http://viaf.org/viaf/39545542>,
        <https://isni.org/isni/0000000054638983> .

