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

<http://data.bibliotheken.nl/id/thes/p09982566X> a schema1:Person ;
    rdfs:label "Larson, Richard K." ;
    schema1:familyName "Larson" ;
    schema1:givenName "Richard K." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/8693922b03fcd5f9544b7059a8a94390> ;
    schema1:name "Richard K. Larson" ;
    schema1:sameAs <http://viaf.org/viaf/39518128>,
        <https://isni.org/isni/0000000116250504> .

