@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_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd
  a a2a:Record ;
  rdfs:label "Geboorte op 27 juni 1922" ;
  a2a:hasPerson oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-823bc290-9a5c-97c7-d124-30c1ff6c912b, oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-9171f065-9eef-c794-39f4-19237e640a75, oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-b2be58e3-fe3a-0018-2b25-e92ca2589350 ;
  a2a:hasEvent oa:event_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_0, oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_1, oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_2 ;
  a2a:hasSource oa:source_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd .

oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-823bc290-9a5c-97c7-d124-30c1ff6c912b
  a a2a:Person ;
  rdfs:label "Johannes Martinus Looijmans" ;
  a2a:PersonName [
    rdfs:label "Johannes Martinus Looijmans" ;
    a2a:PersonNameFirstName "Johannes Martinus" ;
    a2a:PersonNameLastName "Looijmans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "27" ;
    rdfs:label "1922-06-27"^^xsd:date
  ] .

oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-9171f065-9eef-c794-39f4-19237e640a75
  a a2a:Person ;
  rdfs:label "Paulina Habraken" ;
  a2a:PersonName [
    rdfs:label "Paulina Habraken" ;
    a2a:PersonNameFirstName "Paulina" ;
    a2a:PersonNameLastName "Habraken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person-b2be58e3-fe3a-0018-2b25-e92ca2589350
  a a2a:Person ;
  rdfs:label "Hendrikus Looijmans" ;
  a2a:PersonName [
    rdfs:label "Hendrikus Looijmans" ;
    a2a:PersonNameFirstName "Hendrikus" ;
    a2a:PersonNameLastName "Looijmans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "27" ;
    rdfs:label "1922-06-27"^^xsd:date
  ] .

oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person:823bc290-9a5c-97c7-d124-30c1ff6c912b ;
  a2a:EventKeyRef oa:event_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Event1 .

oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person:9171f065-9eef-c794-39f4-19237e640a75 ;
  a2a:EventKeyRef oa:event_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Event1 .

oa:relationep_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Person:b2be58e3-fe3a-0018-2b25-e92ca2589350 ;
  a2a:EventKeyRef oa:event_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd_Event1 .

oa:source_bhi_fc02f271-60f6-0ecf-7744-ae09a3d7d3cd
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Aalst" ;
    rdfs:label "Aalst", "1922-06-28 - 1922-06-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-06-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-06-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "28" ;
    rdfs:label "1922-06-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1, Periode: 1922" ;
    a2a:Book "Geboorteregister Aalst 1922" ;
    a2a:DocumentNumber "20" ;
    a2a:RegistryNumber "1" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1, Periode: 1922, Geboorteregister Aalst 1922, 20, 1"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/79f2b4e1-138a-f69d-9a9f-31f0572e8008.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/79f2b4e1-138a-f69d-9a9f-31f0572e8008.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/fc02f271-60f6-0ecf-7744-ae09a3d7d3cd" ;
  a2a:RecordGUID "{fc02f271-60f6-0ecf-7744-ae09a3d7d3cd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80368_00080368.xml van BHI" .

