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

<http://data.bibliotheken.nl/id/thes/p30299971X> a schema1:Person ;
    rdfs:label "Maher, Alex" ;
    schema1:description "ill." ;
    schema1:familyName "Maher" ;
    schema1:givenName "Alex" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fbe48ecdaef45a44e9b2d01c562ef140> ;
    schema1:name "Alex Maher" ;
    schema1:sameAs <http://viaf.org/viaf/171150828>,
        <https://isni.org/isni/0000000120091390> .

