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

<http://data.bibliotheken.nl/id/thes/p07522027X> a schema1:Person ;
    rdfs:label "Hjertonsson, Karin" ;
    schema1:familyName "Hjertonsson" ;
    schema1:givenName "Karin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8e6a8c99d59edccbfa6392d66d404eff> ;
    schema1:name "Karin Hjertonsson" ;
    schema1:sameAs <http://viaf.org/viaf/211157363>,
        <https://isni.org/isni/0000000371079978> .

