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

<http://data.bibliotheken.nl/id/thes/p073482838> a schema1:Person ;
    rdfs:label "Sim, Foo Gaik" ;
    schema1:description "mb" ;
    schema1:familyName "Sim" ;
    schema1:givenName "Foo Gaik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/502dc6c70026ade5bd756639af5e4929> ;
    schema1:name "Foo Gaik Sim" ;
    schema1:sameAs <http://viaf.org/viaf/16375265>,
        <https://isni.org/isni/0000000067524600> .

