@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/p072289333> a schema1:Person ;
    rdfs:label "Popma, Simon Jan (1899-1988)" ;
    schema1:birthDate "1899" ;
    schema1:deathDate "1988" ;
    schema1:description "Geref. predikant" ;
    schema1:familyName "Popma" ;
    schema1:givenName "Simon Jan" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/b382993b252c9170bfd28ddb4378f896> ;
    schema1:name "Simon Jan Popma" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/4695223>,
        wd:Q109451383,
        <https://isni.org/isni/0000000053542648> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/popm005> .

