@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_578160c2-8fe2-e945-9c20-85e824fc5428
  a a2a:Record ;
  rdfs:label "Geboorte op 16 januari 1846" ;
  a2a:hasPerson oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-0ff4f9b9-fe15-b10b-1594-f1528e6fb59c, oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-f00deb85-f4a5-df5f-97ec-4ab12c5dd6c2, oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-bc761eca-ac97-75c2-aa50-370e465922e4 ;
  a2a:hasEvent oa:event_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_0, oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_1, oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_2 ;
  a2a:hasSource oa:source_bhi_578160c2-8fe2-e945-9c20-85e824fc5428 .

oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-0ff4f9b9-fe15-b10b-1594-f1528e6fb59c
  a a2a:Person ;
  rdfs:label "Maria Catharina Nefs" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Nefs" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Nefs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-f00deb85-f4a5-df5f-97ec-4ab12c5dd6c2
  a a2a:Person ;
  rdfs:label "Petrus Hoeks" ;
  a2a:PersonName [
    rdfs:label "Petrus Hoeks" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Hoeks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person-bc761eca-ac97-75c2-aa50-370e465922e4
  a a2a:Person ;
  rdfs:label "Anna Cornelia Hoeks" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Hoeks" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Hoeks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1846" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1846-01-16"^^xsd:date
  ] .

oa:event_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1846" ;
    a2a:Month "1" ;
    a2a:Day "16" ;
    rdfs:label "1846-01-16"^^xsd:date
  ] .

oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person:0ff4f9b9-fe15-b10b-1594-f1528e6fb59c ;
  a2a:EventKeyRef oa:event_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Event1 .

oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person:f00deb85-f4a5-df5f-97ec-4ab12c5dd6c2 ;
  a2a:EventKeyRef oa:event_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Event1 .

oa:relationep_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Person:bc761eca-ac97-75c2-aa50-370e465922e4 ;
  a2a:EventKeyRef oa:event_bhi_578160c2-8fe2-e945-9c20-85e824fc5428_Event1 .

oa:source_bhi_578160c2-8fe2-e945-9c20-85e824fc5428
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Woensdrecht" ;
    rdfs:label "Woensdrecht", "1846-01-17 - 1846-01-17"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1846-01-17"^^xsd:date ;
    a2a:SourceIndexDateTo "1846-01-17"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1846" ;
    a2a:Month "1" ;
    a2a:Day "17" ;
    rdfs:label "1846-01-17"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 8992, Periode: 1846" ;
    a2a:Book "Geboorteregister Woensdrecht 1846" ;
    a2a:DocumentNumber "2" ;
    a2a:RegistryNumber "8992" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 8992, Periode: 1846, Geboorteregister Woensdrecht 1846, 2, 8992"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/b02bd2d9-acc3-feeb-d3f0-2664ed4a0813.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/b02bd2d9-acc3-feeb-d3f0-2664ed4a0813.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-01-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/578160c2-8fe2-e945-9c20-85e824fc5428" ;
  a2a:RecordGUID "{578160c2-8fe2-e945-9c20-85e824fc5428}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_1486_00001486.xml van BHI" .

