@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/p070642680> a schema1:Person ;
    rdfs:label "Laplasse, Irma (1904-1945)" ;
    schema1:birthDate "1904" ;
    schema1:deathDate "1945" ;
    schema1:familyName "Laplasse" ;
    schema1:givenName "Irma" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fc74b77f47f4afdca5570da80ad2b354> ;
    schema1:name "Irma Laplasse" ;
    schema1:sameAs <http://viaf.org/viaf/16510655>,
        wd:Q2485537,
        <https://isni.org/isni/0000000035047336> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/lapl001> .

