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

<http://data.bibliotheken.nl/id/thes/p127503110> a schema1:Person ;
    rdfs:label "Raghosing, Robert" ;
    schema1:familyName "Raghosing" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a1fa55082e46d1ee4b68dcc5ed5ecfdf> ;
    schema1:name "Robert Raghosing" ;
    schema1:sameAs <http://viaf.org/viaf/281248323>,
        <https://isni.org/isni/0000000388150881> .

