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

<http://data.bibliotheken.nl/id/thes/p071026851> a schema1:Person ;
    rdfs:label "Maarsingh, R.A." ;
    schema1:familyName "Maarsingh" ;
    schema1:givenName "R.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fe250a416b56ad631cba48cce0935310> ;
    schema1:name "R.A. Maarsingh" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/286766303> .

