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

<http://data.bibliotheken.nl/id/thes/p132946068> a schema1:Person ;
    rdfs:label "Berlo, Sandra van" ;
    schema1:familyName "van Berlo" ;
    schema1:givenName "Sandra" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3513807277dadeb4dbb8e753799e11a7> ;
    schema1:name "Sandra van Berlo" ;
    schema1:sameAs <http://viaf.org/viaf/290316800>,
        <https://isni.org/isni/0000000395568207> .

