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

<http://data.bibliotheken.nl/id/thes/p166233722> a schema1:Person ;
    rdfs:label "Dupont, Hans (gezondheidszorg)" ;
    schema1:familyName "Dupont" ;
    schema1:givenName "Hans" ;
    schema1:hasOccupation "gezondheidszorg" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/64e73f8c253341aaf92c2aba80359986> ;
    schema1:name "Hans Dupont" ;
    schema1:sameAs <http://viaf.org/viaf/279880637>,
        <https://isni.org/isni/0000000387018029> .

