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

<http://data.bibliotheken.nl/id/thes/p100609120> a schema1:Person ;
    rdfs:label "Fox, Charles (internist)" ;
    schema1:description "Algemeen ziekenhuis te Northampton" ;
    schema1:familyName "Fox" ;
    schema1:givenName "Charles" ;
    schema1:hasOccupation "internist" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ed706e4ad3c5655cf48f1bba6df2423b> ;
    schema1:name "Charles Fox" ;
    schema1:sameAs <http://viaf.org/viaf/93911621>,
        <https://isni.org/isni/0000000444744706> .

