@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_536c5f40-baf3-8eb5-e901-5d1cb9bca587
  a a2a:Record ;
  rdfs:label "Geboorte op 2 april 1815" ;
  a2a:hasPerson oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-f1dc2fec-87da-5373-5f2d-65b4b040342c, oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-72efb2cc-e5e8-2118-61fd-6558055c85fd, oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-728d3bf0-91cf-194c-641f-42452e6d1298 ;
  a2a:hasEvent oa:event_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_0, oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_1, oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_2 ;
  a2a:hasSource oa:source_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587 .

oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-f1dc2fec-87da-5373-5f2d-65b4b040342c
  a a2a:Person ;
  rdfs:label "Elisabeth Cohensius" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Cohensius" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Cohensius"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1815-04-02"^^xsd:date
  ] .

oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-72efb2cc-e5e8-2118-61fd-6558055c85fd
  a a2a:Person ;
  rdfs:label "Ida Goedman" ;
  a2a:PersonName [
    rdfs:label "Ida Goedman" ;
    a2a:PersonNameFirstName "Ida" ;
    a2a:PersonNameLastName "Goedman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person-728d3bf0-91cf-194c-641f-42452e6d1298
  a a2a:Person ;
  rdfs:label "Romanus Cohensius" ;
  a2a:PersonName [
    rdfs:label "Romanus Cohensius" ;
    a2a:PersonNameFirstName "Romanus" ;
    a2a:PersonNameLastName "Cohensius"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1815-04-02"^^xsd:date
  ] .

oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person:f1dc2fec-87da-5373-5f2d-65b4b040342c ;
  a2a:EventKeyRef oa:event_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Event1 .

oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person:72efb2cc-e5e8-2118-61fd-6558055c85fd ;
  a2a:EventKeyRef oa:event_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Event1 .

oa:relationep_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Person:728d3bf0-91cf-194c-641f-42452e6d1298 ;
  a2a:EventKeyRef oa:event_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587_Event1 .

oa:source_bhi_536c5f40-baf3-8eb5-e901-5d1cb9bca587
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1815-04-03 - 1815-04-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1815-04-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1815-04-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1815" ;
    a2a:Month "4" ;
    a2a:Day "3" ;
    rdfs:label "1815-04-03"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4827, Periode: 1815" ;
    a2a:Book "Geboorteregister Loon op Zand 1815" ;
    a2a:DocumentNumber "45" ;
    a2a:RegistryNumber "4827" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4827, Periode: 1815, Geboorteregister Loon op Zand 1815, 45, 4827"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/80c6fa60-15d3-304e-724b-0c1c32a217bc.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/80c6fa60-15d3-304e-724b-0c1c32a217bc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/536c5f40-baf3-8eb5-e901-5d1cb9bca587" ;
  a2a:RecordGUID "{536c5f40-baf3-8eb5-e901-5d1cb9bca587}" ;
  a2a:SourceRemarkdeel "4827" ;
  a2a:SourceRemarkregister_periode "1815" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_329_00000329.xml van BHI" .

