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

<http://data.bibliotheken.nl/id/thes/p068061218> a schema1:Person ;
    rdfs:label "Ilson, Robert" ;
    schema1:familyName "Ilson" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8d96a06d4fdb605738aec2c6aed1589a> ;
    schema1:name "Robert Ilson" ;
    schema1:sameAs <http://viaf.org/viaf/7414441>,
        <https://isni.org/isni/0000000108548896> .

