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

<http://data.bibliotheken.nl/id/thes/p106678906> a schema1:Person ;
    rdfs:label "Hall, Judy (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:description "Ook als: Judi Hall" ;
    schema1:familyName "Hall" ;
    schema1:givenName "Judy" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7e1c4b53da28ee261b5e2bf80b6c4d25> ;
    schema1:name "Judy Hall" ;
    schema1:sameAs <http://viaf.org/viaf/84090063>,
        <https://isni.org/isni/0000000109201608> .

