@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_730f5ecc-4caa-e523-7f3d-620a9373e705
  a a2a:Record ;
  rdfs:label "Geboorte op 13 maart 1888" ;
  a2a:hasPerson oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-7974421a-a762-797f-ea51-99fec0836fd0, oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-f708b7d1-72c6-e256-7a7e-7ef0aa8ca71f, oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-c45b4da8-ecb1-11d2-4e06-824952128926 ;
  a2a:hasEvent oa:event_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_0, oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_1, oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_2 ;
  a2a:hasSource oa:source_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705 .

oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-7974421a-a762-797f-ea51-99fec0836fd0
  a a2a:Person ;
  rdfs:label "Cornelia Gordina van Hout" ;
  a2a:PersonName [
    rdfs:label "Cornelia Gordina van Hout" ;
    a2a:PersonNameFirstName "Cornelia Gordina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hout"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-f708b7d1-72c6-e256-7a7e-7ef0aa8ca71f
  a a2a:Person ;
  rdfs:label "Arnoldus Vriens" ;
  a2a:PersonName [
    rdfs:label "Arnoldus Vriens" ;
    a2a:PersonNameFirstName "Arnoldus" ;
    a2a:PersonNameLastName "Vriens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person-c45b4da8-ecb1-11d2-4e06-824952128926
  a a2a:Person ;
  rdfs:label "Helena Gordina Cornelia Vriens" ;
  a2a:PersonName [
    rdfs:label "Helena Gordina Cornelia Vriens" ;
    a2a:PersonNameFirstName "Helena Gordina Cornelia" ;
    a2a:PersonNameLastName "Vriens"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1888" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1888-03-13"^^xsd:date
  ] .

oa:event_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1888" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1888-03-13"^^xsd:date
  ] .

oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person:7974421a-a762-797f-ea51-99fec0836fd0 ;
  a2a:EventKeyRef oa:event_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Event1 .

oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person:f708b7d1-72c6-e256-7a7e-7ef0aa8ca71f ;
  a2a:EventKeyRef oa:event_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Event1 .

oa:relationep_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Person:c45b4da8-ecb1-11d2-4e06-824952128926 ;
  a2a:EventKeyRef oa:event_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705_Event1 .

oa:source_bhi_730f5ecc-4caa-e523-7f3d-620a9373e705
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Helmond" ;
    rdfs:label "Helmond", "1888-03-14 - 1888-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1888-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1888-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1888" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1888-03-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3537, Periode: 1888" ;
    a2a:Book "Geboorteregister Helmond 1888" ;
    a2a:DocumentNumber "81" ;
    a2a:RegistryNumber "3537" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3537, Periode: 1888, Geboorteregister Helmond 1888, 81, 3537"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/df650f54-4262-d893-d94b-0d2b624ecc61.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/df650f54-4262-d893-d94b-0d2b624ecc61.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-08-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/730f5ecc-4caa-e523-7f3d-620a9373e705" ;
  a2a:RecordGUID "{730f5ecc-4caa-e523-7f3d-620a9373e705}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_2663_00002663.xml van BHI" .

