@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_8a143b5b-e574-01bc-c2bf-9c18d114feb3
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juli 1904 te Werkendam" ;
  a2a:hasPerson oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-e27a2e88-f3b4-c09a-bd85-6f63e7434484, oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-308761f9-4d2e-1f21-3004-f1a0ed7eb600, oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-20d4fdfb-f2f8-feb2-c856-271729ced0eb ;
  a2a:hasEvent oa:event_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_0, oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_1, oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_2 ;
  a2a:hasSource oa:source_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3 .

oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-e27a2e88-f3b4-c09a-bd85-6f63e7434484
  a a2a:Person ;
  rdfs:label "Adriana Visser" ;
  a2a:PersonName [
    rdfs:label "Adriana Visser" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-308761f9-4d2e-1f21-3004-f1a0ed7eb600
  a a2a:Person ;
  rdfs:label "Agatha Paans" ;
  a2a:PersonName [
    rdfs:label "Agatha Paans" ;
    a2a:PersonNameFirstName "Agatha" ;
    a2a:PersonNameLastName "Paans"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1904-07-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person-20d4fdfb-f2f8-feb2-c856-271729ced0eb
  a a2a:Person ;
  rdfs:label "Cornelis Pieter Paans" ;
  a2a:PersonName [
    rdfs:label "Cornelis Pieter Paans" ;
    a2a:PersonNameFirstName "Cornelis Pieter" ;
    a2a:PersonNameLastName "Paans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1904-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person:e27a2e88-f3b4-c09a-bd85-6f63e7434484 ;
  a2a:EventKeyRef oa:event_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Event1 .

oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person:308761f9-4d2e-1f21-3004-f1a0ed7eb600 ;
  a2a:EventKeyRef oa:event_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Event1 .

oa:relationep_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Person:20d4fdfb-f2f8-feb2-c856-271729ced0eb ;
  a2a:EventKeyRef oa:event_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3_Event1 .

oa:source_bhi_8a143b5b-e574-01bc-c2bf-9c18d114feb3
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1904-07-12 - 1904-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1904-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1904-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1904" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1904-07-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3580, Periode: 1904" ;
    a2a:Book "Geboorteregister Werkendam 1904" ;
    a2a:DocumentNumber "56" ;
    a2a:RegistryNumber "3580" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3580, Periode: 1904, Geboorteregister Werkendam 1904, 56, 3580"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/87260add-e7e2-ca57-e1c2-dc469a0c60ee.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/87260add-e7e2-ca57-e1c2-dc469a0c60ee.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-09-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/8a143b5b-e574-01bc-c2bf-9c18d114feb3" ;
  a2a:RecordGUID "{8a143b5b-e574-01bc-c2bf-9c18d114feb3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_264_00000264.xml van BHI" .

