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

<http://data.bibliotheken.nl/id/thes/p409255521> a schema1:Person ;
    rdfs:label "Boston, Paul" ;
    schema1:description "illustraties",
        "www.meiklejohn.co.uk: studeerde illustratie en sequentiële ontwerp aan de Universiteit van Brighton." ;
    schema1:familyName "Boston" ;
    schema1:givenName "Paul" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7f4863b6c4cf212eda388f68f478639a> ;
    schema1:name "Paul Boston" ;
    schema1:nationality "gb" ;
    schema1:sameAs <http://viaf.org/viaf/7625149296170780670008>,
        <https://isni.org/isni/0000000460080209> .

