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

<http://data.bibliotheken.nl/id/thes/p084473428> a schema1:Person ;
    rdfs:label "Marshall, Donald Stanley (1919-)" ;
    schema1:birthDate "1919" ;
    schema1:familyName "Marshall" ;
    schema1:givenName "Donald Stanley" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b2b62fb46a227dd090fe87449aae7800> ;
    schema1:name "Donald Stanley Marshall" ;
    schema1:sameAs <http://viaf.org/viaf/60246637>,
        <https://isni.org/isni/0000000083869406> .

