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

<http://data.bibliotheken.nl/id/thes/p073361828> a schema1:Person ;
    rdfs:label "Coleman, Brian Edward (1933-)" ;
    schema1:birthDate "1933" ;
    schema1:familyName "Coleman" ;
    schema1:givenName "Brian Edward" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ef849a6620822cf0373ce215622c92b9> ;
    schema1:name "Brian Edward Coleman" ;
    schema1:sameAs <http://viaf.org/viaf/8041557>,
        <https://isni.org/isni/0000000109521409> .

