@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_72bc145c-d8d9-e478-7935-acdcbac95d1c
  a a2a:Record ;
  rdfs:label "Geboorte op 23 februari 1913" ;
  a2a:hasPerson oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-8a74493d-f4cf-feff-92b9-fde37f12ef8c, oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-e21f5031-947a-2fae-b632-a3f85d58e9a2, oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-c6c88807-a18f-5dcc-9d77-5515aa31d690 ;
  a2a:hasEvent oa:event_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_0, oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_1, oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_2 ;
  a2a:hasSource oa:source_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c .

oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-8a74493d-f4cf-feff-92b9-fde37f12ef8c
  a a2a:Person ;
  rdfs:label "Gerardus Groffen" ;
  a2a:PersonName [
    rdfs:label "Gerardus Groffen" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNameLastName "Groffen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1913-02-23"^^xsd:date
  ] .

oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-e21f5031-947a-2fae-b632-a3f85d58e9a2
  a a2a:Person ;
  rdfs:label "Johanna Haazen" ;
  a2a:PersonName [
    rdfs:label "Johanna Haazen" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Haazen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person-c6c88807-a18f-5dcc-9d77-5515aa31d690
  a a2a:Person ;
  rdfs:label "Marinus Johannes Groffen" ;
  a2a:PersonName [
    rdfs:label "Marinus Johannes Groffen" ;
    a2a:PersonNameFirstName "Marinus Johannes" ;
    a2a:PersonNameLastName "Groffen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1913-02-23"^^xsd:date
  ] .

oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person:8a74493d-f4cf-feff-92b9-fde37f12ef8c ;
  a2a:EventKeyRef oa:event_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Event1 .

oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person:e21f5031-947a-2fae-b632-a3f85d58e9a2 ;
  a2a:EventKeyRef oa:event_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Event1 .

oa:relationep_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Person:c6c88807-a18f-5dcc-9d77-5515aa31d690 ;
  a2a:EventKeyRef oa:event_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c_Event1 .

oa:source_bhi_72bc145c-d8d9-e478-7935-acdcbac95d1c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1913-02-24 - 1913-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1913-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1913-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1913" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1913-02-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1342, Periode: 1913" ;
    a2a:Book "Geboorteregister Halsteren 1913" ;
    a2a:DocumentNumber "27" ;
    a2a:RegistryNumber "1342" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1342, Periode: 1913, Geboorteregister Halsteren 1913, 27, 1342"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/debe3733-8669-b244-38db-65c7b0d6da48.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/debe3733-8669-b244-38db-65c7b0d6da48.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/72bc145c-d8d9-e478-7935-acdcbac95d1c" ;
  a2a:RecordGUID "{72bc145c-d8d9-e478-7935-acdcbac95d1c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240719_4466_00004466.xml van BHI" .

