@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_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7
  a a2a:Record ;
  rdfs:label "Doop op 3 november 1626 te Goirle" ;
  a2a:hasPerson oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-8f16d69d-2808-e325-b22f-8e5148616deb, oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-a18acf55-7ae8-9d9a-0529-ebb1eeb592d3, oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-f937d2aa-465d-5306-da53-efc8132ca531 ;
  a2a:hasEvent oa:event_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_0, oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_1, oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_2 ;
  a2a:hasSource oa:source_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7 .

oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-8f16d69d-2808-e325-b22f-8e5148616deb
  a a2a:Person ;
  rdfs:label "Maria" ;
  a2a:PersonName [
    rdfs:label "Maria" ;
    a2a:PersonNameFirstName "Maria"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-a18acf55-7ae8-9d9a-0529-ebb1eeb592d3
  a a2a:Person ;
  rdfs:label "Antonius Segers" ;
  a2a:PersonName [
    rdfs:label "Antonius Segers" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person-f937d2aa-465d-5306-da53-efc8132ca531
  a a2a:Person ;
  rdfs:label "Johannes Johannis Cornelis Segers" ;
  a2a:PersonName [
    rdfs:label "Johannes Johannis Cornelis Segers" ;
    a2a:PersonNameFirstName "Johannes Johannis Cornelis" ;
    a2a:PersonNameLastName "Segers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1626" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1626-11-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle"
  ] .

oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person:8f16d69d-2808-e325-b22f-8e5148616deb ;
  a2a:EventKeyRef oa:event_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Event1 .

oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person:a18acf55-7ae8-9d9a-0529-ebb1eeb592d3 ;
  a2a:EventKeyRef oa:event_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Event1 .

oa:relationep_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Person:f937d2aa-465d-5306-da53-efc8132ca531 ;
  a2a:EventKeyRef oa:event_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7_Event1 .

oa:source_rat_99fe51fb-3a35-123b-e359-b51b62fb4df7
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Goirle" ;
    rdfs:label "Goirle", "1626-11-03 - 1626-11-03"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1626-11-03"^^xsd:date ;
    a2a:SourceIndexDateTo "1626-11-03"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1626" ;
    a2a:Month "11" ;
    a2a:Day "3" ;
    rdfs:label "1626-11-03"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 0391" ;
    a2a:Book "Inv. nr 391 - Doopboek" ;
    a2a:RegistryNumber "0391" ;
    a2a:Folio "129" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 0391, Inv. nr 391 - Doopboek, 0391, 129"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/a0ae2e45-598a-f524-d077-92804b0db58b.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/99fe51fb-3a35-123b-e359-b51b62fb4df7" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/a0ae2e45-598a-f524-d077-92804b0db58b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-11-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/99fe51fb-3a35-123b-e359-b51b62fb4df7" ;
  a2a:RecordGUID "{99fe51fb-3a35-123b-e359-b51b62fb4df7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_34265_00034265.xml van RAT" .

[] a2a:PersonRemarkdiversen "alias Raeimaker" .
