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

<http://data.bibliotheken.nl/id/thes/p112923429> a schema1:Person ;
    rdfs:label "Snellen, W.B." ;
    schema1:alternateName "Snellen, Bart" ;
    schema1:description "Alterra" ;
    schema1:familyName "Snellen" ;
    schema1:givenName "W.B." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0b3ce0df8fc9850fadf71d9a41ffd264> ;
    schema1:name "W.B. Snellen" ;
    schema1:sameAs <http://viaf.org/viaf/282628629>,
        <https://isni.org/isni/000000038925202X> .

