@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_daf1b2e6-1653-b159-d069-e95faaf96b5e
  a a2a:Record ;
  rdfs:label "Geboorte op 20 maart 1848" ;
  a2a:hasPerson oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-13a86098-19b9-a938-6394-86a7761c3f49, oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-026e2c09-9fda-df33-3143-227795f0fc63, oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-4938fb52-58ae-8e96-2604-dbce1b7748e5 ;
  a2a:hasEvent oa:event_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_0, oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_1, oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_2 ;
  a2a:hasSource oa:source_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e .

oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-13a86098-19b9-a938-6394-86a7761c3f49
  a a2a:Person ;
  rdfs:label "Maria Rosa Groenen" ;
  a2a:PersonName [
    rdfs:label "Maria Rosa Groenen" ;
    a2a:PersonNameFirstName "Maria Rosa" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1848-03-20"^^xsd:date
  ] .

oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-026e2c09-9fda-df33-3143-227795f0fc63
  a a2a:Person ;
  rdfs:label "Johanna Maria van Hoven" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria van Hoven" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hoven"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person-4938fb52-58ae-8e96-2604-dbce1b7748e5
  a a2a:Person ;
  rdfs:label "Adriaan Groenen" ;
  a2a:PersonName [
    rdfs:label "Adriaan Groenen" ;
    a2a:PersonNameFirstName "Adriaan" ;
    a2a:PersonNameLastName "Groenen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1848-03-20"^^xsd:date
  ] .

oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person:13a86098-19b9-a938-6394-86a7761c3f49 ;
  a2a:EventKeyRef oa:event_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Event1 .

oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person:026e2c09-9fda-df33-3143-227795f0fc63 ;
  a2a:EventKeyRef oa:event_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Event1 .

oa:relationep_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Person:4938fb52-58ae-8e96-2604-dbce1b7748e5 ;
  a2a:EventKeyRef oa:event_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e_Event1 .

oa:source_bhi_daf1b2e6-1653-b159-d069-e95faaf96b5e
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Luyksgestel" ;
    rdfs:label "Luyksgestel", "1848-03-21 - 1848-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1848-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1848-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1848" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1848-03-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 4927, Periode: 1848" ;
    a2a:Book "Geboorteregister Luyksgestel 1848" ;
    a2a:DocumentNumber "4" ;
    a2a:RegistryNumber "4927" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 4927, Periode: 1848, Geboorteregister Luyksgestel 1848, 4, 4927"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/5e93dead-081d-214d-574c-8d15094cc84e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/5e93dead-081d-214d-574c-8d15094cc84e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-02-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/daf1b2e6-1653-b159-d069-e95faaf96b5e" ;
  a2a:RecordGUID "{daf1b2e6-1653-b159-d069-e95faaf96b5e}" ;
  a2a:SourceRemarkdeel "4927" ;
  a2a:SourceRemarkregister_periode "1848" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250222_608_00000608.xml van BHI" .

