@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/p067741150> a schema1:Person ;
    rdfs:label "Peterson, Hans (1922-2022)" ;
    schema1:birthDate "1922" ;
    schema1:deathDate "2022" ;
    schema1:description "Lexikon der Kinder- und Jugendliteratur",
        "bron: https://en.wikipedia.org/wiki/Hans_Peterson",
        "geboren op 26 oktober 1922, overleden op 16 augustus 2022",
        "mb (kinderboeken ; Zweeds)" ;
    schema1:familyName "Peterson" ;
    schema1:givenName "Hans" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/a5a7bc56ef6059c83d298fcdea479c6d> ;
    schema1:name "Hans Peterson" ;
    schema1:nationality "se" ;
    schema1:sameAs <http://viaf.org/viaf/34461474>,
        wd:Q3377688,
        <https://isni.org/isni/0000000117573866> .

