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

<http://data.bibliotheken.nl/id/thes/p06943431X> a schema1:Person ;
    rdfs:label "Koning, Barend (1903- ; generaal-majoor)" ;
    schema1:birthDate "1903" ;
    schema1:familyName "Koning" ;
    schema1:givenName "Barend" ;
    schema1:hasOccupation "generaal-majoor" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/c4d8a854d5b8617628e4eeaabf257e97> ;
    schema1:name "Barend Koning" ;
    schema1:sameAs <http://viaf.org/viaf/306160745>,
        <https://isni.org/isni/0000000398332769> .

