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

<http://data.bibliotheken.nl/id/thes/p117454346> a schema1:Person ;
    rdfs:label "Barends, Dirk" ;
    schema1:familyName "Barends" ;
    schema1:givenName "Dirk" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/27bf5fd29b7fcf5098f259e3843e4a55> ;
    schema1:name "Dirk Barends" ;
    schema1:sameAs <http://viaf.org/viaf/287060672>,
        <https://isni.org/isni/000000039288057X> .

