@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_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a
  a a2a:Record ;
  rdfs:label "Geboorte op 19 januari 1918" ;
  a2a:hasPerson oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-8a233f0d-08a6-0a0e-140f-ebe416741e6a, oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-1aac353b-f612-ad97-30fb-a02e63a55177, oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-22a5a14e-818b-dbe9-99df-aa8f83c4110c ;
  a2a:hasEvent oa:event_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_0, oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_1, oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_2 ;
  a2a:hasSource oa:source_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a .

oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-8a233f0d-08a6-0a0e-140f-ebe416741e6a
  a a2a:Person ;
  rdfs:label "Catharina Compen" ;
  a2a:PersonName [
    rdfs:label "Catharina Compen" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Compen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-1aac353b-f612-ad97-30fb-a02e63a55177
  a a2a:Person ;
  rdfs:label "Adrianus Jacobus Moonen" ;
  a2a:PersonName [
    rdfs:label "Adrianus Jacobus Moonen" ;
    a2a:PersonNameFirstName "Adrianus Jacobus" ;
    a2a:PersonNameLastName "Moonen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1918-01-19"^^xsd:date
  ] .

oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person-22a5a14e-818b-dbe9-99df-aa8f83c4110c
  a a2a:Person ;
  rdfs:label "Antonius Moonen" ;
  a2a:PersonName [
    rdfs:label "Antonius Moonen" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Moonen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "19" ;
    rdfs:label "1918-01-19"^^xsd:date
  ] .

oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person:8a233f0d-08a6-0a0e-140f-ebe416741e6a ;
  a2a:EventKeyRef oa:event_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Event1 .

oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person:1aac353b-f612-ad97-30fb-a02e63a55177 ;
  a2a:EventKeyRef oa:event_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Event1 .

oa:relationep_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Person:22a5a14e-818b-dbe9-99df-aa8f83c4110c ;
  a2a:EventKeyRef oa:event_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a_Event1 .

oa:source_bhi_dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Valkenswaard" ;
    rdfs:label "Valkenswaard", "1918-01-21 - 1918-01-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1918-01-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1918-01-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1918" ;
    a2a:Month "1" ;
    a2a:Day "21" ;
    rdfs:label "1918-01-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3261, Periode: 1918" ;
    a2a:Book "Geboorteregister Valkenswaard 1918" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "3261" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3261, Periode: 1918, Geboorteregister Valkenswaard 1918, 7, 3261"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7e878278-4467-f82a-a344-f41eadeb6d4b.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7e878278-4467-f82a-a344-f41eadeb6d4b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-03-18"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a" ;
  a2a:RecordGUID "{dc0f90ca-a3a5-8fa5-a9d2-c5e018e2013a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240718_46_00000046.xml van BHI" .

