@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_ec4c270b-4e67-c044-458a-e472f970d46b
  a a2a:Record ;
  rdfs:label "Geboorte op 3 januari 1910" ;
  a2a:hasPerson oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-2e35b14c-5fa1-e6fc-d4a8-73d43331ce43, oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-db6f4dfe-cc1a-92b1-48fd-e1f4c9c09bc3, oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-e88ac3c0-babe-c14b-66b2-1326f0982e6b ;
  a2a:hasEvent oa:event_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_0, oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_1, oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_2 ;
  a2a:hasSource oa:source_bhi_ec4c270b-4e67-c044-458a-e472f970d46b .

oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-2e35b14c-5fa1-e6fc-d4a8-73d43331ce43
  a a2a:Person ;
  rdfs:label "Johanna Jacoba Drenthen" ;
  a2a:PersonName [
    rdfs:label "Johanna Jacoba Drenthen" ;
    a2a:PersonNameFirstName "Johanna Jacoba" ;
    a2a:PersonNameLastName "Drenthen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-db6f4dfe-cc1a-92b1-48fd-e1f4c9c09bc3
  a a2a:Person ;
  rdfs:label "Dirk Martinus Vollewens" ;
  a2a:PersonName [
    rdfs:label "Dirk Martinus Vollewens" ;
    a2a:PersonNameFirstName "Dirk Martinus" ;
    a2a:PersonNameLastName "Vollewens"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1910-01-03"^^xsd:date
  ] .

oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person-e88ac3c0-babe-c14b-66b2-1326f0982e6b
  a a2a:Person ;
  rdfs:label "Johannes Petrus Vollewens" ;
  a2a:PersonName [
    rdfs:label "Johannes Petrus Vollewens" ;
    a2a:PersonNameFirstName "Johannes Petrus" ;
    a2a:PersonNameLastName "Vollewens"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "3" ;
    rdfs:label "1910-01-03"^^xsd:date
  ] .

oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person:2e35b14c-5fa1-e6fc-d4a8-73d43331ce43 ;
  a2a:EventKeyRef oa:event_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Event1 .

oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person:db6f4dfe-cc1a-92b1-48fd-e1f4c9c09bc3 ;
  a2a:EventKeyRef oa:event_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Event1 .

oa:relationep_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Person:e88ac3c0-babe-c14b-66b2-1326f0982e6b ;
  a2a:EventKeyRef oa:event_bhi_ec4c270b-4e67-c044-458a-e472f970d46b_Event1 .

oa:source_bhi_ec4c270b-4e67-c044-458a-e472f970d46b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1910-01-04 - 1910-01-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-01-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "1" ;
    a2a:Day "4" ;
    rdfs:label "1910-01-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 1557, Periode: 1910" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1910" ;
    a2a:DocumentNumber "11" ;
    a2a:RegistryNumber "1557" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 1557, Periode: 1910, Geboorteregister 's-Hertogenbosch 1910, 11, 1557"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d5f4b619-9418-1f0c-c76f-753a2bd17276.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d5f4b619-9418-1f0c-c76f-753a2bd17276.jpg"
  ] ;
  a2a:SourceLastChangeDate "2024-02-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ec4c270b-4e67-c044-458a-e472f970d46b" ;
  a2a:RecordGUID "{ec4c270b-4e67-c044-458a-e472f970d46b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240501_176_00000176.xml van BHI" .

