@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_a3119c7c-e64e-e110-5a6f-87783c43c468
  a a2a:Record ;
  rdfs:label "Geboorte op 22 februari 1853" ;
  a2a:hasPerson oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-c935c8ca-6db1-7e96-279f-756117d2eda3, oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-b35ed6ed-23b8-2c9d-755b-b989a2dab1ae, oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-22e3a0f5-2de1-f3a1-f486-602603013c06 ;
  a2a:hasEvent oa:event_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_0, oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_1, oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_2 ;
  a2a:hasSource oa:source_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468 .

oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-c935c8ca-6db1-7e96-279f-756117d2eda3
  a a2a:Person ;
  rdfs:label "Geertruida Faro" ;
  a2a:PersonName [
    rdfs:label "Geertruida Faro" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Faro"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1853" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1853-02-22"^^xsd:date
  ] .

oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-b35ed6ed-23b8-2c9d-755b-b989a2dab1ae
  a a2a:Person ;
  rdfs:label "Geertruida van Ardenne" ;
  a2a:PersonName [
    rdfs:label "Geertruida van Ardenne" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ardenne"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person-22e3a0f5-2de1-f3a1-f486-602603013c06
  a a2a:Person ;
  rdfs:label "Bernardus Faro" ;
  a2a:PersonName [
    rdfs:label "Bernardus Faro" ;
    a2a:PersonNameFirstName "Bernardus" ;
    a2a:PersonNameLastName "Faro"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1853" ;
    a2a:Month "2" ;
    a2a:Day "22" ;
    rdfs:label "1853-02-22"^^xsd:date
  ] .

oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person:c935c8ca-6db1-7e96-279f-756117d2eda3 ;
  a2a:EventKeyRef oa:event_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Event1 .

oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person:b35ed6ed-23b8-2c9d-755b-b989a2dab1ae ;
  a2a:EventKeyRef oa:event_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Event1 .

oa:relationep_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Person:22e3a0f5-2de1-f3a1-f486-602603013c06 ;
  a2a:EventKeyRef oa:event_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468_Event1 .

oa:source_bhi_a3119c7c-e64e-e110-5a6f-87783c43c468
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Drongelen" ;
    rdfs:label "Drongelen", "1853-02-23 - 1853-02-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1853-02-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1853-02-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1853" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1853-02-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1953, Periode: 1853" ;
    a2a:Book "Geboorteregister Drongelen 1853" ;
    a2a:DocumentNumber "8" ;
    a2a:RegistryNumber "1953" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1953, Periode: 1853, Geboorteregister Drongelen 1853, 8, 1953"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/49448ab7-2823-8396-90c7-9bb70d88ed61.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/49448ab7-2823-8396-90c7-9bb70d88ed61.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-10-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/a3119c7c-e64e-e110-5a6f-87783c43c468" ;
  a2a:RecordGUID "{a3119c7c-e64e-e110-5a6f-87783c43c468}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_70909_00070909.xml van BHI" .

