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

<http://data.bibliotheken.nl/id/thes/p079970664> a schema1:Person ;
    rdfs:label "Schuurman, Ida" ;
    schema1:familyName "Schuurman" ;
    schema1:givenName "Ida" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d6919c79c6b050af973677cd8fa2d7d9> ;
    schema1:name "Ida Schuurman" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/281501526>,
        <https://isni.org/isni/0000000369175936> .

