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

<http://data.bibliotheken.nl/id/thes/p101257988> a schema1:Person ;
    rdfs:label "Keuck, Bernhard" ;
    schema1:familyName "Keuck" ;
    schema1:givenName "Bernhard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/f6f9f333358ae76dd20c5d723594e2d3> ;
    schema1:name "Bernhard Keuck" ;
    schema1:sameAs <http://viaf.org/viaf/207403357>,
        <https://isni.org/isni/0000000385292921> .

