@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_022ec769-6b60-36d3-d3e4-e5cbfd52c591
  a a2a:Record ;
  rdfs:label "Geboorte op 12 april 1881" ;
  a2a:hasPerson oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-f03a55f3-caaa-f308-f272-67f18d90f027, oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-bfe865ad-851f-f40e-f3dc-9c194e507d76, oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-efcc8211-5d9b-76f3-d673-ab61dcb5961a ;
  a2a:hasEvent oa:event_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_0, oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_1, oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_2 ;
  a2a:hasSource oa:source_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591 .

oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-f03a55f3-caaa-f308-f272-67f18d90f027
  a a2a:Person ;
  rdfs:label "Johanna Kuijken" ;
  a2a:PersonName [
    rdfs:label "Johanna Kuijken" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Kuijken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-bfe865ad-851f-f40e-f3dc-9c194e507d76
  a a2a:Person ;
  rdfs:label "Bernardus Cornelis Loomans" ;
  a2a:PersonName [
    rdfs:label "Bernardus Cornelis Loomans" ;
    a2a:PersonNameFirstName "Bernardus Cornelis" ;
    a2a:PersonNameLastName "Loomans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person-efcc8211-5d9b-76f3-d673-ab61dcb5961a
  a a2a:Person ;
  rdfs:label "Adrianus Cornelis Loomans" ;
  a2a:PersonName [
    rdfs:label "Adrianus Cornelis Loomans" ;
    a2a:PersonNameFirstName "Adrianus Cornelis" ;
    a2a:PersonNameLastName "Loomans"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1881" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1881-04-12"^^xsd:date
  ] .

oa:event_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1881" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1881-04-12"^^xsd:date
  ] .

oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person:f03a55f3-caaa-f308-f272-67f18d90f027 ;
  a2a:EventKeyRef oa:event_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Event1 .

oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person:bfe865ad-851f-f40e-f3dc-9c194e507d76 ;
  a2a:EventKeyRef oa:event_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Event1 .

oa:relationep_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Person:efcc8211-5d9b-76f3-d673-ab61dcb5961a ;
  a2a:EventKeyRef oa:event_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591_Event1 .

oa:source_bhi_022ec769-6b60-36d3-d3e4-e5cbfd52c591
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waalwijk" ;
    rdfs:label "Waalwijk", "1881-04-12 - 1881-04-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-04-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-04-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1881" ;
    a2a:Month "4" ;
    a2a:Day "12" ;
    rdfs:label "1881-04-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8661, Periode: 1881" ;
    a2a:Book "Geboorteregister Waalwijk 1881" ;
    a2a:DocumentNumber "58" ;
    a2a:RegistryNumber "8661" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8661, Periode: 1881, Geboorteregister Waalwijk 1881, 58, 8661"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b2785595-6e64-d955-8d09-71e29f79d2df.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b2785595-6e64-d955-8d09-71e29f79d2df.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-01-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/022ec769-6b60-36d3-d3e4-e5cbfd52c591" ;
  a2a:RecordGUID "{022ec769-6b60-36d3-d3e4-e5cbfd52c591}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231208_80863_00080863.xml van BHI" .

