@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_24f02640-9db8-edfe-6b6d-e5fb8db0da2f
  a a2a:Record ;
  rdfs:label "Geboorte op 14 februari 1819" ;
  a2a:hasPerson oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-5f5c69b9-0637-dad6-bba3-8dd4e9d6f717, oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-d1887358-91bb-4a01-a373-eb425b4a286c, oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-a2b1144d-d43f-f451-6bc4-6d63e08fe4df ;
  a2a:hasEvent oa:event_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_0, oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_1, oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_2 ;
  a2a:hasSource oa:source_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f .

oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-5f5c69b9-0637-dad6-bba3-8dd4e9d6f717
  a a2a:Person ;
  rdfs:label "Joanna Beatrix van Roosmaelen" ;
  a2a:PersonName [
    rdfs:label "Joanna Beatrix van Roosmaelen" ;
    a2a:PersonNameFirstName "Joanna Beatrix" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Roosmaelen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-d1887358-91bb-4a01-a373-eb425b4a286c
  a a2a:Person ;
  rdfs:label "Theodorus Verheijde" ;
  a2a:PersonName [
    rdfs:label "Theodorus Verheijde" ;
    a2a:PersonNameFirstName "Theodorus" ;
    a2a:PersonNameLastName "Verheijde"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person-a2b1144d-d43f-f451-6bc4-6d63e08fe4df
  a a2a:Person ;
  rdfs:label "Catharina Christina Verheijde" ;
  a2a:PersonName [
    rdfs:label "Catharina Christina Verheijde" ;
    a2a:PersonNameFirstName "Catharina Christina" ;
    a2a:PersonNameLastName "Verheijde"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1819" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1819-02-14"^^xsd:date
  ] .

oa:event_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1819" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1819-02-14"^^xsd:date
  ] .

oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person:5f5c69b9-0637-dad6-bba3-8dd4e9d6f717 ;
  a2a:EventKeyRef oa:event_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Event1 .

oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person:d1887358-91bb-4a01-a373-eb425b4a286c ;
  a2a:EventKeyRef oa:event_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Event1 .

oa:relationep_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Person:a2b1144d-d43f-f451-6bc4-6d63e08fe4df ;
  a2a:EventKeyRef oa:event_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f_Event1 .

oa:source_bhi_24f02640-9db8-edfe-6b6d-e5fb8db0da2f
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1819-02-14 - 1819-02-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1819-02-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1819-02-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1819" ;
    a2a:Month "2" ;
    a2a:Day "14" ;
    rdfs:label "1819-02-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3750, Periode: 1819" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1819" ;
    a2a:DocumentNumber "79" ;
    a2a:RegistryNumber "3750" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3750, Periode: 1819, Geboorteregister 's-Hertogenbosch 1819, 79, 3750"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/24f02640-9db8-edfe-6b6d-e5fb8db0da2f" ;
  a2a:RecordGUID "{24f02640-9db8-edfe-6b6d-e5fb8db0da2f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_2256_00002256.xml van BHI" .

