@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_9f878c84-5b41-d8cf-fbfa-e35682e7d086
  a a2a:Record ;
  rdfs:label "Geboorte op 9 november 1909 te Tilburg" ;
  a2a:hasPerson oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-ed1d50d7-0eee-fb55-5959-4b7d46310262, oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-0b931324-b64e-0048-6da6-b5b9bfbfb500, oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-4da3fdc2-0da3-391c-348b-f7e6731d976d ;
  a2a:hasEvent oa:event_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_0, oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_1, oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_2 ;
  a2a:hasSource oa:source_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086 .

oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-ed1d50d7-0eee-fb55-5959-4b7d46310262
  a a2a:Person ;
  rdfs:label "Joannes Cornelis Melis" ;
  a2a:PersonName [
    rdfs:label "Joannes Cornelis Melis" ;
    a2a:PersonNameFirstName "Joannes Cornelis" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-0b931324-b64e-0048-6da6-b5b9bfbfb500
  a a2a:Person ;
  rdfs:label "Alphonsus Bernardus Maria Melis" ;
  a2a:PersonName [
    rdfs:label "Alphonsus Bernardus Maria Melis" ;
    a2a:PersonNameFirstName "Alphonsus Bernardus Maria" ;
    a2a:PersonNameLastName "Melis"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1909-11-09"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person-4da3fdc2-0da3-391c-348b-f7e6731d976d
  a a2a:Person ;
  rdfs:label "Cornelia Henrica Burgers" ;
  a2a:PersonName [
    rdfs:label "Cornelia Henrica Burgers" ;
    a2a:PersonNameFirstName "Cornelia Henrica" ;
    a2a:PersonNameLastName "Burgers"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1909-11-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person:ed1d50d7-0eee-fb55-5959-4b7d46310262 ;
  a2a:EventKeyRef oa:event_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Event1 .

oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person:0b931324-b64e-0048-6da6-b5b9bfbfb500 ;
  a2a:EventKeyRef oa:event_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Event1 .

oa:relationep_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Person:4da3fdc2-0da3-391c-348b-f7e6731d976d ;
  a2a:EventKeyRef oa:event_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086_Event1 .

oa:source_rat_9f878c84-5b41-d8cf-fbfa-e35682e7d086
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1909-11-09 - 1909-11-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-11-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-11-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "11" ;
    a2a:Day "9" ;
    rdfs:label "1909-11-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1909" ;
    a2a:Book "Geboorteregister 1909" ;
    a2a:DocumentNumber "1541" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1909, Geboorteregister 1909, 1541"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/43d4c827-3e60-f8f3-43e7-2764ce091c9d.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9f878c84-5b41-d8cf-fbfa-e35682e7d086" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/43d4c827-3e60-f8f3-43e7-2764ce091c9d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-04-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/9f878c84-5b41-d8cf-fbfa-e35682e7d086" ;
  a2a:RecordGUID "{9f878c84-5b41-d8cf-fbfa-e35682e7d086}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_23320_00023320.xml van RAT" .

