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

<http://data.bibliotheken.nl/id/thes/p068902123> a schema1:Person ;
    rdfs:label "Arendse, Dinie" ;
    schema1:familyName "Arendse" ;
    schema1:givenName "Dinie" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f2dfaa47ee083e7f1a56e83fb1b962cf> ;
    schema1:name "Dinie Arendse" ;
    schema1:sameAs <http://viaf.org/viaf/279839229>,
        <https://isni.org/isni/0000000387049589> .

