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

<http://data.bibliotheken.nl/id/thes/p32611601X> a schema1:Person ;
    rdfs:label "Asadi, Kamal (1977-)" ;
    schema1:alternateName "Asadi, K." ;
    schema1:birthDate "1977" ;
    schema1:familyName "Asadi" ;
    schema1:givenName "Kamal" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/4072b4c425f7a7d846edfe5a939722b6> ;
    schema1:name "Kamal Asadi" ;
    schema1:sameAs <http://viaf.org/viaf/283058907>,
        <https://isni.org/isni/0000000389621534> .

