@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/p125906676> a schema1:Person ;
    rdfs:label "Ridpath, Michael (1961-)" ;
    schema1:birthDate "1961" ;
    schema1:familyName "Ridpath" ;
    schema1:givenName "Michael" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/76827ca04c46d96c8c7f5578f4c823f1> ;
    schema1:name "Michael Ridpath" ;
    schema1:sameAs <http://viaf.org/viaf/79384866>,
        wd:Q373651,
        <https://isni.org/isni/000000010919409X> .

