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

<http://data.bibliotheken.nl/id/thes/p075004984> a schema1:Person ;
    rdfs:label "Curtis, Robert Irvin (1943-)" ;
    schema1:birthDate "1943" ;
    schema1:familyName "Curtis" ;
    schema1:givenName "Robert Irvin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a6020ce93f91d11c27f0c44913fb3869> ;
    schema1:name "Robert Irvin Curtis" ;
    schema1:sameAs <http://viaf.org/viaf/17257935>,
        <https://isni.org/isni/0000000080962525> .

