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

<http://data.bibliotheken.nl/id/thes/p071251111> a schema1:Person ;
    rdfs:label "Sark, W.M.A. van" ;
    schema1:familyName "van Sark" ;
    schema1:givenName "W.M.A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/00a345eb6b0604e04817ee35532a882a> ;
    schema1:name "W.M.A. van Sark" ;
    schema1:sameAs <http://viaf.org/viaf/289524757>,
        <https://isni.org/isni/0000000394933858> .

