@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_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juli 1901" ;
  a2a:hasPerson oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-99130b48-a02d-a312-36f8-b2b619ddea87, oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-2bc7fa52-0cb1-beec-1e51-4bb4b0ce96ca, oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-ec5a323a-ac0d-414e-67e2-6c780c274c3c ;
  a2a:hasEvent oa:event_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_0, oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_1, oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_2 ;
  a2a:hasSource oa:source_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e .

oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-99130b48-a02d-a312-36f8-b2b619ddea87
  a a2a:Person ;
  rdfs:label "Arnolda van Ingen" ;
  a2a:PersonName [
    rdfs:label "Arnolda van Ingen" ;
    a2a:PersonNameFirstName "Arnolda" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Ingen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-2bc7fa52-0cb1-beec-1e51-4bb4b0ce96ca
  a a2a:Person ;
  rdfs:label "Lucia Kivits" ;
  a2a:PersonName [
    rdfs:label "Lucia Kivits" ;
    a2a:PersonNameFirstName "Lucia" ;
    a2a:PersonNameLastName "Kivits"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1901-07-12"^^xsd:date
  ] .

oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person-ec5a323a-ac0d-414e-67e2-6c780c274c3c
  a a2a:Person ;
  rdfs:label "Adriaan Kivits" ;
  a2a:PersonName [
    rdfs:label "Adriaan Kivits" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Kivits"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1901" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1901-07-12"^^xsd:date
  ] .

oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person:99130b48-a02d-a312-36f8-b2b619ddea87 ;
  a2a:EventKeyRef oa:event_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Event1 .

oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person:2bc7fa52-0cb1-beec-1e51-4bb4b0ce96ca ;
  a2a:EventKeyRef oa:event_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Event1 .

oa:relationep_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Person:ec5a323a-ac0d-414e-67e2-6c780c274c3c ;
  a2a:EventKeyRef oa:event_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e_Event1 .

oa:source_bhi_e53f4a71-3978-31b2-6d30-e8d9cd1fe24e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen", "1901-07-13 - 1901-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1901" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1901-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8460, Periode: 1901" ;
    a2a:Book "Geboorteregister Vlijmen 1901" ;
    a2a:DocumentNumber "66" ;
    a2a:RegistryNumber "8460" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8460, Periode: 1901, Geboorteregister Vlijmen 1901, 66, 8460"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6362b3b9-dbe2-2b8a-508b-8c86caea7b94.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6362b3b9-dbe2-2b8a-508b-8c86caea7b94.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e53f4a71-3978-31b2-6d30-e8d9cd1fe24e" ;
  a2a:RecordGUID "{e53f4a71-3978-31b2-6d30-e8d9cd1fe24e}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240316_912_00000912.xml van BHI" .

