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

<http://data.bibliotheken.nl/id/thes/p073906875> a schema1:Person ;
    rdfs:label "Koetser, Betty" ;
    schema1:familyName "Koetser" ;
    schema1:givenName "Betty" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/efb28a1c62a5dd63ea7bbeb80f175580> ;
    schema1:name "Betty Koetser" ;
    schema1:sameAs <http://viaf.org/viaf/284474684> .

