@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_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb
  a a2a:Record ;
  rdfs:label "Geboorte op 14 augustus 1892" ;
  a2a:hasPerson oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-ad38e6c2-b688-094d-88d4-e8ea75876086, oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-eb42bfcb-127b-6ec2-5ffa-cf7561c7d53b, oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-3229aa6d-2523-6816-4687-7a1e0110d104 ;
  a2a:hasEvent oa:event_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_0, oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_1, oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_2 ;
  a2a:hasSource oa:source_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb .

oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-ad38e6c2-b688-094d-88d4-e8ea75876086
  a a2a:Person ;
  rdfs:label "Jeanne Ponse" ;
  a2a:PersonName [
    rdfs:label "Jeanne Ponse" ;
    a2a:PersonNameFirstName "Jeanne" ;
    a2a:PersonNameLastName "Ponse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-eb42bfcb-127b-6ec2-5ffa-cf7561c7d53b
  a a2a:Person ;
  rdfs:label "Florent Leon Joseph van de Pol" ;
  a2a:PersonName [
    rdfs:label "Florent Leon Joseph van de Pol" ;
    a2a:PersonNameFirstName "Florent Leon Joseph" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person-3229aa6d-2523-6816-4687-7a1e0110d104
  a a2a:Person ;
  rdfs:label "Cornelie Hortense Anna van de Pol" ;
  a2a:PersonName [
    rdfs:label "Cornelie Hortense Anna van de Pol" ;
    a2a:PersonNameFirstName "Cornelie Hortense Anna" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Pol"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1892-08-14"^^xsd:date
  ] .

oa:event_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "14" ;
    rdfs:label "1892-08-14"^^xsd:date
  ] .

oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person:ad38e6c2-b688-094d-88d4-e8ea75876086 ;
  a2a:EventKeyRef oa:event_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Event1 .

oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person:eb42bfcb-127b-6ec2-5ffa-cf7561c7d53b ;
  a2a:EventKeyRef oa:event_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Event1 .

oa:relationep_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Person:3229aa6d-2523-6816-4687-7a1e0110d104 ;
  a2a:EventKeyRef oa:event_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb_Event1 .

oa:source_bhi_1380ea97-a394-0a2e-034c-2c9ffe2d5ceb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1892-08-16 - 1892-08-16"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-08-16"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-08-16"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "8" ;
    a2a:Day "16" ;
    rdfs:label "1892-08-16"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1195, Periode: 1892" ;
    a2a:Book "Geboorteregister 1892" ;
    a2a:DocumentNumber "539" ;
    a2a:RegistryNumber "1195" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1195, Periode: 1892, Geboorteregister 1892, 539, 1195"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/1f8bfe4e-bdba-7d4f-e402-a57d3fc8af0c.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/1f8bfe4e-bdba-7d4f-e402-a57d3fc8af0c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1380ea97-a394-0a2e-034c-2c9ffe2d5ceb" ;
  a2a:RecordGUID "{1380ea97-a394-0a2e-034c-2c9ffe2d5ceb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_728_00000728.xml van BHI" .

