@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_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Record ;
  rdfs:label "Geboorte op 19 april 1860 te Ossendrecht" ;
  a2a:hasPerson oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef17c72-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef1a65c-4866-11e1-9853-b7a7dd2b6a2a, oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef15148-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:hasEvent oa:event_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_0, oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_1, oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_2 ;
  a2a:hasSource oa:source_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a .

oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef17c72-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Christiaan Wagenaars" ;
  a2a:PersonName [
    rdfs:label "Christiaan Wagenaars" ;
    a2a:PersonNameFirstName "Christiaan" ;
    a2a:PersonNameLastName "Wagenaars"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef1a65c-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Johanna Maria Mijsbergh" ;
  a2a:PersonName [
    rdfs:label "Johanna Maria Mijsbergh" ;
    a2a:PersonNameFirstName "Johanna Maria" ;
    a2a:PersonNameLastName "Mijsbergh"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "Arbeidster" .

oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person-cef15148-4866-11e1-9853-b7a7dd2b6a2a
  a a2a:Person ;
  rdfs:label "Rosalia Johanna Wagenaars" ;
  a2a:PersonName [
    rdfs:label "Rosalia Johanna Wagenaars" ;
    a2a:PersonNameFirstName "Rosalia Johanna" ;
    a2a:PersonNameLastName "Wagenaars"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1860" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1860-04-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:event_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1860" ;
    a2a:Month "4" ;
    a2a:Day "19" ;
    rdfs:label "1860-04-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person:cef17c72-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person:cef1a65c-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:relationep_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Person:cef15148-4866-11e1-9853-b7a7dd2b6a2a ;
  a2a:EventKeyRef oa:event_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a_Event1 .

oa:source_wba_e2ccbede-4864-11e1-9853-b7a7dd2b6a2a
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht", "1860-04-20 - 1860-04-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-04-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1860-04-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1860" ;
    a2a:Month "4" ;
    a2a:Day "20" ;
    rdfs:label "1860-04-20"^^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: 1671, Per..." ;
    a2a:Book "Geboorteregister 1860" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "1671" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Ossendrecht - burgerlijke stand, Bron: boek, Deel: 1671, Per..., Geboorteregister 1860, 24, 1671"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/52f922fb-e7e6-d9c1-2566-f94c35e34368.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e2ccbede-4864-11e1-9853-b7a7dd2b6a2a" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/52f922fb-e7e6-d9c1-2566-f94c35e34368.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-01-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/e2ccbede-4864-11e1-9853-b7a7dd2b6a2a" ;
  a2a:RecordGUID "{e2ccbede-4864-11e1-9853-b7a7dd2b6a2a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17451_00017451.xml van WBA" .

