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

<http://data.bibliotheken.nl/id/thes/p240433734> a schema1:Person ;
    rdfs:label "Schoo, Angela" ;
    schema1:familyName "Schoo" ;
    schema1:givenName "Angela" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fdcc789afc6429d76e72696b3040823b> ;
    schema1:name "Angela Schoo" ;
    schema1:sameAs <http://viaf.org/viaf/280289621>,
        <https://isni.org/isni/0000000387343593> .

