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

<http://data.bibliotheken.nl/id/thes/p07233634X> a schema1:Person ;
    rdfs:label "Wijnands, J.H.M." ;
    schema1:alternateName "Wijnands, Jo" ;
    schema1:familyName "Wijnands" ;
    schema1:givenName "J.H.M." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/21e088d02d4290a9a4f688e92fba3758> ;
    schema1:name "J.H.M. Wijnands" ;
    schema1:sameAs <http://viaf.org/viaf/286579883>,
        <https://isni.org/isni/0000000392525578> .

