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

<http://data.bibliotheken.nl/id/thes/p103915648> a schema1:Person ;
    rdfs:label "Blom, Wim (zink)" ;
    schema1:familyName "Blom" ;
    schema1:givenName "Wim" ;
    schema1:hasOccupation "zink" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cd28ff4503e05a8b1016f370336b083a> ;
    schema1:name "Wim Blom" ;
    schema1:sameAs <http://viaf.org/viaf/280629487> .

