@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_01227ee1-2f8a-2f49-50d4-2ccc2baddb89
  a a2a:Record ;
  rdfs:label "Geboorte op 5 januari 1919" ;
  a2a:hasPerson oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-9f6177c1-97bb-b526-bee1-9176c396b028, oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-cc62d0ce-a3fb-9794-a994-be7ac1562926, oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-f6993674-aa8d-38a3-d6c7-f389b0a6a075 ;
  a2a:hasEvent oa:event_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_0, oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_1, oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_2 ;
  a2a:hasSource oa:source_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89 .

oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-9f6177c1-97bb-b526-bee1-9176c396b028
  a a2a:Person ;
  rdfs:label "Anna Doeksen" ;
  a2a:PersonName [
    rdfs:label "Anna Doeksen" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Doeksen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-cc62d0ce-a3fb-9794-a994-be7ac1562926
  a a2a:Person ;
  rdfs:label "Johannes Frederik Rommel" ;
  a2a:PersonName [
    rdfs:label "Johannes Frederik Rommel" ;
    a2a:PersonNameFirstName "Johannes Frederik" ;
    a2a:PersonNameLastName "Rommel"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1919-01-05"^^xsd:date
  ] .

oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person-f6993674-aa8d-38a3-d6c7-f389b0a6a075
  a a2a:Person ;
  rdfs:label "Albert Rommel" ;
  a2a:PersonName [
    rdfs:label "Albert Rommel" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Rommel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "5" ;
    rdfs:label "1919-01-05"^^xsd:date
  ] .

oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person:9f6177c1-97bb-b526-bee1-9176c396b028 ;
  a2a:EventKeyRef oa:event_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Event1 .

oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person:cc62d0ce-a3fb-9794-a994-be7ac1562926 ;
  a2a:EventKeyRef oa:event_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Event1 .

oa:relationep_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Person:f6993674-aa8d-38a3-d6c7-f389b0a6a075 ;
  a2a:EventKeyRef oa:event_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89_Event1 .

oa:source_bhi_01227ee1-2f8a-2f49-50d4-2ccc2baddb89
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Willemstad" ;
    rdfs:label "Willemstad", "1919-01-06 - 1919-01-06"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-01-06"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-01-06"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "1" ;
    a2a:Day "6" ;
    rdfs:label "1919-01-06"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3614, Periode: 1919" ;
    a2a:Book "Geboorteregister Willemstad 1919" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "3614" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3614, Periode: 1919, Geboorteregister Willemstad 1919, 4, 3614"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/409d1de4-cf11-384c-ed53-b02ec35e7c3a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/409d1de4-cf11-384c-ed53-b02ec35e7c3a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/01227ee1-2f8a-2f49-50d4-2ccc2baddb89" ;
  a2a:RecordGUID "{01227ee1-2f8a-2f49-50d4-2ccc2baddb89}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_75268_00075268.xml van BHI" .

