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

<http://data.bibliotheken.nl/id/thes/p072029099> a schema1:Person ;
    rdfs:label "Gopi Nath Dhawan (1905-1960)" ;
    schema1:alternateName "Dhawan, G.N.",
        "Dhawan, Gopi Nath" ;
    schema1:birthDate "1905" ;
    schema1:deathDate "1960" ;
    schema1:familyName "Gopi Nath Dhawan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c210d0816f13ff80d5b966eff4cee6f2> ;
    schema1:name "Gopi Nath Dhawan" ;
    schema1:sameAs <http://viaf.org/viaf/77912045>,
        <https://isni.org/isni/0000000029962669> .

