@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_2ca3449a-681b-e389-e606-13bcce8e2be6
  a a2a:Record ;
  rdfs:label "Geboorte op 20 oktober 1841" ;
  a2a:hasPerson oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-21fa2690-fa5f-1829-8dc3-0476bd6bbabf, oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-06b6af30-0ac5-3cde-c17b-97d835b1a918, oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-fced88e0-626a-8bb1-5094-c9f4ac97f46b ;
  a2a:hasEvent oa:event_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_0, oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_1, oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_2 ;
  a2a:hasSource oa:source_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6 .

oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-21fa2690-fa5f-1829-8dc3-0476bd6bbabf
  a a2a:Person ;
  rdfs:label "Louis Kramp" ;
  a2a:PersonName [
    rdfs:label "Louis Kramp" ;
    a2a:PersonNameFirstName "Louis" ;
    a2a:PersonNameLastName "Kramp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-06b6af30-0ac5-3cde-c17b-97d835b1a918
  a a2a:Person ;
  rdfs:label "Adrianus Kramp" ;
  a2a:PersonName [
    rdfs:label "Adrianus Kramp" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Kramp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1841" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1841-10-20"^^xsd:date
  ] .

oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person-fced88e0-626a-8bb1-5094-c9f4ac97f46b
  a a2a:Person ;
  rdfs:label "Johanna Demmers" ;
  a2a:PersonName [
    rdfs:label "Johanna Demmers" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Demmers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1841" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1841-10-20"^^xsd:date
  ] .

oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person:21fa2690-fa5f-1829-8dc3-0476bd6bbabf ;
  a2a:EventKeyRef oa:event_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Event1 .

oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person:06b6af30-0ac5-3cde-c17b-97d835b1a918 ;
  a2a:EventKeyRef oa:event_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Event1 .

oa:relationep_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Person:fced88e0-626a-8bb1-5094-c9f4ac97f46b ;
  a2a:EventKeyRef oa:event_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6_Event1 .

oa:source_bhi_2ca3449a-681b-e389-e606-13bcce8e2be6
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Roosendaal" ;
    rdfs:label "Roosendaal", "1841-10-20 - 1841-10-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1841-10-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1841-10-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1841" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1841-10-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 6621, Periode: 1841" ;
    a2a:Book "Geboorteregister Roosendaal 1841" ;
    a2a:DocumentNumber "133" ;
    a2a:RegistryNumber "6621" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 6621, Periode: 1841, Geboorteregister Roosendaal 1841, 133, 6621"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/30171186-076b-cd5f-12ea-7374e3439d9a.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/30171186-076b-cd5f-12ea-7374e3439d9a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-04-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/2ca3449a-681b-e389-e606-13bcce8e2be6" ;
  a2a:RecordGUID "{2ca3449a-681b-e389-e606-13bcce8e2be6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_3515_00003515.xml van BHI" .

