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

<http://data.bibliotheken.nl/id/thes/p327094400> a schema1:Person ;
    rdfs:label "Kruithof, Johan" ;
    schema1:familyName "Kruithof" ;
    schema1:givenName "Johan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c748b0db18f12a5088c9c59f54969792> ;
    schema1:name "Johan Kruithof" ;
    schema1:sameAs <http://viaf.org/viaf/287347004> .

