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

<http://data.bibliotheken.nl/id/thes/p314450610> a schema1:Person ;
    rdfs:label "Trok, Gerda" ;
    schema1:familyName "Trok" ;
    schema1:givenName "Gerda" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/07058e1ebea9bf93cca495ffa0fe1192> ;
    schema1:name "Gerda Trok" ;
    schema1:sameAs <http://viaf.org/viaf/285479359>,
        <https://isni.org/isni/0000000391619118> .

