@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_f0807401-990a-aa20-2fcf-7ae2b619b6da
  a a2a:Record ;
  rdfs:label "Geboorte op 21 juni 1848" ;
  a2a:hasPerson oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-643b4a4c-83e3-845b-9ebc-704527b824c6, oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-876bc0ee-8d6d-d19e-4d07-74702e05ca38, oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-defafec5-1620-deb0-ba7b-1acd693e0692 ;
  a2a:hasEvent oa:event_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_0, oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_1, oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_2 ;
  a2a:hasSource oa:source_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da .

oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-643b4a4c-83e3-845b-9ebc-704527b824c6
  a a2a:Person ;
  rdfs:label "N.N." ;
  a2a:PersonName [
    rdfs:label "N.N." ;
    a2a:PersonNameLastName "N.N."
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-876bc0ee-8d6d-d19e-4d07-74702e05ca38
  a a2a:Person ;
  rdfs:label "Johannes Theodorus Froon" ;
  a2a:PersonName [
    rdfs:label "Johannes Theodorus Froon" ;
    a2a:PersonNameFirstName "Johannes Theodorus" ;
    a2a:PersonNameLastName "Froon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1848-06-21"^^xsd:date
  ] .

oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person-defafec5-1620-deb0-ba7b-1acd693e0692
  a a2a:Person ;
  rdfs:label "Elisabeth Froon" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Froon" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Froon"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "21" ;
    rdfs:label "1848-06-21"^^xsd:date
  ] .

oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person:643b4a4c-83e3-845b-9ebc-704527b824c6 ;
  a2a:EventKeyRef oa:event_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Event1 .

oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person:876bc0ee-8d6d-d19e-4d07-74702e05ca38 ;
  a2a:EventKeyRef oa:event_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Event1 .

oa:relationep_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Person:defafec5-1620-deb0-ba7b-1acd693e0692 ;
  a2a:EventKeyRef oa:event_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da_Event1 .

oa:source_bhi_f0807401-990a-aa20-2fcf-7ae2b619b6da
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1848-06-23 - 1848-06-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-06-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-06-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1848-06-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3780, Periode: 1848" ;
    a2a:Book "Geboorteregister 's-Hertogenbosch 1848" ;
    a2a:DocumentNumber "265" ;
    a2a:RegistryNumber "3780" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3780, Periode: 1848, Geboorteregister 's-Hertogenbosch 1848, 265, 3780"
  ] ;
  a2a:SourceLastChangeDate "2022-09-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/f0807401-990a-aa20-2fcf-7ae2b619b6da" ;
  a2a:RecordGUID "{f0807401-990a-aa20-2fcf-7ae2b619b6da}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20221024_1530_00001530.xml van BHI" .

