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

<http://data.bibliotheken.nl/id/thes/p073473278> a schema1:Person ;
    rdfs:label "Coolman, Helma" ;
    schema1:description "mb" ;
    schema1:familyName "Coolman" ;
    schema1:givenName "Helma" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/bcc6ab719beb57d35687944e5519123a> ;
    schema1:name "Helma Coolman" ;
    schema1:sameAs <http://viaf.org/viaf/290608047>,
        <https://isni.org/isni/0000000395797317> .

