@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_4cb6fdec-e342-06b5-45cb-80fc172ad399
  a a2a:Record ;
  rdfs:label "Geboorte op 13 januari 1847" ;
  a2a:hasPerson oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-e35e9e9d-8ed3-5cba-4128-cafc8aa4a383, oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-1c0196ef-2994-0613-f0e9-c6ddd9a9a737, oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-ec5e0f25-ae43-f785-ddc6-f02b5a165eab ;
  a2a:hasEvent oa:event_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_0, oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_1, oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_2 ;
  a2a:hasSource oa:source_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399 .

oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-e35e9e9d-8ed3-5cba-4128-cafc8aa4a383
  a a2a:Person ;
  rdfs:label "Maria Martina Robijn" ;
  a2a:PersonName [
    rdfs:label "Maria Martina Robijn" ;
    a2a:PersonNameFirstName "Maria Martina" ;
    a2a:PersonNameLastName "Robijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-1c0196ef-2994-0613-f0e9-c6ddd9a9a737
  a a2a:Person ;
  rdfs:label "Fredrik Johannes Timp" ;
  a2a:PersonName [
    rdfs:label "Fredrik Johannes Timp" ;
    a2a:PersonNameFirstName "Fredrik Johannes" ;
    a2a:PersonNameLastName "Timp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person-ec5e0f25-ae43-f785-ddc6-f02b5a165eab
  a a2a:Person ;
  rdfs:label "Johanna Wilhelmina Timp" ;
  a2a:PersonName [
    rdfs:label "Johanna Wilhelmina Timp" ;
    a2a:PersonNameFirstName "Johanna Wilhelmina" ;
    a2a:PersonNameLastName "Timp"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1847-01-13"^^xsd:date
  ] .

oa:event_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1847-01-13"^^xsd:date
  ] .

oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person:e35e9e9d-8ed3-5cba-4128-cafc8aa4a383 ;
  a2a:EventKeyRef oa:event_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Event1 .

oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person:1c0196ef-2994-0613-f0e9-c6ddd9a9a737 ;
  a2a:EventKeyRef oa:event_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Event1 .

oa:relationep_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Person:ec5e0f25-ae43-f785-ddc6-f02b5a165eab ;
  a2a:EventKeyRef oa:event_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399_Event1 .

oa:source_bhi_4cb6fdec-e342-06b5-45cb-80fc172ad399
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breda" ;
    rdfs:label "Breda", "1847-01-14 - 1847-01-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-01-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-01-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "1" ;
    a2a:Day "14" ;
    rdfs:label "1847-01-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Bron: boek, Deel: 1181, Periode: 1847" ;
    a2a:Book "Geboorteregister 1847" ;
    a2a:DocumentNumber "26" ;
    a2a:RegistryNumber "1181" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Bron: boek, Deel: 1181, Periode: 1847, Geboorteregister 1847, 26, 1181"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/4b6b63e4-1757-767f-8bec-6925ef4b2ba0.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/4b6b63e4-1757-767f-8bec-6925ef4b2ba0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/4cb6fdec-e342-06b5-45cb-80fc172ad399" ;
  a2a:RecordGUID "{4cb6fdec-e342-06b5-45cb-80fc172ad399}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1880_00001880.xml van BHI" .

