@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_361caf63-edae-746c-0d8d-e2be754b28e5
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juni 1824" ;
  a2a:hasPerson oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-60bd8200-4b73-c92f-a620-64bebe7cc960, oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-d46498b1-5755-77b6-2497-e5c0ad29f31e, oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-45a383de-f642-6172-9414-a0689e5b2ec0 ;
  a2a:hasEvent oa:event_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_0, oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_1, oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_2 ;
  a2a:hasSource oa:source_bhi_361caf63-edae-746c-0d8d-e2be754b28e5 .

oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-60bd8200-4b73-c92f-a620-64bebe7cc960
  a a2a:Person ;
  rdfs:label "Johanna Theresia Francisca Havermans" ;
  a2a:PersonName [
    rdfs:label "Johanna Theresia Francisca Havermans" ;
    a2a:PersonNameFirstName "Johanna Theresia Francisca" ;
    a2a:PersonNameLastName "Havermans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-d46498b1-5755-77b6-2497-e5c0ad29f31e
  a a2a:Person ;
  rdfs:label "Cornelia Maria Petronella Stuijck" ;
  a2a:PersonName [
    rdfs:label "Cornelia Maria Petronella Stuijck" ;
    a2a:PersonNameFirstName "Cornelia Maria Petronella" ;
    a2a:PersonNameLastName "Stuijck"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1824-06-17"^^xsd:date
  ] .

oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person-45a383de-f642-6172-9414-a0689e5b2ec0
  a a2a:Person ;
  rdfs:label "Franciscus Stuijck" ;
  a2a:PersonName [
    rdfs:label "Franciscus Stuijck" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNameLastName "Stuijck"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1824-06-17"^^xsd:date
  ] .

oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person:60bd8200-4b73-c92f-a620-64bebe7cc960 ;
  a2a:EventKeyRef oa:event_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Event1 .

oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person:d46498b1-5755-77b6-2497-e5c0ad29f31e ;
  a2a:EventKeyRef oa:event_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Event1 .

oa:relationep_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Person:45a383de-f642-6172-9414-a0689e5b2ec0 ;
  a2a:EventKeyRef oa:event_bhi_361caf63-edae-746c-0d8d-e2be754b28e5_Event1 .

oa:source_bhi_361caf63-edae-746c-0d8d-e2be754b28e5
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1824-06-19 - 1824-06-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-06-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-06-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "6" ;
    a2a:Day "19" ;
    rdfs:label "1824-06-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1174, Periode: 1824" ;
    a2a:Book "Geboorteregister 1824" ;
    a2a:DocumentNumber "199" ;
    a2a:RegistryNumber "1174" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1174, Periode: 1824, Geboorteregister 1824, 199, 1174"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/a884bb8a-8ff6-89d4-4536-87dc79242054.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/a884bb8a-8ff6-89d4-4536-87dc79242054.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/361caf63-edae-746c-0d8d-e2be754b28e5" ;
  a2a:RecordGUID "{361caf63-edae-746c-0d8d-e2be754b28e5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3106_00003106.xml van BHI" .

