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

<http://data.bibliotheken.nl/id/thes/p338293620> a schema1:Person ;
    rdfs:label "Hopmans, Kim" ;
    schema1:familyName "Hopmans" ;
    schema1:givenName "Kim" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c50cac24966392695e6df83c005eaa3d> ;
    schema1:name "Kim Hopmans" ;
    schema1:sameAs <http://viaf.org/viaf/286319607>,
        <https://isni.org/isni/0000000392327766> .

