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

<http://data.bibliotheken.nl/id/thes/p092723837> a schema1:Person ;
    rdfs:label "Hall, W. van" ;
    schema1:familyName "van Hall" ;
    schema1:givenName "W." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8fa59abf31763a164964b0aa57981a5f> ;
    schema1:name "W. van Hall" ;
    schema1:sameAs <http://viaf.org/viaf/284474553>,
        <https://isni.org/isni/0000000390768189> .

