@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_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1877" ;
  a2a:hasPerson oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-e9d7b369-6cfb-94f4-941e-53319cfcf4b0, oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-7d1e7f92-b75d-5184-8438-6b3c9233ffc5, oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-df308230-7d63-7006-3e25-af4268d8c930 ;
  a2a:hasEvent oa:event_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_0, oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_1, oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_2 ;
  a2a:hasSource oa:source_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f .

oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-e9d7b369-6cfb-94f4-941e-53319cfcf4b0
  a a2a:Person ;
  rdfs:label "Pieter Jans Frederik Koning" ;
  a2a:PersonName [
    rdfs:label "Pieter Jans Frederik Koning" ;
    a2a:PersonNameFirstName "Pieter Jans Frederik" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1877-09-26"^^xsd:date
  ] .

oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-7d1e7f92-b75d-5184-8438-6b3c9233ffc5
  a a2a:Person ;
  rdfs:label "Trijntje Kots" ;
  a2a:PersonName [
    rdfs:label "Trijntje Kots" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Kots"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person-df308230-7d63-7006-3e25-af4268d8c930
  a a2a:Person ;
  rdfs:label "Jannes Koning" ;
  a2a:PersonName [
    rdfs:label "Jannes Koning" ;
    a2a:PersonNameFirstName "Jannes" ;
    a2a:PersonNameLastName "Koning"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1877-09-26"^^xsd:date
  ] .

oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person:e9d7b369-6cfb-94f4-941e-53319cfcf4b0 ;
  a2a:EventKeyRef oa:event_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Event1 .

oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person:7d1e7f92-b75d-5184-8438-6b3c9233ffc5 ;
  a2a:EventKeyRef oa:event_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Event1 .

oa:relationep_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Person:df308230-7d63-7006-3e25-af4268d8c930 ;
  a2a:EventKeyRef oa:event_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f_Event1 .

oa:source_bhi_19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1877-09-28 - 1877-09-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1877-09-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1877-09-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1877" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1877-09-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 9586, Periode: 1877" ;
    a2a:Book "Geboorteregister Hooge en Lage Zwaluwe 1877" ;
    a2a:DocumentNumber "123" ;
    a2a:RegistryNumber "9586" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 9586, Periode: 1877, Geboorteregister Hooge en Lage Zwaluwe 1877, 123, 9586"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b7ac0f58-b021-03b9-0dcd-bacaa9ba4639.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b7ac0f58-b021-03b9-0dcd-bacaa9ba4639.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f" ;
  a2a:RecordGUID "{19fc04f7-e1e6-fd4d-4ff4-8ff64a429a0f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75589_00075589.xml van BHI" .

