@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_da663e7e-9684-bdc1-3e2a-a6f4909f7253
  a a2a:Record ;
  rdfs:label "Geboorte op 13 oktober 1904" ;
  a2a:hasPerson oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-bc6f89a2-5570-8d2d-0649-47cac5a26552, oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-b0396798-12e3-514b-98a0-49791c479981, oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-b65d9932-e951-da57-45b8-18f244999d13 ;
  a2a:hasEvent oa:event_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_0, oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_1, oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_2 ;
  a2a:hasSource oa:source_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253 .

oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-bc6f89a2-5570-8d2d-0649-47cac5a26552
  a a2a:Person ;
  rdfs:label "Nicolaas Petrus Damen" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Petrus Damen" ;
    a2a:PersonNameFirstName "Nicolaas Petrus" ;
    a2a:PersonNameLastName "Damen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1904-10-13"^^xsd:date
  ] .

oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-b0396798-12e3-514b-98a0-49791c479981
  a a2a:Person ;
  rdfs:label "Geertruida Beekwilder" ;
  a2a:PersonName [
    rdfs:label "Geertruida Beekwilder" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Beekwilder"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person-b65d9932-e951-da57-45b8-18f244999d13
  a a2a:Person ;
  rdfs:label "Wouter Damen" ;
  a2a:PersonName [
    rdfs:label "Wouter Damen" ;
    a2a:PersonNameFirstName "Wouter" ;
    a2a:PersonNameLastName "Damen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "10" ;
    a2a:Day "13" ;
    rdfs:label "1904-10-13"^^xsd:date
  ] .

oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person:bc6f89a2-5570-8d2d-0649-47cac5a26552 ;
  a2a:EventKeyRef oa:event_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Event1 .

oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person:b0396798-12e3-514b-98a0-49791c479981 ;
  a2a:EventKeyRef oa:event_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Event1 .

oa:relationep_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Person:b65d9932-e951-da57-45b8-18f244999d13 ;
  a2a:EventKeyRef oa:event_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253_Event1 .

oa:source_bhi_da663e7e-9684-bdc1-3e2a-a6f4909f7253
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1904-10-15 - 1904-10-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-10-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-10-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "10" ;
    a2a:Day "15" ;
    rdfs:label "1904-10-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1553, Periode: 1904" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1904" ;
    a2a:DocumentNumber "985" ;
    a2a:RegistryNumber "1553" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1553, Periode: 1904, Geboorteregister 's-Hertogenbosch 1904, 985, 1553"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/996d2345-1f09-6a58-ff98-43c361c22782.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/996d2345-1f09-6a58-ff98-43c361c22782.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/da663e7e-9684-bdc1-3e2a-a6f4909f7253" ;
  a2a:RecordGUID "{da663e7e-9684-bdc1-3e2a-a6f4909f7253}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2571_00002571.xml van BHI" .

