@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/p183891104> a schema1:Person ;
    rdfs:label "Reichheld, Frederick F." ;
    schema1:familyName "Reichheld" ;
    schema1:givenName "Frederick F." ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/3ec145ad2a89db48e6e4819a2f7e5b70> ;
    schema1:name "Frederick F. Reichheld" ;
    schema1:sameAs <http://viaf.org/viaf/8112700>,
        wd:Q1452485,
        <https://isni.org/isni/0000000115922612> .

