@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_444782db-43c8-e7fd-e76c-8722ba1b65af
  a a2a:Record ;
  rdfs:label "Geboorte op 27 augustus 1920" ;
  a2a:hasPerson oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-d8c86b0e-0877-5acf-a9e0-a1bc93ec7667, oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-d289da41-280a-ea67-59f3-3b4071347113, oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-c596527f-86b8-cfc3-2854-670154b9d762 ;
  a2a:hasEvent oa:event_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_0, oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_1, oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_2 ;
  a2a:hasSource oa:source_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af .

oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-d8c86b0e-0877-5acf-a9e0-a1bc93ec7667
  a a2a:Person ;
  rdfs:label "Antoinett Cornelia Margaretha Maassen" ;
  a2a:PersonName [
    rdfs:label "Antoinett Cornelia Margaretha Maassen" ;
    a2a:PersonNameFirstName "Antoinett Cornelia Margaretha" ;
    a2a:PersonNameLastName "Maassen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-d289da41-280a-ea67-59f3-3b4071347113
  a a2a:Person ;
  rdfs:label "Hendrik van Gurp" ;
  a2a:PersonName [
    rdfs:label "Hendrik van Gurp" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gurp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1920-08-27"^^xsd:date
  ] .

oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person-c596527f-86b8-cfc3-2854-670154b9d762
  a a2a:Person ;
  rdfs:label "Hendrik van Gurp" ;
  a2a:PersonName [
    rdfs:label "Hendrik van Gurp" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gurp"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1920-08-27"^^xsd:date
  ] .

oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person:d8c86b0e-0877-5acf-a9e0-a1bc93ec7667 ;
  a2a:EventKeyRef oa:event_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Event1 .

oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person:d289da41-280a-ea67-59f3-3b4071347113 ;
  a2a:EventKeyRef oa:event_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Event1 .

oa:relationep_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Person:c596527f-86b8-cfc3-2854-670154b9d762 ;
  a2a:EventKeyRef oa:event_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af_Event1 .

oa:source_bhi_444782db-43c8-e7fd-e76c-8722ba1b65af
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hooge en Lage Zwaluwe" ;
    rdfs:label "Hooge en Lage Zwaluwe", "1920-08-27 - 1920-08-27"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1920-08-27"^^xsd:date ;
    a2a:SourceIndexDateTo "1920-08-27"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1920" ;
    a2a:Month "8" ;
    a2a:Day "27" ;
    rdfs:label "1920-08-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3863, Periode: 1920" ;
    a2a:Book "Geboorteregister Hooge en Lage Zwaluwe 1920" ;
    a2a:DocumentNumber "88" ;
    a2a:RegistryNumber "3863" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3863, Periode: 1920, Geboorteregister Hooge en Lage Zwaluwe 1920, 88, 3863"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/51b23993-0b92-8ee7-a2a5-550011b87d95.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/51b23993-0b92-8ee7-a2a5-550011b87d95.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/444782db-43c8-e7fd-e76c-8722ba1b65af" ;
  a2a:RecordGUID "{444782db-43c8-e7fd-e76c-8722ba1b65af}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80455_00080455.xml van BHI" .

