@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/p06867094X> a schema1:Person ;
    rdfs:label "Lagerkvist, Pär Fabian (1891-1974)" ;
    schema1:birthDate "1891" ;
    schema1:deathDate "1974" ;
    schema1:familyName "Lagerkvist" ;
    schema1:givenName "Pär Fabian" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/288e9712922b703c5a6d6dd42b36e79f> ;
    schema1:name "Pär Fabian Lagerkvist" ;
    schema1:sameAs <http://viaf.org/viaf/64007846>,
        wd:Q93137,
        <https://isni.org/isni/0000000121363378> .

