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

<http://data.bibliotheken.nl/id/thes/p142753513> a schema1:Person ;
    rdfs:label "Lindblom, Per Henrik" ;
    schema1:familyName "Lindblom" ;
    schema1:givenName "Per Henrik" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/720b3435b4cf7b7e80dba519b0167b19> ;
    schema1:name "Per Henrik Lindblom" ;
    schema1:sameAs <http://viaf.org/viaf/48219592>,
        <https://isni.org/isni/0000000055444427> .

