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

<http://data.bibliotheken.nl/id/thes/p305493426> a schema1:Person ;
    rdfs:label "Richard, David C.S." ;
    schema1:familyName "Richard" ;
    schema1:givenName "David C.S." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/d67b6307f11608091d8074e7fcb627a1> ;
    schema1:name "David C.S. Richard" ;
    schema1:sameAs <http://viaf.org/viaf/273874564>,
        <https://isni.org/isni/0000000384125419> .

