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

<http://data.bibliotheken.nl/id/thes/p071338551> a schema1:Person ;
    rdfs:label "Bos, Hannie" ;
    schema1:familyName "Bos" ;
    schema1:givenName "Hannie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3866368adee972fb367552bd3d385995> ;
    schema1:name "Hannie Bos" ;
    schema1:sameAs <http://viaf.org/viaf/291004813>,
        <https://isni.org/isni/0000000396154348> .

