@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_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1
  a a2a:Record ;
  rdfs:label "Geboorte op 5 april 1905 te Ossendrecht" ;
  a2a:hasPerson oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-0fb43036-6c70-0c08-6b70-a4a57ad80dba, oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-443fdfd6-d00e-0920-734a-dbab4e40e2fa, oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-7d6938f2-a4f1-65bf-48ab-579877aebfba ;
  a2a:hasEvent oa:event_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_0, oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_1, oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_2 ;
  a2a:hasSource oa:source_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1 .

oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-0fb43036-6c70-0c08-6b70-a4a57ad80dba
  a a2a:Person ;
  rdfs:label "Petrus Jacobus van de Reijsen" ;
  a2a:PersonName [
    rdfs:label "Petrus Jacobus van de Reijsen" ;
    a2a:PersonNameFirstName "Petrus Jacobus" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Reijsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "49 jaar" ;
    rdfs:label "49 jaar"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-443fdfd6-d00e-0920-734a-dbab4e40e2fa
  a a2a:Person ;
  rdfs:label "Joanna Maria Jacobs" ;
  a2a:PersonName [
    rdfs:label "Joanna Maria Jacobs" ;
    a2a:PersonNameFirstName "Joanna Maria" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person-7d6938f2-a4f1-65bf-48ab-579877aebfba
  a a2a:Person ;
  rdfs:label "Maria Catharina van de Reijsen" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina van de Reijsen" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Reijsen"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1905-04-05"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:event_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1905-04-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht"
  ] .

oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person:0fb43036-6c70-0c08-6b70-a4a57ad80dba ;
  a2a:EventKeyRef oa:event_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Event1 .

oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person:443fdfd6-d00e-0920-734a-dbab4e40e2fa ;
  a2a:EventKeyRef oa:event_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Event1 .

oa:relationep_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Person:7d6938f2-a4f1-65bf-48ab-579877aebfba ;
  a2a:EventKeyRef oa:event_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1_Event1 .

oa:source_wba_3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ossendrecht" ;
    rdfs:label "Ossendrecht", "1905-04-05 - 1905-04-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-04-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-04-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "4" ;
    a2a:Day "5" ;
    rdfs:label "1905-04-05"^^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: 10001, Pe..." ;
    a2a:Book "Geboorteregister 1903-1907" ;
    a2a:DocumentNumber "28" ;
    a2a:RegistryNumber "10001" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Ossendrecht - burgerlijke stand, Bron: boek, Deel: 10001, Pe..., Geboorteregister 1903-1907, 28, 10001"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/f8b479b7-cdcf-128d-f610-8c05370b0788.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/f8b479b7-cdcf-128d-f610-8c05370b0788.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-09-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1" ;
  a2a:RecordGUID "{3fa6eb68-e686-ebd2-c9f7-ffc71e757eb1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1641_00001641.xml van WBA" .

