@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bApcY7>
  ns0:name "G.C. Helbers (1902-1990)"@nl ;
  ns0:givenName "Gijsbertus Cornelis"^^xsd:string ;
  ns0:hasOccupation "Grondlegger Goudse Musea, genealoog en historicus"@nl ;
  ns0:familyName "Helbers"^^xsd:string ;
  ns0:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  a ns0:Person ;
  ns0:subjectOf <https://www.geheugenvandrenthe.nl/helbers-gijsbertus-cornelis> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/295787> ;
  ns0:birthDate "1902-07-02"^^xsd:date ;
  ns0:deathDate "1990"^^xsd:gYear .

