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

<http://data.bibliotheken.nl/id/thes/p239986229> a schema1:Person ;
    rdfs:label "Velzen, Krista van" ;
    schema1:familyName "van Velzen" ;
    schema1:givenName "Krista" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed9e6caba14775d280566824bf7c746e> ;
    schema1:name "Krista van Velzen" ;
    schema1:sameAs <http://viaf.org/viaf/280495552>,
        <https://isni.org/isni/0000000387545806> .

