@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_7b55532e-1108-e45d-95ed-a1ec9da0bd78
  a a2a:Record ;
  rdfs:label "Geboorte op 20 oktober 1837" ;
  a2a:hasPerson oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-97eb0d87-1062-105d-6400-6a3bf0a5fba4, oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-d4e77e4f-fa5b-8d97-164b-46a6e03ae6a1, oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-f41759a5-659f-2b2b-b7cb-8067e118bd12 ;
  a2a:hasEvent oa:event_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Event1 ;
  a2a:hasRelationEP oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_0, oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_1, oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_2 ;
  a2a:hasSource oa:source_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78 .

oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-97eb0d87-1062-105d-6400-6a3bf0a5fba4
  a a2a:Person ;
  rdfs:label "Jacobus Dierckx" ;
  a2a:PersonName [
    rdfs:label "Jacobus Dierckx" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Dierckx"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1837-10-20"^^xsd:date
  ] .

oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-d4e77e4f-fa5b-8d97-164b-46a6e03ae6a1
  a a2a:Person ;
  rdfs:label "Adrianus Dierckx" ;
  a2a:PersonName [
    rdfs:label "Adrianus Dierckx" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Dierckx"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person-f41759a5-659f-2b2b-b7cb-8067e118bd12
  a a2a:Person ;
  rdfs:label "Joanna Uijtdewillegen" ;
  a2a:PersonName [
    rdfs:label "Joanna Uijtdewillegen" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNameLastName "Uijtdewillegen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1837-10-20"^^xsd:date
  ] .

oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person:97eb0d87-1062-105d-6400-6a3bf0a5fba4 ;
  a2a:EventKeyRef oa:event_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Event1 .

oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person:d4e77e4f-fa5b-8d97-164b-46a6e03ae6a1 ;
  a2a:EventKeyRef oa:event_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Event1 .

oa:relationep_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Person:f41759a5-659f-2b2b-b7cb-8067e118bd12 ;
  a2a:EventKeyRef oa:event_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78_Event1 .

oa:source_wba_7b55532e-1108-e45d-95ed-a1ec9da0bd78
  a a2a:Source ;
  rdfs:label "West Brabants Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Wouw" ;
    rdfs:label "Wouw", "1837-10-20 - 1837-10-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-10-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-10-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1837-10-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "West Brabants Archief" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3608, Periode: 1837" ;
    a2a:Book "Geboorteregister Wouw 1837" ;
    a2a:DocumentNumber "64" ;
    a2a:RegistryNumber "3608" ;
    rdfs:label "West Brabants Archief, Brabant, Archiefnaam: Archief van de gemeente Wouw, 1811-1927, Bron: boek, Deel: 3608, Periode: 1837, Geboorteregister Wouw 1837, 64, 3608"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/wba/thumb/640x480/32c9f710-d39e-bb32-5276-aaa7f0cfba75.jpg" ;
    a2a:UriViewer "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7b55532e-1108-e45d-95ed-a1ec9da0bd78" ;
    a2a:UriPreview "https://images.memorix.nl/wba/thumb/250x250/32c9f710-d39e-bb32-5276-aaa7f0cfba75.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-11-24"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://westbrabantsarchief.nl/collectie/voorouders/deeds/7b55532e-1108-e45d-95ed-a1ec9da0bd78" ;
  a2a:RecordGUID "{7b55532e-1108-e45d-95ed-a1ec9da0bd78}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231215_17296_00017296.xml van WBA" .

[] a2a:PersonRemarkdiversen "38 jaar, hoefsmid" .
[] a2a:PersonRemarkdiversen "34 jaar, particuliere" .
