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

<http://data.bibliotheken.nl/id/thes/p141615214> a schema1:Person ;
    rdfs:label "Wrigley, Richard (1931-)" ;
    schema1:birthDate "1931" ;
    schema1:familyName "Wrigley" ;
    schema1:givenName "Richard" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/cf54f03054fb8c291fe363ae6b4e4456> ;
    schema1:name "Richard Wrigley" ;
    schema1:sameAs <http://viaf.org/viaf/282146554> .

