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

<http://data.bibliotheken.nl/id/thes/p073138290> a schema1:Person ;
    rdfs:label "Rip, Henny" ;
    schema1:description "vert." ;
    schema1:familyName "Rip" ;
    schema1:givenName "Henny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ca37e494ab2eb717ee048374b2a88c41> ;
    schema1:name "Henny Rip" ;
    schema1:sameAs <http://viaf.org/viaf/281868057>,
        <https://isni.org/isni/0000000368833810> .

