@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/p237327708> a schema1:Person ;
    rdfs:label "Ford, Michael (vertaler)" ;
    schema1:description "Vert. bij TextCase" ;
    schema1:familyName "Ford" ;
    schema1:givenName "Michael" ;
    schema1:hasOccupation "vertaler" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/23435334d272bcc2c62e898430fc950f> ;
    schema1:name "Michael Ford" ;
    schema1:sameAs <http://viaf.org/viaf/122218514>,
        wd:Q55453390,
        <https://isni.org/isni/0000000081907026> .

