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

<http://data.bibliotheken.nl/id/thes/p081547757> a schema1:Person ;
    rdfs:label "Duppen, B." ;
    schema1:description "roepnaam: Ben" ;
    schema1:familyName "Duppen" ;
    schema1:givenName "B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/e1da4638e5fdc0f58b87df50ec5de054> ;
    schema1:name "B. Duppen" ;
    schema1:sameAs <http://viaf.org/viaf/280246667>,
        <https://isni.org/isni/0000000387319374> .

