@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_e744a215-54d6-3da5-2922-e86ec3a5504e
  a a2a:Record ;
  rdfs:label "Geboorte op 11 oktober 1924" ;
  a2a:hasPerson oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-aecbdf66-1153-196a-d998-080b3b5cd65f, oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-3e89df56-f4bc-1059-929a-a2ab42c34679, oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-eb071fb4-3995-e82a-fd68-de9680fa26e4 ;
  a2a:hasEvent oa:event_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_0, oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_1, oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_2 ;
  a2a:hasSource oa:source_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e .

oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-aecbdf66-1153-196a-d998-080b3b5cd65f
  a a2a:Person ;
  rdfs:label "Anna Maria Goverde" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Goverde" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Goverde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-3e89df56-f4bc-1059-929a-a2ab42c34679
  a a2a:Person ;
  rdfs:label "Adam Petrus Schets" ;
  a2a:PersonName [
    rdfs:label "Adam Petrus Schets" ;
    a2a:PersonNameFirstName "Adam Petrus" ;
    a2a:PersonNameLastName "Schets"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1924-10-11"^^xsd:date
  ] .

oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person-eb071fb4-3995-e82a-fd68-de9680fa26e4
  a a2a:Person ;
  rdfs:label "Arie Schets" ;
  a2a:PersonName [
    rdfs:label "Arie Schets" ;
    a2a:PersonNameFirstName "Arie" ;
    a2a:PersonNameLastName "Schets"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1924-10-11"^^xsd:date
  ] .

oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person:aecbdf66-1153-196a-d998-080b3b5cd65f ;
  a2a:EventKeyRef oa:event_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Event1 .

oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person:3e89df56-f4bc-1059-929a-a2ab42c34679 ;
  a2a:EventKeyRef oa:event_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Event1 .

oa:relationep_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Person:eb071fb4-3995-e82a-fd68-de9680fa26e4 ;
  a2a:EventKeyRef oa:event_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e_Event1 .

oa:source_bhi_e744a215-54d6-3da5-2922-e86ec3a5504e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Terheijden" ;
    rdfs:label "Terheijden", "1924-10-12 - 1924-10-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1924-10-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1924-10-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1924" ;
    a2a:Month "10" ;
    a2a:Day "12" ;
    rdfs:label "1924-10-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2931, Periode: 1924" ;
    a2a:Book "Geboorteregister Terheijden 1924" ;
    a2a:DocumentNumber "92" ;
    a2a:RegistryNumber "2931" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2931, Periode: 1924, Geboorteregister Terheijden 1924, 92, 2931"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/d192deed-3590-5d65-e733-c6226dd8f065.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/d192deed-3590-5d65-e733-c6226dd8f065.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-09-22"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e744a215-54d6-3da5-2922-e86ec3a5504e" ;
  a2a:RecordGUID "{e744a215-54d6-3da5-2922-e86ec3a5504e}" ;
  a2a:SourceRemarkdeel "2931" ;
  a2a:SourceRemarkregister_periode "1924" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260206_612_00000612.xml van BHI" .

