@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/p070802912> a schema1:Person ;
    rdfs:label "Lahnstein, Peter (1913-)" ;
    schema1:birthDate "1913" ;
    schema1:familyName "Lahnstein" ;
    schema1:givenName "Peter" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fcb00c5d4c4f6e90992ccbd1b0ccf13a> ;
    schema1:name "Peter Lahnstein" ;
    schema1:sameAs <http://viaf.org/viaf/108448288>,
        wd:Q59524903,
        <https://isni.org/isni/0000000109313407> .

