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

<http://data.bibliotheken.nl/id/thes/p294204938> a schema1:Person ;
    rdfs:label "Klooster, ... van (fam.)" ;
    schema1:familyName "van Klooster" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4719f5414ed742f5cf7402857d319a37> ;
    schema1:name "... van Klooster" ;
    schema1:sameAs <http://viaf.org/viaf/291764110> .

