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

<http://data.bibliotheken.nl/id/thes/p072820950> a schema1:Person ;
    rdfs:label "Vernes, B." ;
    schema1:familyName "Vernes" ;
    schema1:givenName "B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ade99167a6aed6e6fc65a91a9a173f15> ;
    schema1:name "B. Vernes" ;
    schema1:sameAs <http://viaf.org/viaf/282836701>,
        <https://isni.org/isni/0000000389429227> .

