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

<http://data.bibliotheken.nl/id/thes/p068525109> a schema1:Person ;
    rdfs:label "Ayal, Samuel (1923-)" ;
    schema1:alternateName "Ajal, Sam" ;
    schema1:birthDate "1923" ;
    schema1:description "Auteursnaam is aangepast aan de officiële spelling van 1973" ;
    schema1:familyName "Ayal" ;
    schema1:givenName "Samuel" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b4b635bb96572d21d24d2753545c3fc7> ;
    schema1:name "Samuel Ayal" ;
    schema1:sameAs <https://isni.org/isni/000000003059367X> .

