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

<http://data.bibliotheken.nl/id/thes/p070137714> a schema1:Person ;
    rdfs:label "Currey, Bruce (1950-)" ;
    schema1:birthDate "1950" ;
    schema1:familyName "Currey" ;
    schema1:givenName "Bruce" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/1f4c207c9903ff1a87b128dc252a2ccb> ;
    schema1:name "Bruce Currey" ;
    schema1:sameAs <http://viaf.org/viaf/111070089>,
        <https://isni.org/isni/0000000110046991> .

