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

<http://data.bibliotheken.nl/id/thes/p153329661> a schema1:Person ;
    rdfs:label "Teune, Carla" ;
    schema1:familyName "Teune" ;
    schema1:givenName "Carla" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/5ef66df320e785012a2758cdb890496d> ;
    schema1:name "Carla Teune" ;
    schema1:sameAs <http://viaf.org/viaf/280874096>,
        <https://isni.org/isni/0000000387840258> .

