@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_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f
  a a2a:Record ;
  rdfs:label "Geboorte op 25 november 1866" ;
  a2a:hasPerson oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-6ea36b50-0411-b07d-c6cb-ab870be90f64, oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-71859794-2aae-9508-540b-cb56f6ad2c94, oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-1c66724f-a04c-67fa-ca2a-7c8fa2ccac35 ;
  a2a:hasEvent oa:event_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_0, oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_1, oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_2 ;
  a2a:hasSource oa:source_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f .

oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-6ea36b50-0411-b07d-c6cb-ab870be90f64
  a a2a:Person ;
  rdfs:label "Gerard Jacobus van Meer" ;
  a2a:PersonName [
    rdfs:label "Gerard Jacobus van Meer" ;
    a2a:PersonNameFirstName "Gerard Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1866" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1866-11-25"^^xsd:date
  ] .

oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-71859794-2aae-9508-540b-cb56f6ad2c94
  a a2a:Person ;
  rdfs:label "Petronilla van de Kar" ;
  a2a:PersonName [
    rdfs:label "Petronilla van de Kar" ;
    a2a:PersonNameFirstName "Petronilla" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Kar"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person-1c66724f-a04c-67fa-ca2a-7c8fa2ccac35
  a a2a:Person ;
  rdfs:label "Henricus van Meer" ;
  a2a:PersonName [
    rdfs:label "Henricus van Meer" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1866" ;
    a2a:Month "11" ;
    a2a:Day "25" ;
    rdfs:label "1866-11-25"^^xsd:date
  ] .

oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person:6ea36b50-0411-b07d-c6cb-ab870be90f64 ;
  a2a:EventKeyRef oa:event_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Event1 .

oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person:71859794-2aae-9508-540b-cb56f6ad2c94 ;
  a2a:EventKeyRef oa:event_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Event1 .

oa:relationep_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Person:1c66724f-a04c-67fa-ca2a-7c8fa2ccac35 ;
  a2a:EventKeyRef oa:event_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f_Event1 .

oa:source_bhi_cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Halsteren" ;
    rdfs:label "Halsteren", "1866-11-26 - 1866-11-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1866-11-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1866-11-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1866" ;
    a2a:Month "11" ;
    a2a:Day "26" ;
    rdfs:label "1866-11-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3293, Periode: 1866" ;
    a2a:Book "Geboorteregister Halsteren 1866" ;
    a2a:DocumentNumber "86" ;
    a2a:RegistryNumber "3293" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3293, Periode: 1866, Geboorteregister Halsteren 1866, 86, 3293"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e1a2995e-8350-1ce2-ad9f-04c2e150a3e7.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e1a2995e-8350-1ce2-ad9f-04c2e150a3e7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-10-20"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f" ;
  a2a:RecordGUID "{cff00aac-6e50-bbd4-b3ef-35fa7c93ed2f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_7862_00007862.xml van BHI" .

