@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/p337802009> a schema1:Person ;
    rdfs:label "Ungar, Antonio (1974-)" ;
    schema1:birthDate "1974" ;
    schema1:familyName "Ungar" ;
    schema1:givenName "Antonio" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ece85489e446e0ed380e0e421192b5ce> ;
    schema1:name "Antonio Ungar" ;
    schema1:sameAs <http://viaf.org/viaf/2795341>,
        wd:Q605532,
        <https://isni.org/isni/0000000121181873> .

