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

<http://data.bibliotheken.nl/id/thes/p071105530> a schema1:Person ;
    rdfs:label "Groot, Annemie de" ;
    schema1:familyName "de Groot" ;
    schema1:givenName "Annemie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/83ffd6174948103c7b66a758d9a74f93> ;
    schema1:name "Annemie de Groot" ;
    schema1:sameAs <http://viaf.org/viaf/283505518>,
        <https://isni.org/isni/0000000390000647> .

