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

<http://data.bibliotheken.nl/id/thes/p074598961> a schema1:Person ;
    rdfs:label "Roos, Ank" ;
    schema1:familyName "Roos" ;
    schema1:givenName "Ank" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/01ecd75bcb29a20cd313d9f7d5c711bc> ;
    schema1:name "Ank Roos" ;
    schema1:sameAs <http://viaf.org/viaf/291482704>,
        <https://isni.org/isni/0000000396534690> .

