@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_53e4a2d9-79f6-e847-e042-91656f39775b
  a a2a:Record ;
  rdfs:label "Geboorte op 7 juni 1893" ;
  a2a:hasPerson oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-c35ee6c7-25b4-227f-dbd8-1d4ca181b87f, oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-c1f1df51-f4bf-c86e-2b75-0e7453a217ab, oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-7fa9a6eb-38e4-8420-31de-e1e05e5e501a ;
  a2a:hasEvent oa:event_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_0, oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_1, oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_2 ;
  a2a:hasSource oa:source_bhi_53e4a2d9-79f6-e847-e042-91656f39775b .

oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-c35ee6c7-25b4-227f-dbd8-1d4ca181b87f
  a a2a:Person ;
  rdfs:label "Jacoba Joanna Goor" ;
  a2a:PersonName [
    rdfs:label "Jacoba Joanna Goor" ;
    a2a:PersonNameFirstName "Jacoba Joanna" ;
    a2a:PersonNameLastName "Goor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-c1f1df51-f4bf-c86e-2b75-0e7453a217ab
  a a2a:Person ;
  rdfs:label "Egidius Jacobus Vogels" ;
  a2a:PersonName [
    rdfs:label "Egidius Jacobus Vogels" ;
    a2a:PersonNameFirstName "Egidius Jacobus" ;
    a2a:PersonNameLastName "Vogels"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person-7fa9a6eb-38e4-8420-31de-e1e05e5e501a
  a a2a:Person ;
  rdfs:label "Anna Cornelia Maria Vogels" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Maria Vogels" ;
    a2a:PersonNameFirstName "Anna Cornelia Maria" ;
    a2a:PersonNameLastName "Vogels"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1893-06-07"^^xsd:date
  ] .

oa:event_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1893-06-07"^^xsd:date
  ] .

oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person:c35ee6c7-25b4-227f-dbd8-1d4ca181b87f ;
  a2a:EventKeyRef oa:event_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Event1 .

oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person:c1f1df51-f4bf-c86e-2b75-0e7453a217ab ;
  a2a:EventKeyRef oa:event_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Event1 .

oa:relationep_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Person:7fa9a6eb-38e4-8420-31de-e1e05e5e501a ;
  a2a:EventKeyRef oa:event_bhi_53e4a2d9-79f6-e847-e042-91656f39775b_Event1 .

oa:source_bhi_53e4a2d9-79f6-e847-e042-91656f39775b
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1893-06-07 - 1893-06-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-06-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-06-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "6" ;
    a2a:Day "7" ;
    rdfs:label "1893-06-07"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1196, Periode: 1893" ;
    a2a:Book "Geboorteregister 1893" ;
    a2a:DocumentNumber "397" ;
    a2a:RegistryNumber "1196" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1196, Periode: 1893, Geboorteregister 1893, 397, 1196"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/511f7393-3825-6dec-c15c-45a781c6f6aa.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/511f7393-3825-6dec-c15c-45a781c6f6aa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/53e4a2d9-79f6-e847-e042-91656f39775b" ;
  a2a:RecordGUID "{53e4a2d9-79f6-e847-e042-91656f39775b}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1366_00001366.xml van BHI" .

