@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_041b95b4-e577-30b8-e3c1-19f1014e5342
  a a2a:Record ;
  rdfs:label "Geboorte op 25 juli 1913" ;
  a2a:hasPerson oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-b7f72263-c509-ed61-2304-13b0e3b9da68, oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-a5d4d2e4-d6b0-9a7f-e494-c85938615096, oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-6699bba1-f538-7511-3f5e-1fb6ff18929a ;
  a2a:hasEvent oa:event_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_0, oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_1, oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_2 ;
  a2a:hasSource oa:source_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342 .

oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-b7f72263-c509-ed61-2304-13b0e3b9da68
  a a2a:Person ;
  rdfs:label "Leonardus Coppens" ;
  a2a:PersonName [
    rdfs:label "Leonardus Coppens" ;
    a2a:PersonNameFirstName "Leonardus" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1913-07-25"^^xsd:date
  ] .

oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-a5d4d2e4-d6b0-9a7f-e494-c85938615096
  a a2a:Person ;
  rdfs:label "Geertruida Gillesen" ;
  a2a:PersonName [
    rdfs:label "Geertruida Gillesen" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Gillesen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person-6699bba1-f538-7511-3f5e-1fb6ff18929a
  a a2a:Person ;
  rdfs:label "Cornelis Coppens" ;
  a2a:PersonName [
    rdfs:label "Cornelis Coppens" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Coppens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1913-07-25"^^xsd:date
  ] .

oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person:b7f72263-c509-ed61-2304-13b0e3b9da68 ;
  a2a:EventKeyRef oa:event_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Event1 .

oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person:a5d4d2e4-d6b0-9a7f-e494-c85938615096 ;
  a2a:EventKeyRef oa:event_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Event1 .

oa:relationep_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Person:6699bba1-f538-7511-3f5e-1fb6ff18929a ;
  a2a:EventKeyRef oa:event_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342_Event1 .

oa:source_bhi_041b95b4-e577-30b8-e3c1-19f1014e5342
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Bergen op Zoom" ;
    rdfs:label "Bergen op Zoom", "1913-07-26 - 1913-07-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-07-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-07-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "7" ;
    a2a:Day "26" ;
    rdfs:label "1913-07-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 197, Periode: 1913" ;
    a2a:Book "Geboorteregister Bergen op Zoom 1913" ;
    a2a:DocumentNumber "289" ;
    a2a:RegistryNumber "197" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 197, Periode: 1913, Geboorteregister Bergen op Zoom 1913, 289, 197"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1cf65c78-bb80-2b3a-97bb-91dee9ac9980.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1cf65c78-bb80-2b3a-97bb-91dee9ac9980.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-10-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/041b95b4-e577-30b8-e3c1-19f1014e5342" ;
  a2a:RecordGUID "{041b95b4-e577-30b8-e3c1-19f1014e5342}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_82859_00082859.xml van BHI" .

