@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/p172275695> a schema1:Person ;
    rdfs:label "Wolf, Martin (1946-)" ;
    schema1:birthDate "1946" ;
    schema1:description "Economics commentator Financial Times" ;
    schema1:familyName "Wolf" ;
    schema1:givenName "Martin" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/40fc6c5104c4b4ac0a0bafe00864133b> ;
    schema1:name "Martin Wolf" ;
    schema1:sameAs <http://viaf.org/viaf/112956813>,
        wd:Q2993421,
        <https://isni.org/isni/000000010936882X> .

