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

<http://data.bibliotheken.nl/id/thes/p375283153> a schema1:Person ;
    rdfs:label "John, Richard Johnny" ;
    schema1:familyName "John" ;
    schema1:givenName "Richard Johnny" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/567c94cf85ef29833c56205ba6e29c57> ;
    schema1:name "Richard Johnny John" ;
    schema1:sameAs <http://viaf.org/viaf/8595149198274274940008> .

