@prefix oa: <https://www.openarchieven.nl/id/> .
@prefix a2a: <https://www.openarchieven.nl/def/a2a#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8
  a a2a:Record ;
  rdfs:label "Geboorte op 15 december 1898 te Gameren (Zaltbommel)" ;
  a2a:hasPerson oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person1, oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person2, oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person3 ;
  a2a:hasEvent oa:event_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_0, oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_1, oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_2 ;
  a2a:hasSource oa:source_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8 .

oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person1
  a a2a:Person ;
  rdfs:label "Gijsbertje Gozewina van Zuidam" ;
  a2a:PersonName [
    rdfs:label "Gijsbertje Gozewina van Zuidam" ;
    a2a:PersonNameFirstName "Gijsbertje Gozewina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zuidam"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person2
  a a2a:Person ;
  rdfs:label "Marinus Jan van Zuidam" ;
  a2a:PersonName [
    rdfs:label "Marinus Jan van Zuidam" ;
    a2a:PersonNameFirstName "Marinus Jan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Zuidam"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "33" ;
    rdfs:label "33"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person3
  a a2a:Person ;
  rdfs:label "Teuntje van der Salm" ;
  a2a:PersonName [
    rdfs:label "Teuntje van der Salm" ;
    a2a:PersonNameFirstName "Teuntje" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Salm"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1898" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1898-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gameren (Zaltbommel)" ;
    rdfs:label "Gameren (Zaltbommel)"
  ] .

oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person1 ;
  a2a:EventKeyRef oa:event_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Event1 .

oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person2 ;
  a2a:EventKeyRef oa:event_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Event1 .

oa:relationep_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Person3 ;
  a2a:EventKeyRef oa:event_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8_Event1 .

oa:source_gld_42e740ae-b21c-ebe5-e0af-e2747c1c87b8
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1898-01-01 - 1898-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1898-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1898-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Gameren (Zaltbommel)" ;
    a2a:Collection "Gameren" ;
    a2a:DocumentNumber "65" ;
    a2a:RegistryNumber "4825" ;
    rdfs:label "Gelders Archief, Gameren (Zaltbommel), Gameren, 65, 4825"
  ] ;
  a2a:SourceLastChangeDate "2016-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.geldersarchief.nl/zoeken/?mivast=37&miadt=37&miaet=18&micode=0207_G_4825&minr=25607595&miview=ldt" ;
  a2a:RecordGUID "{42e740ae-b21c-ebe5-e0af-e2747c1c87b8}" .

