@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_07f67e2b-6573-cb05-e34f-05d32947e9cc
  a a2a:Record ;
  rdfs:label "Geboorte op 12 februari 1881" ;
  a2a:hasPerson oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-c426fd22-862c-fa19-95c0-cb398bdc93b6, oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-3a353c28-e01c-5331-b8c3-a827b43fb8d9, oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-02bcee68-9117-86d8-5989-c24b93675598 ;
  a2a:hasEvent oa:event_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_0, oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_1, oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_2 ;
  a2a:hasSource oa:source_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc .

oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-c426fd22-862c-fa19-95c0-cb398bdc93b6
  a a2a:Person ;
  rdfs:label "Alida Bonsel" ;
  a2a:PersonName [
    rdfs:label "Alida Bonsel" ;
    a2a:PersonNameFirstName "Alida" ;
    a2a:PersonNameLastName "Bonsel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-3a353c28-e01c-5331-b8c3-a827b43fb8d9
  a a2a:Person ;
  rdfs:label "Constantinus Jacobus Melaet" ;
  a2a:PersonName [
    rdfs:label "Constantinus Jacobus Melaet" ;
    a2a:PersonNameFirstName "Constantinus Jacobus" ;
    a2a:PersonNameLastName "Melaet"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person-02bcee68-9117-86d8-5989-c24b93675598
  a a2a:Person ;
  rdfs:label "Adrianus Gerardus Melaet" ;
  a2a:PersonName [
    rdfs:label "Adrianus Gerardus Melaet" ;
    a2a:PersonNameFirstName "Adrianus Gerardus" ;
    a2a:PersonNameLastName "Melaet"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1881-02-12"^^xsd:date
  ] .

oa:event_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1881-02-12"^^xsd:date
  ] .

oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person:c426fd22-862c-fa19-95c0-cb398bdc93b6 ;
  a2a:EventKeyRef oa:event_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Event1 .

oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person:3a353c28-e01c-5331-b8c3-a827b43fb8d9 ;
  a2a:EventKeyRef oa:event_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Event1 .

oa:relationep_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Person:02bcee68-9117-86d8-5989-c24b93675598 ;
  a2a:EventKeyRef oa:event_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc_Event1 .

oa:source_bhi_07f67e2b-6573-cb05-e34f-05d32947e9cc
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1881-02-14 - 1881-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1881-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3813, Periode: 1881" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1881" ;
    a2a:DocumentNumber "104" ;
    a2a:RegistryNumber "3813" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3813, Periode: 1881, Geboorteregister 's-Hertogenbosch 1881, 104, 3813"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/07f67e2b-6573-cb05-e34f-05d32947e9cc" ;
  a2a:RecordGUID "{07f67e2b-6573-cb05-e34f-05d32947e9cc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2051_00002051.xml van BHI" .

