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

<http://data.bibliotheken.nl/id/thes/p411250167> a schema1:Person ;
    rdfs:label "Kruijff, ... (fam.)" ;
    schema1:familyName "Kruijff" ;
    schema1:givenName "..." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d4d097322ea9e1934223f3a014e2baf7> ;
    schema1:name "... Kruijff" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/53150170488400010672> .

