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

<http://data.bibliotheken.nl/id/thes/p12201782X> a schema1:Person ;
    rdfs:label "Fasel, Anthon (1953-)" ;
    schema1:birthDate "1953" ;
    schema1:familyName "Fasel" ;
    schema1:givenName "Anthon" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f897684b9936696fa7624dc427af2ab> ;
    schema1:name "Anthon Fasel" ;
    schema1:sameAs <http://viaf.org/viaf/285047971>,
        <https://isni.org/isni/0000000391245398> .

