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

<http://data.bibliotheken.nl/id/thes/p318656701> a schema1:Person ;
    rdfs:label "Alexander, Michael (1972-)" ;
    schema1:birthDate "1972" ;
    schema1:familyName "Alexander" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0a267747aa8246f28634f0f5841c1a5b> ;
    schema1:name "Michael Alexander" ;
    schema1:sameAs <http://viaf.org/viaf/29859082>,
        <https://isni.org/isni/0000000114604276> .

