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

<http://data.bibliotheken.nl/id/thes/p140748555> a schema1:Person ;
    rdfs:label "Rahman, S.S." ;
    schema1:familyName "Rahman" ;
    schema1:givenName "S.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b333717ba15db5b731bfd4e0f5354c47> ;
    schema1:name "S.S. Rahman" ;
    schema1:sameAs <http://viaf.org/viaf/64189174>,
        <https://isni.org/isni/0000000036555105> .

