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

<http://data.bibliotheken.nl/id/thes/p170105083> a schema1:Person ;
    rdfs:label "Coene, Erika (1972-)" ;
    schema1:birthDate "1972" ;
    schema1:familyName "Coene" ;
    schema1:givenName "Erika" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3186a80a8f05ead76dde29415c18dae3> ;
    schema1:name "Erika Coene" ;
    schema1:sameAs <http://viaf.org/viaf/48549090>,
        <https://isni.org/isni/0000000046703386> .

