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

<http://data.bibliotheken.nl/id/thes/p07072492X> a schema1:Person ;
    rdfs:label "Symonds, Robert R." ;
    schema1:alternateName "Symonds, Robert" ;
    schema1:description "vert. ; Ook als: Robert Symonds" ;
    schema1:familyName "Symonds" ;
    schema1:givenName "Robert R." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/9ea67ef37fc7cda9973aa6f1eeb9137d> ;
    schema1:name "Robert R. Symonds" ;
    schema1:sameAs <http://viaf.org/viaf/161514342>,
        <https://isni.org/isni/0000000111177029> .

