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

<http://data.bibliotheken.nl/id/thes/p070393230> a schema1:Person ;
    rdfs:label "Chabot, ... (fam.)" ;
    schema1:familyName "Chabot" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/191578cf2168fc67b3d14ee08f54bf89> ;
    schema1:name "... Chabot" ;
    schema1:sameAs <http://viaf.org/viaf/288814722> .

