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

<http://data.bibliotheken.nl/id/thes/p096673869> a schema1:Person ;
    rdfs:label "Stok, Frans" ;
    schema1:familyName "Stok" ;
    schema1:givenName "Frans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/82bb8b15173582412cd328b9bd583460> ;
    schema1:name "Frans Stok" ;
    schema1:sameAs <http://viaf.org/viaf/286077007> .

