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

<http://data.bibliotheken.nl/id/thes/p071883002> a schema1:Person ;
    rdfs:label "Broome, Peter (1937-)" ;
    schema1:birthDate "1937" ;
    schema1:familyName "Broome" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/57ce231dc9cb8790af4fb3dd2c5284ba> ;
    schema1:name "Peter Broome" ;
    schema1:sameAs <http://viaf.org/viaf/91274838>,
        <https://isni.org/isni/0000000083998179> .

