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

<http://data.bibliotheken.nl/id/thes/p069431485> a schema1:Person ;
    rdfs:label "Carswell, Robert" ;
    schema1:familyName "Carswell" ;
    schema1:givenName "Robert" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/87ed829b260fabf3f41db68440799655> ;
    schema1:name "Robert Carswell" ;
    schema1:sameAs <http://viaf.org/viaf/292293235>,
        <https://isni.org/isni/0000000397223798> .

