@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_d9f484cd-e78c-41bc-540c-8be4ea5abbbe
  a a2a:Record ;
  rdfs:label "Geboorte op 15 november 1916" ;
  a2a:hasPerson oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-0a5b9153-03e3-80c2-3753-be61722cf609, oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-6babe927-a64b-10e4-cf15-19c6be7eb737, oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-5c935509-52e1-f9de-a427-0fb61f7885a5 ;
  a2a:hasEvent oa:event_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_0, oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_1, oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_2 ;
  a2a:hasSource oa:source_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe .

oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-0a5b9153-03e3-80c2-3753-be61722cf609
  a a2a:Person ;
  rdfs:label "Anna Catharina Guns" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Guns" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Guns"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-6babe927-a64b-10e4-cf15-19c6be7eb737
  a a2a:Person ;
  rdfs:label "Ludovicus Petrus Simons" ;
  a2a:PersonName [
    rdfs:label "Ludovicus Petrus Simons" ;
    a2a:PersonNameFirstName "Ludovicus Petrus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1916" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1916-11-15"^^xsd:date
  ] .

oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person-5c935509-52e1-f9de-a427-0fb61f7885a5
  a a2a:Person ;
  rdfs:label "Joannes Baptista Simons" ;
  a2a:PersonName [
    rdfs:label "Joannes Baptista Simons" ;
    a2a:PersonNameFirstName "Joannes Baptista" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1916" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1916-11-15"^^xsd:date
  ] .

oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person:0a5b9153-03e3-80c2-3753-be61722cf609 ;
  a2a:EventKeyRef oa:event_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Event1 .

oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person:6babe927-a64b-10e4-cf15-19c6be7eb737 ;
  a2a:EventKeyRef oa:event_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Event1 .

oa:relationep_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Person:5c935509-52e1-f9de-a427-0fb61f7885a5 ;
  a2a:EventKeyRef oa:event_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe_Event1 .

oa:source_bhi_d9f484cd-e78c-41bc-540c-8be4ea5abbbe
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Putte" ;
    rdfs:label "Putte", "1916-11-15 - 1916-11-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1916-11-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-11-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1916" ;
    a2a:Month "11" ;
    a2a:Day "15" ;
    rdfs:label "1916-11-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 2444, Periode: 1916" ;
    a2a:Book "Geboorteregister Putte 1916" ;
    a2a:DocumentNumber "44" ;
    a2a:RegistryNumber "2444" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 2444, Periode: 1916, Geboorteregister Putte 1916, 44, 2444"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/e7bf51db-c4b6-3485-af9b-b66e2dfd94bf.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/e7bf51db-c4b6-3485-af9b-b66e2dfd94bf.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-08-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/d9f484cd-e78c-41bc-540c-8be4ea5abbbe" ;
  a2a:RecordGUID "{d9f484cd-e78c-41bc-540c-8be4ea5abbbe}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_131_00000131.xml van BHI" .

