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

<http://data.bibliotheken.nl/id/thes/p201926202> a schema1:Person ;
    rdfs:label "Driesen, Arend" ;
    schema1:familyName "Driesen" ;
    schema1:givenName "Arend" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e47d714b9725c6931ae8c5d700e1b364> ;
    schema1:name "Arend Driesen" ;
    schema1:sameAs <http://viaf.org/viaf/288538374>,
        <https://isni.org/isni/000000039414324X> .

