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

<http://data.bibliotheken.nl/id/thes/p356606473> a schema1:Person ;
    rdfs:label "Bommel, ... van (fam.)" ;
    schema1:familyName "van Bommel" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c8363c93a2bb1ff97908854891d2dc4f> ;
    schema1:name "... van Bommel" ;
    schema1:sameAs <http://viaf.org/viaf/305810243> .

