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

<http://data.bibliotheken.nl/id/thes/p06893033X> a schema1:Person ;
    rdfs:label "Poort, Johannes Jacobus (1928-1997)" ;
    schema1:birthDate "1928" ;
    schema1:deathDate "1997" ;
    schema1:description "Ds.; legerpredikant (luitenant-kolonel)",
        "geb. Beverwijk 30-12-1928, overl. Oisterwijk 13-10-1997" ;
    schema1:familyName "Poort" ;
    schema1:givenName "Johannes Jacobus" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/7b8736e41cd5e54ef2db03a535262b81> ;
    schema1:name "Johannes Jacobus Poort" ;
    schema1:nationality "nl" ;
    schema1:sameAs <http://viaf.org/viaf/261301024> .

