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

<http://data.bibliotheken.nl/id/thes/p089959493> a schema1:Person ;
    rdfs:label "Schrijver, Agnes" ;
    schema1:description "Mw." ;
    schema1:familyName "Schrijver" ;
    schema1:givenName "Agnes" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa8c82cd1919552816b9cb7dbbb0f2fd> ;
    schema1:name "Agnes Schrijver" ;
    schema1:sameAs <http://viaf.org/viaf/283200219>,
        <https://isni.org/isni/0000000389726627> .

