@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/p071536949> a schema1:Person ;
    rdfs:label "Nitzan, Shmuel" ;
    schema1:familyName "Nitzan" ;
    schema1:givenName "Shmuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/be8451adf46cd47844f967fff7e884b1> ;
    schema1:name "Shmuel Nitzan" ;
    schema1:sameAs <http://viaf.org/viaf/27689453>,
        wd:Q16342182,
        <https://isni.org/isni/0000000116118263> .

