@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_ef8a9ea5-858a-b4e4-803a-b178ed26da7c
  a a2a:Record ;
  rdfs:label "Geboorte op 30 november 1920" ;
  a2a:hasPerson oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-6ce7f271-15f5-7d70-24e2-e9e46b918a64, oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-6057b7ac-ad11-80a5-74cc-09a4cef0d3bc, oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-a4e009a4-f3f6-c678-c28f-c2f382095644 ;
  a2a:hasEvent oa:event_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_0, oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_1, oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_2 ;
  a2a:hasSource oa:source_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c .

oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-6ce7f271-15f5-7d70-24e2-e9e46b918a64
  a a2a:Person ;
  rdfs:label "Neeltje Knook" ;
  a2a:PersonName [
    rdfs:label "Neeltje Knook" ;
    a2a:PersonNameFirstName "Neeltje" ;
    a2a:PersonNameLastName "Knook"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-6057b7ac-ad11-80a5-74cc-09a4cef0d3bc
  a a2a:Person ;
  rdfs:label "Frederik Hulshof" ;
  a2a:PersonName [
    rdfs:label "Frederik Hulshof" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNameLastName "Hulshof"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1920-11-30"^^xsd:date
  ] .

oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person-a4e009a4-f3f6-c678-c28f-c2f382095644
  a a2a:Person ;
  rdfs:label "Frederik Hulshof" ;
  a2a:PersonName [
    rdfs:label "Frederik Hulshof" ;
    a2a:PersonNameFirstName "Frederik" ;
    a2a:PersonNameLastName "Hulshof"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1920-11-30"^^xsd:date
  ] .

oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person:6ce7f271-15f5-7d70-24e2-e9e46b918a64 ;
  a2a:EventKeyRef oa:event_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Event1 .

oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person:6057b7ac-ad11-80a5-74cc-09a4cef0d3bc ;
  a2a:EventKeyRef oa:event_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Event1 .

oa:relationep_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Person:a4e009a4-f3f6-c678-c28f-c2f382095644 ;
  a2a:EventKeyRef oa:event_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c_Event1 .

oa:source_bhi_ef8a9ea5-858a-b4e4-803a-b178ed26da7c
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dinteloord" ;
    rdfs:label "Dinteloord", "1920-11-30 - 1920-11-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-11-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-11-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1920-11-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 692, Periode: 1920" ;
    a2a:Book "Geboorteregister Dinteloord 1920" ;
    a2a:DocumentNumber "118" ;
    a2a:RegistryNumber "692" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 692, Periode: 1920, Geboorteregister Dinteloord 1920, 118, 692"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/533beccb-8151-37c5-88e4-39edf5893ea3.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/533beccb-8151-37c5-88e4-39edf5893ea3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/ef8a9ea5-858a-b4e4-803a-b178ed26da7c" ;
  a2a:RecordGUID "{ef8a9ea5-858a-b4e4-803a-b178ed26da7c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231207_76908_00076908.xml van BHI" .

