@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/p070906181> a schema1:Person ;
    rdfs:label "Bronkhorst, Alexander Johannes (1914-1994)" ;
    schema1:birthDate "1914" ;
    schema1:deathDate "1994" ;
    schema1:description "geb. Amsterdam 24-5-1914, overl. Bilthoven 6-12-1994",
        "mb" ;
    schema1:familyName "Bronkhorst" ;
    schema1:givenName "Alexander Johannes" ;
    schema1:hasOccupation "theoloog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/fa054e33cfbe71912697b7a7a45db6d8> ;
    schema1:name "Alexander Johannes Bronkhorst" ;
    schema1:sameAs <http://viaf.org/viaf/171194224>,
        wd:Q13428979,
        <https://isni.org/isni/0000000120120585> .

