@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_32abd291-50dc-d6e8-0c5e-e2595c87dbfe
  a a2a:Record ;
  rdfs:label "Geboorte op 23 maart 1824" ;
  a2a:hasPerson oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-5f6f9e96-3019-2a7f-1e56-3283d34d7463, oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-7fb6337a-e124-f420-337b-f73c62268854, oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-ba4776c9-4ed9-ef04-e651-308754b9c54e ;
  a2a:hasEvent oa:event_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_0, oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_1, oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_2 ;
  a2a:hasSource oa:source_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe .

oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-5f6f9e96-3019-2a7f-1e56-3283d34d7463
  a a2a:Person ;
  rdfs:label "Mathijas Adriaanse Bink" ;
  a2a:PersonName [
    rdfs:label "Mathijas Adriaanse Bink" ;
    a2a:PersonNameFirstName "Mathijas Adriaanse" ;
    a2a:PersonNameLastName "Bink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-7fb6337a-e124-f420-337b-f73c62268854
  a a2a:Person ;
  rdfs:label "Adriana Snijders" ;
  a2a:PersonName [
    rdfs:label "Adriana Snijders" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Snijders"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person-ba4776c9-4ed9-ef04-e651-308754b9c54e
  a a2a:Person ;
  rdfs:label "Maria Adriana Bink" ;
  a2a:PersonName [
    rdfs:label "Maria Adriana Bink" ;
    a2a:PersonNameFirstName "Maria Adriana" ;
    a2a:PersonNameLastName "Bink"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1824-03-23"^^xsd:date
  ] .

oa:event_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "3" ;
    a2a:Day "23" ;
    rdfs:label "1824-03-23"^^xsd:date
  ] .

oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person:5f6f9e96-3019-2a7f-1e56-3283d34d7463 ;
  a2a:EventKeyRef oa:event_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Event1 .

oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person:7fb6337a-e124-f420-337b-f73c62268854 ;
  a2a:EventKeyRef oa:event_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Event1 .

oa:relationep_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Person:ba4776c9-4ed9-ef04-e651-308754b9c54e ;
  a2a:EventKeyRef oa:event_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe_Event1 .

oa:source_bhi_32abd291-50dc-d6e8-0c5e-e2595c87dbfe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waspik" ;
    rdfs:label "Waspik", "1824-03-24 - 1824-03-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-03-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-03-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1824-03-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8758, Periode: 1824" ;
    a2a:Book "Geboorteregister Waspik 1824" ;
    a2a:DocumentNumber "19" ;
    a2a:RegistryNumber "8758" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8758, Periode: 1824, Geboorteregister Waspik 1824, 19, 8758"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b412a610-c47e-279c-32b8-faab245e85d3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b412a610-c47e-279c-32b8-faab245e85d3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/32abd291-50dc-d6e8-0c5e-e2595c87dbfe" ;
  a2a:RecordGUID "{32abd291-50dc-d6e8-0c5e-e2595c87dbfe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80924_00080924.xml van BHI" .

