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

<http://data.bibliotheken.nl/id/thes/p06781056X> a schema1:Person ;
    rdfs:label "Willemse, J.M. (1939- ; detailhandel)" ;
    schema1:birthDate "1939" ;
    schema1:familyName "Willemse" ;
    schema1:givenName "J.M." ;
    schema1:hasOccupation "detailhandel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8df9f3ad3e4aa0ae71144d156e4923e6> ;
    schema1:name "J.M. Willemse" ;
    schema1:sameAs <http://viaf.org/viaf/77933627>,
        <https://isni.org/isni/0000000029979540> .

