@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_e7a7c3c2-61e9-e644-d549-ea49f98af1b7
  a a2a:Record ;
  rdfs:label "Geboorte op 17 mei 1864" ;
  a2a:hasPerson oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-9c91eecf-ff5e-5b6a-5a1c-0e75672591d7, oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-487461f1-571d-2ce3-b41c-8007ab478f5a, oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-60b73c47-20ce-7fe1-0b03-9c2efd717057 ;
  a2a:hasEvent oa:event_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_0, oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_1, oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_2 ;
  a2a:hasSource oa:source_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7 .

oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-9c91eecf-ff5e-5b6a-5a1c-0e75672591d7
  a a2a:Person ;
  rdfs:label "Adrianus Martinus Simons" ;
  a2a:PersonName [
    rdfs:label "Adrianus Martinus Simons" ;
    a2a:PersonNameFirstName "Adrianus Martinus" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1864" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1864-05-17"^^xsd:date
  ] .

oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-487461f1-571d-2ce3-b41c-8007ab478f5a
  a a2a:Person ;
  rdfs:label "Maria Elisabeth Simons" ;
  a2a:PersonName [
    rdfs:label "Maria Elisabeth Simons" ;
    a2a:PersonNameFirstName "Maria Elisabeth" ;
    a2a:PersonNameLastName "Simons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person-60b73c47-20ce-7fe1-0b03-9c2efd717057
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1864" ;
    a2a:Month "5" ;
    a2a:Day "17" ;
    rdfs:label "1864-05-17"^^xsd:date
  ] .

oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person:9c91eecf-ff5e-5b6a-5a1c-0e75672591d7 ;
  a2a:EventKeyRef oa:event_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Event1 .

oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person:487461f1-571d-2ce3-b41c-8007ab478f5a ;
  a2a:EventKeyRef oa:event_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Event1 .

oa:relationep_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Person:60b73c47-20ce-7fe1-0b03-9c2efd717057 ;
  a2a:EventKeyRef oa:event_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7_Event1 .

oa:source_bhi_e7a7c3c2-61e9-e644-d549-ea49f98af1b7
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1864-01-01 - 1864-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1864-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1864-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [ a2a:Year "1864" ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 7674, Periode: 1864" ;
    a2a:Book "Geboorteregister Tilburg 1864" ;
    a2a:DocumentNumber "276" ;
    a2a:RegistryNumber "7674" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 7674, Periode: 1864, Geboorteregister Tilburg 1864, 276, 7674"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/7c18aefc-ad5c-ceee-c1e5-a47b68750ada.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/7c18aefc-ad5c-ceee-c1e5-a47b68750ada.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/e7a7c3c2-61e9-e644-d549-ea49f98af1b7" ;
  a2a:RecordGUID "{e7a7c3c2-61e9-e644-d549-ea49f98af1b7}" ;
  a2a:SourceRemarkOpmerking "Kind wordt bij huwelijk met Wilhelmus Brocken d.d. 02-06-1864 erkend" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_852_00000852.xml van BHI" .

