@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

<http://data.bibliotheken.nl/id/thes/p068636660> a schema1:Person ;
    rdfs:label "Praamsma, Louis (1910-1984)" ;
    schema1:birthDate "1910" ;
    schema1:deathDate "1984" ;
    schema1:description "geref. pred." ;
    schema1:familyName "Praamsma" ;
    schema1:givenName "Louis" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/6dac3f14fb45361beb740a51b8f5a735> ;
    schema1:name "Louis Praamsma" ;
    schema1:sameAs <http://viaf.org/viaf/58019946>,
        <https://isni.org/isni/0000000025299556> ;
    owl:sameAs <http://data.bibliotheken.nl/id/dbnla/praa012> .

