@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_6d78abbd-80b0-bfb9-e94a-2c6da5987008
  a a2a:Record ;
  rdfs:label "Geboorte op 17 februari 1891" ;
  a2a:hasPerson oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-bbadf527-b593-b018-a176-24e40c9fc236, oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-c9e38189-2e21-c260-8d7e-c73e67d95ed6, oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-fc20ae89-db63-f219-cc95-70a391198bb0 ;
  a2a:hasEvent oa:event_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_0, oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_1, oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_2 ;
  a2a:hasSource oa:source_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008 .

oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-bbadf527-b593-b018-a176-24e40c9fc236
  a a2a:Person ;
  rdfs:label "Jacoba Rijpert" ;
  a2a:PersonName [
    rdfs:label "Jacoba Rijpert" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNameLastName "Rijpert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-c9e38189-2e21-c260-8d7e-c73e67d95ed6
  a a2a:Person ;
  rdfs:label "Jan Thomas Hendrik Hofman" ;
  a2a:PersonName [
    rdfs:label "Jan Thomas Hendrik Hofman" ;
    a2a:PersonNameFirstName "Jan Thomas Hendrik" ;
    a2a:PersonNameLastName "Hofman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person-fc20ae89-db63-f219-cc95-70a391198bb0
  a a2a:Person ;
  rdfs:label "Johanna Hofman" ;
  a2a:PersonName [
    rdfs:label "Johanna Hofman" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Hofman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1891" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1891-02-17"^^xsd:date
  ] .

oa:event_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1891" ;
    a2a:Month "2" ;
    a2a:Day "17" ;
    rdfs:label "1891-02-17"^^xsd:date
  ] .

oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person:bbadf527-b593-b018-a176-24e40c9fc236 ;
  a2a:EventKeyRef oa:event_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Event1 .

oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person:c9e38189-2e21-c260-8d7e-c73e67d95ed6 ;
  a2a:EventKeyRef oa:event_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Event1 .

oa:relationep_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Person:fc20ae89-db63-f219-cc95-70a391198bb0 ;
  a2a:EventKeyRef oa:event_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008_Event1 .

oa:source_bhi_6d78abbd-80b0-bfb9-e94a-2c6da5987008
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1891-02-18 - 1891-02-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1891-02-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1891-02-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1891" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1891-02-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1194, Periode: 1891" ;
    a2a:Book "Geboorteregister 1891" ;
    a2a:DocumentNumber "124" ;
    a2a:RegistryNumber "1194" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1194, Periode: 1891, Geboorteregister 1891, 124, 1194"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/9a9e4182-ff3c-3fa3-7935-a603435479c2.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/9a9e4182-ff3c-3fa3-7935-a603435479c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/6d78abbd-80b0-bfb9-e94a-2c6da5987008" ;
  a2a:RecordGUID "{6d78abbd-80b0-bfb9-e94a-2c6da5987008}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1717_00001717.xml van BHI" .

