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

<http://data.bibliotheken.nl/id/thes/p229304591> a schema1:Person ;
    rdfs:label "Willems, J.M. (GGZ)" ;
    schema1:description "B0038239, verantwoording: Jeroen Willems",
        "roepnaam: Jeroen" ;
    schema1:familyName "Willems" ;
    schema1:givenName "J.M." ;
    schema1:hasOccupation "GGZ" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a31d2f01cc7a2fa265f1b895796b7216> ;
    schema1:name "J.M. Willems" ;
    schema1:sameAs <http://viaf.org/viaf/291440175>,
        <https://isni.org/isni/0000000396507633> .

