@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_1ec7220c-e8e0-aee9-e5df-96ad9af0116a
  a a2a:Record ;
  rdfs:label "Geboorte op 12 maart 1854" ;
  a2a:hasPerson oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-9a3777b4-e71a-e4a3-3e7b-035a84ca27a5, oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-4b750786-1e21-ac67-b56c-a01da1fcf998, oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-f595547b-3f25-faa9-51d4-289bd60fe29f ;
  a2a:hasEvent oa:event_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_0, oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_1, oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_2 ;
  a2a:hasSource oa:source_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a .

oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-9a3777b4-e71a-e4a3-3e7b-035a84ca27a5
  a a2a:Person ;
  rdfs:label "Maria Pitronella van Gorp" ;
  a2a:PersonName [
    rdfs:label "Maria Pitronella van Gorp" ;
    a2a:PersonNameFirstName "Maria Pitronella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Gorp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-4b750786-1e21-ac67-b56c-a01da1fcf998
  a a2a:Person ;
  rdfs:label "Adrianus Michiel Woestenberg" ;
  a2a:PersonName [
    rdfs:label "Adrianus Michiel Woestenberg" ;
    a2a:PersonNameFirstName "Adrianus Michiel" ;
    a2a:PersonNameLastName "Woestenberg"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1854-03-12"^^xsd:date
  ] .

oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person-f595547b-3f25-faa9-51d4-289bd60fe29f
  a a2a:Person ;
  rdfs:label "Christiaan Woestenberg" ;
  a2a:PersonName [
    rdfs:label "Christiaan Woestenberg" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Woestenberg"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1854-03-12"^^xsd:date
  ] .

oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person:9a3777b4-e71a-e4a3-3e7b-035a84ca27a5 ;
  a2a:EventKeyRef oa:event_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Event1 .

oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person:4b750786-1e21-ac67-b56c-a01da1fcf998 ;
  a2a:EventKeyRef oa:event_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Event1 .

oa:relationep_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Person:f595547b-3f25-faa9-51d4-289bd60fe29f ;
  a2a:EventKeyRef oa:event_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a_Event1 .

oa:source_bhi_1ec7220c-e8e0-aee9-e5df-96ad9af0116a
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel", "1854-03-12 - 1854-03-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1854-03-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1854-03-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1854" ;
    a2a:Month "3" ;
    a2a:Day "12" ;
    rdfs:label "1854-03-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 145, Periode: 1854" ;
    a2a:Book "Geboorteregister Alphen en Riel 1854" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "145" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 145, Periode: 1854, Geboorteregister Alphen en Riel 1854, 7, 145"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/8e27eaff-e8ee-5cf7-a01e-50e3b8ecd34e.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/8e27eaff-e8ee-5cf7-a01e-50e3b8ecd34e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-07-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/1ec7220c-e8e0-aee9-e5df-96ad9af0116a" ;
  a2a:RecordGUID "{1ec7220c-e8e0-aee9-e5df-96ad9af0116a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231204_420_00000420.xml van BHI" .

