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

<http://data.bibliotheken.nl/id/thes/p141628693> a schema1:Person ;
    rdfs:label "Ferguson, Richard" ;
    schema1:description "vormgeving boeken" ;
    schema1:familyName "Ferguson" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/da2889573609c30122a6813c9c90b7e1> ;
    schema1:name "Richard Ferguson" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/306348975>,
        <https://isni.org/isni/0000000000991917> .

