@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_0542fe67-b30f-ee7c-b093-e865dd65c2eb
  a a2a:Record ;
  rdfs:label "Geboorte op 15 december 1914 te Gilze en Rijen" ;
  a2a:hasPerson oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-df71841a-800a-9555-036b-42fde587f0b4, oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-c7e597bd-44ee-d1f3-2422-91b21f47552c, oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-23f120a8-720c-2267-de55-ee7ccffacf03 ;
  a2a:hasEvent oa:event_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_0, oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_1, oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_2 ;
  a2a:hasSource oa:source_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb .

oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-df71841a-800a-9555-036b-42fde587f0b4
  a a2a:Person ;
  rdfs:label "Franciscus Jacobus Seegers" ;
  a2a:PersonName [
    rdfs:label "Franciscus Jacobus Seegers" ;
    a2a:PersonNameFirstName "Franciscus Jacobus" ;
    a2a:PersonNameLastName "Seegers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-c7e597bd-44ee-d1f3-2422-91b21f47552c
  a a2a:Person ;
  rdfs:label "Johannes Alexius Seegers" ;
  a2a:PersonName [
    rdfs:label "Johannes Alexius Seegers" ;
    a2a:PersonNameFirstName "Johannes Alexius" ;
    a2a:PersonNameLastName "Seegers"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1914-12-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person-23f120a8-720c-2267-de55-ee7ccffacf03
  a a2a:Person ;
  rdfs:label "Adriana Vermeeren" ;
  a2a:PersonName [
    rdfs:label "Adriana Vermeeren" ;
    a2a:PersonNameFirstName "Adriana" ;
    a2a:PersonNameLastName "Vermeeren"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1914-12-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen"
  ] .

oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person:df71841a-800a-9555-036b-42fde587f0b4 ;
  a2a:EventKeyRef oa:event_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Event1 .

oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person:c7e597bd-44ee-d1f3-2422-91b21f47552c ;
  a2a:EventKeyRef oa:event_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Event1 .

oa:relationep_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Person:23f120a8-720c-2267-de55-ee7ccffacf03 ;
  a2a:EventKeyRef oa:event_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb_Event1 .

oa:source_rat_0542fe67-b30f-ee7c-b093-e865dd65c2eb
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Gilze en Rijen" ;
    rdfs:label "Gilze en Rijen", "1914-12-15 - 1914-12-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-12-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-12-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "12" ;
    a2a:Day "15" ;
    rdfs:label "1914-12-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1914" ;
    a2a:Book "Geboorteregister 1914" ;
    a2a:DocumentNumber "163" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1914, Geboorteregister 1914, 163"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1ebca863-b579-0232-ca2e-c47eb26414ad.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0542fe67-b30f-ee7c-b093-e865dd65c2eb" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1ebca863-b579-0232-ca2e-c47eb26414ad.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-01-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/0542fe67-b30f-ee7c-b093-e865dd65c2eb" ;
  a2a:RecordGUID "{0542fe67-b30f-ee7c-b093-e865dd65c2eb}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210908_13777_00013777.xml van RAT" .

