@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/p073371645> a schema1:Person ;
    rdfs:label "Sharon, Moshe" ;
    schema1:alternateName "Šārôn, Moše",
        "Šārūn, Moše" ;
    schema1:familyName "Sharon" ;
    schema1:givenName "Moshe" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ee9e64c90def9d1cc2360d586719d892> ;
    schema1:name "Moshe Sharon" ;
    schema1:sameAs <http://viaf.org/viaf/44313761>,
        wd:Q7217657,
        <https://isni.org/isni/0000000110257959> .

