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

<http://data.bibliotheken.nl/id/thes/p080190502> a schema1:Person ;
    rdfs:label "Ramsaran, John A." ;
    schema1:familyName "Ramsaran" ;
    schema1:givenName "John A." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d49e05e99c0cd4cd49ad3c73151b74f> ;
    schema1:name "John A. Ramsaran" ;
    schema1:sameAs <http://viaf.org/viaf/9891620>,
        <https://isni.org/isni/0000000042694080> .

