@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_2e3638fa-e01e-807e-8206-e49dc85c71b8
  a a2a:Record ;
  rdfs:label "Geboorte op 10 september 1820" ;
  a2a:hasPerson oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-acbb68e9-f1a3-8490-2b87-3d62e9895f45, oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-ec3571ab-861c-3b80-834a-bf3dcaafa06e, oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-782303bd-20a7-2fd1-f88b-c090dea9a618 ;
  a2a:hasEvent oa:event_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_0, oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_1, oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_2 ;
  a2a:hasSource oa:source_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8 .

oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-acbb68e9-f1a3-8490-2b87-3d62e9895f45
  a a2a:Person ;
  rdfs:label "Petronella Geertrui Hamel" ;
  a2a:PersonName [
    rdfs:label "Petronella Geertrui Hamel" ;
    a2a:PersonNameFirstName "Petronella Geertrui" ;
    a2a:PersonNameLastName "Hamel"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-ec3571ab-861c-3b80-834a-bf3dcaafa06e
  a a2a:Person ;
  rdfs:label "Jacobus Coenraad Visscher" ;
  a2a:PersonName [
    rdfs:label "Jacobus Coenraad Visscher" ;
    a2a:PersonNameFirstName "Jacobus Coenraad" ;
    a2a:PersonNameLastName "Visscher"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person-782303bd-20a7-2fd1-f88b-c090dea9a618
  a a2a:Person ;
  rdfs:label "Adriana Maria Francisca Visscher" ;
  a2a:PersonName [
    rdfs:label "Adriana Maria Francisca Visscher" ;
    a2a:PersonNameFirstName "Adriana Maria Francisca" ;
    a2a:PersonNameLastName "Visscher"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1820" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1820-09-10"^^xsd:date
  ] .

oa:event_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1820" ;
    a2a:Month "9" ;
    a2a:Day "10" ;
    rdfs:label "1820-09-10"^^xsd:date
  ] .

oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person:acbb68e9-f1a3-8490-2b87-3d62e9895f45 ;
  a2a:EventKeyRef oa:event_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Event1 .

oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person:ec3571ab-861c-3b80-834a-bf3dcaafa06e ;
  a2a:EventKeyRef oa:event_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Event1 .

oa:relationep_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Person:782303bd-20a7-2fd1-f88b-c090dea9a618 ;
  a2a:EventKeyRef oa:event_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8_Event1 .

oa:source_bhi_2e3638fa-e01e-807e-8206-e49dc85c71b8
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1820-09-11 - 1820-09-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1820-09-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1820-09-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1820" ;
    a2a:Month "9" ;
    a2a:Day "11" ;
    rdfs:label "1820-09-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1173, Periode: 1820" ;
    a2a:Book "Geboorteregister 1820" ;
    a2a:DocumentNumber "256" ;
    a2a:RegistryNumber "1173" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1173, Periode: 1820, Geboorteregister 1820, 256, 1173"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/fdb41563-78f4-6a07-94fc-0ebe7cd559f9.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/fdb41563-78f4-6a07-94fc-0ebe7cd559f9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2e3638fa-e01e-807e-8206-e49dc85c71b8" ;
  a2a:RecordGUID "{2e3638fa-e01e-807e-8206-e49dc85c71b8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_5624_00005624.xml van BHI" .

