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

<http://data.bibliotheken.nl/id/thes/p169203093> a schema1:Person ;
    rdfs:label "Broeshart, C.M. (verpleegkunde)" ;
    schema1:description "B0000400: woord vooraf: Cary Broeshart, Houten",
        "roepnaam: Cary" ;
    schema1:familyName "Broeshart" ;
    schema1:givenName "C.M." ;
    schema1:hasOccupation "verpleegkunde" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b572aeb897509e3ce07f3ead0b483a30> ;
    schema1:name "C.M. Broeshart" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/290688342>,
        <https://isni.org/isni/0000000369144910> .

