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

<http://data.bibliotheken.nl/id/thes/p069374643> a schema1:Person ;
    rdfs:label "Berndt, Ronald Murray (1916-)" ;
    schema1:birthDate "1916" ;
    schema1:familyName "Berndt" ;
    schema1:givenName "Ronald Murray" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4d409d31c68b7f51939c741c98a8be2d> ;
    schema1:name "Ronald Murray Berndt" ;
    schema1:sameAs <http://viaf.org/viaf/108172393>,
        wd:Q1540235,
        <https://isni.org/isni/0000000110807754> .

