@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_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb
  a a2a:Record ;
  rdfs:label "Geboorte op 1 juli 1845" ;
  a2a:hasPerson oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-beaca51a-4c3a-a982-b8ea-643053accc09, oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-0f7455e0-4593-a748-daa0-6eb6facf4b93, oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-82139c92-e10f-fa17-6092-9425f6459503 ;
  a2a:hasEvent oa:event_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_0, oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_1, oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_2 ;
  a2a:hasSource oa:source_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb .

oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-beaca51a-4c3a-a982-b8ea-643053accc09
  a a2a:Person ;
  rdfs:label "Adrianus van Son" ;
  a2a:PersonName [
    rdfs:label "Adrianus van Son" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Son"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-0f7455e0-4593-a748-daa0-6eb6facf4b93
  a a2a:Person ;
  rdfs:label "Anna Maria Dorothea Puls" ;
  a2a:PersonName [
    rdfs:label "Anna Maria Dorothea Puls" ;
    a2a:PersonNameFirstName "Anna Maria Dorothea" ;
    a2a:PersonNameLastName "Puls"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person-82139c92-e10f-fa17-6092-9425f6459503
  a a2a:Person ;
  rdfs:label "Maria van Son" ;
  a2a:PersonName [
    rdfs:label "Maria van Son" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Son"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1845" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1845-07-01"^^xsd:date
  ] .

oa:event_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1845" ;
    a2a:Month "7" ;
    a2a:Day "1" ;
    rdfs:label "1845-07-01"^^xsd:date
  ] .

oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person:beaca51a-4c3a-a982-b8ea-643053accc09 ;
  a2a:EventKeyRef oa:event_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Event1 .

oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person:0f7455e0-4593-a748-daa0-6eb6facf4b93 ;
  a2a:EventKeyRef oa:event_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Event1 .

oa:relationep_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Person:82139c92-e10f-fa17-6092-9425f6459503 ;
  a2a:EventKeyRef oa:event_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb_Event1 .

oa:source_bhi_39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1845-07-02 - 1845-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1845-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1845-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1845" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1845-07-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3777, Periode: 1845" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1845" ;
    a2a:DocumentNumber "393" ;
    a2a:RegistryNumber "3777" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3777, Periode: 1845, Geboorteregister 's-Hertogenbosch 1845, 393, 3777"
  ] ;
  a2a:SourceLastChangeDate "2023-12-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb" ;
  a2a:RecordGUID "{39f7ce50-e883-e6cd-1ae5-4ab8cbb3fcbb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240222_1435_00001435.xml van BHI" .

