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

<http://data.bibliotheken.nl/id/thes/p431749736> a schema1:Person ;
    rdfs:label "Dinger, R. (Tweede Wereldoorlog)" ;
    schema1:familyName "Dinger" ;
    schema1:givenName "R." ;
    schema1:hasOccupation "Tweede Wereldoorlog" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/ae77f3b45d87eaebf2b81d115f63ffe0> ;
    schema1:name "R. Dinger" ;
    schema1:sameAs <http://viaf.org/viaf/17161760496021642663> .

