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

<http://data.bibliotheken.nl/id/thes/p394187725> a schema1:Person ;
    rdfs:label "Kumar, Surat" ;
    schema1:familyName "Kumar" ;
    schema1:givenName "Surat" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cfaf42181a5df62e8d6605664e949291> ;
    schema1:name "Surat Kumar" ;
    schema1:sameAs <http://viaf.org/viaf/123595395> .

