@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/p06892397X> a schema1:Person ;
    rdfs:label "Ram, Th.J.J. (1884-)" ;
    schema1:birthDate "1884" ;
    schema1:familyName "Ram" ;
    schema1:givenName "Th.J.J." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3be83bb1979adf333f14a68ef8040c8b> ;
    schema1:name "Th.J.J. Ram" ;
    schema1:sameAs <http://viaf.org/viaf/234839833>,
        wd:Q2589826,
        <https://isni.org/isni/0000000369987256> .

