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

<http://data.bibliotheken.nl/id/thes/p072857749> a schema1:Person ;
    rdfs:label "Stapele, B.J. van" ;
    schema1:familyName "van Stapele" ;
    schema1:givenName "B.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9e17dd414b176898899cc6e216910bc3> ;
    schema1:name "B.J. van Stapele" ;
    schema1:sameAs <http://viaf.org/viaf/291406110>,
        <https://isni.org/isni/0000000396426833> .

