@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_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4
  a a2a:Record ;
  rdfs:label "Geboorte op 6 juni 1876 te Rotterdam" ;
  a2a:hasPerson oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143998, oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143999, oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072144000 ;
  a2a:hasEvent oa:event_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_0, oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_1, oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_2 ;
  a2a:hasSource oa:source_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4 .

oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143998
  a a2a:Person ;
  rdfs:label "Abraham Martinus Veldkamp" ;
  a2a:PersonName [
    rdfs:label "Abraham Martinus Veldkamp" ;
    a2a:PersonNameFirstName "Abraham Martinus" ;
    a2a:PersonNameLastName "Veldkamp"
  ] .

oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143999
  a a2a:Person ;
  rdfs:label "Johannes Veldkamp" ;
  a2a:PersonName [
    rdfs:label "Johannes Veldkamp" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Veldkamp"
  ] .

oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072144000
  a a2a:Person ;
  rdfs:label "Hendrika Margarita Dobbeling" ;
  a2a:PersonName [
    rdfs:label "Hendrika Margarita Dobbeling" ;
    a2a:PersonNameFirstName "Hendrika Margarita" ;
    a2a:PersonNameLastName "Dobbeling"
  ] .

oa:event_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "06-06-1876" ;
    a2a:Year "1876" ;
    a2a:Month "06" ;
    a2a:Day "06" ;
    rdfs:label "1876-06-06"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143998 ;
  a2a:EventKeyRef oa:event_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Event1 .

oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072143999 ;
  a2a:EventKeyRef oa:event_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Event1 .

oa:relationep_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Person1072144000 ;
  a2a:EventKeyRef oa:event_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4_Event1 .

oa:source_srt_1ce698bb-232e-aa77-dc6a-c19a168452c4
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    a2a:Country "Nederland" ;
    rdfs:label "Rotterdam, Nederland", "1876-01-01 - 1876-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1876" ;
    a2a:Year "1876" ;
    rdfs:label "1876"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Place "Rotterdam" ;
    a2a:Collection "Burgerlijke Stand Rotterdam, geboorteakten" ;
    a2a:Book "Nadere toegang op het geboorteregister van de gemeente Rotterdam" ;
    a2a:DocumentNumber "1876.2378" ;
    a2a:RegistryNumber "1876B" ;
    a2a:Folio "b172" ;
    rdfs:label "Stadsarchief Rotterdam, Rotterdam, Burgerlijke Stand Rotterdam, geboorteakten, Nadere toegang op het geboorteregister van de gemeente Rotterdam, 1876.2378, 1876B, b172"
  ] ;
  a2a:SourceLastChangeDate "2023-01-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12133/61CB7B5EDE464C1BA5AE30AE99A80463" ;
  a2a:RecordIdentifier "1072143997" ;
  a2a:RecordGUID "{1ce698bb-232e-aa77-dc6a-c19a168452c4}" ;
  a2a:SourceRemarkGUID "bij archief nu bekend onder 61CB7B5E-DE46-4C1B-A5AE-30AE99A80463" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-RtSA_999-011876B_54_A2A.xml van SRT" .

