@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_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 8 februari 1870 te Ossendrecht" ;
  a2a:hasPerson oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa2e3f4-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa30f1e-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa2b5fa-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa2e3f4-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "David Reijnen" ;
  a2a:PersonName [
    rdfs:label "David Reijnen" ;
    a2a:PersonNameFirstName "David" ;
    a2a:PersonNameLastName "Reijnen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa30f1e-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Elisabeth Hertogs" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Hertogs" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Hertogs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "Arbeidster" .

oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person-cfa2b5fa-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Anna Cornelia Reijnen" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia Reijnen" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNameLastName "Reijnen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1870" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1870-02-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:event_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1870" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1870-02-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person:cfa2e3f4-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person:cfa30f1e-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Person:cfa2b5fa-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_e4248564-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht", "1870-02-08 - 1870-02-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1870-02-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1870-02-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1870" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1870-02-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Ossendrecht - burgerlijke stand, Bron: boek, Deel: 1672, Per..." ;
    a2a:Book "Geboorteregister 1870" ;
    a2a:DocumentNumber "10" ;
    a2a:RegistryNumber "1672" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Ossendrecht - burgerlijke stand, Bron: boek, Deel: 1672, Per..., Geboorteregister 1870, 10, 1672"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/c3d2598e-c1bf-7335-6b31-c262c1bbd1e2.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e4248564-4864-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/c3d2598e-c1bf-7335-6b31-c262c1bbd1e2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e4248564-4864-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{e4248564-4864-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17462_00017462.xml van WBA" .

