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

<http://data.bibliotheken.nl/id/thes/p264571622> a schema1:Person ;
    rdfs:label "Malka, Richard" ;
    schema1:familyName "Malka" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/971e0b4bec5f16d235b52cf5f9b27079> ;
    schema1:name "Richard Malka" ;
    schema1:sameAs <http://viaf.org/viaf/69183812>,
        wd:Q3431006,
        <https://isni.org/isni/0000000001354223> .

