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

<http://data.bibliotheken.nl/id/thes/p134782143> a schema1:Person ;
    rdfs:label "Kadis, Alex" ;
    schema1:familyName "Kadis" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b79674086c76031ed362aa6adb806610> ;
    schema1:name "Alex Kadis" ;
    schema1:sameAs <http://viaf.org/viaf/64723703>,
        <https://isni.org/isni/0000000397867796> .

