@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_751fca80-34e7-aa2c-ea63-aafe166edcc0
  a a2a:Record ;
  rdfs:label "Geboorte op 23 februari 1847" ;
  a2a:hasPerson oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-5efca658-11af-ba1f-a092-3995930840f9, oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-6f1b9467-7b89-0043-26a8-52d13328b583, oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-065a5e73-5620-0abc-3914-1590c0398838 ;
  a2a:hasEvent oa:event_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_0, oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_1, oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_2 ;
  a2a:hasSource oa:source_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0 .

oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-5efca658-11af-ba1f-a092-3995930840f9
  a a2a:Person ;
  rdfs:label "Albert van Vark" ;
  a2a:PersonName [
    rdfs:label "Albert van Vark" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1847-02-23"^^xsd:date
  ] .

oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-6f1b9467-7b89-0043-26a8-52d13328b583
  a a2a:Person ;
  rdfs:label "Anna van Vark" ;
  a2a:PersonName [
    rdfs:label "Anna van Vark" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vark"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person-065a5e73-5620-0abc-3914-1590c0398838
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1847-02-23"^^xsd:date
  ] .

oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person:5efca658-11af-ba1f-a092-3995930840f9 ;
  a2a:EventKeyRef oa:event_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Event1 .

oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person:6f1b9467-7b89-0043-26a8-52d13328b583 ;
  a2a:EventKeyRef oa:event_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Event1 .

oa:relationep_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Person:065a5e73-5620-0abc-3914-1590c0398838 ;
  a2a:EventKeyRef oa:event_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0_Event1 .

oa:source_bhi_751fca80-34e7-aa2c-ea63-aafe166edcc0
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "De Werken en Sleeuwijk" ;
    rdfs:label "De Werken en Sleeuwijk", "1847-02-24 - 1847-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "24" ;
    rdfs:label "1847-02-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8818, Periode: 1847" ;
    a2a:Book "Geboorteregister De Werken en Sleeuwijk 1847" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "8818" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8818, Periode: 1847, Geboorteregister De Werken en Sleeuwijk 1847, 11, 8818"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/6f2ce871-d53c-95d5-2fc6-7441350c8322.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/6f2ce871-d53c-95d5-2fc6-7441350c8322.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-03-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/751fca80-34e7-aa2c-ea63-aafe166edcc0" ;
  a2a:RecordGUID "{751fca80-34e7-aa2c-ea63-aafe166edcc0}" ;
  a2a:SourceRemarkOpmerking "Kind wordt bij huwelijk met Arie Kamsteeg d.d. 26-10-1848 gewettigd en erkend" ;
  a2a:SourceRemarkdeel "8818" ;
  a2a:SourceRemarkregister_periode "1847" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_158_00000158.xml van BHI" .

