@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_ed53ca39-eec5-78b5-c534-a933a703bb39
  a a2a:Record ;
  rdfs:label "Geboorte op 10 juni 1922 te Tilburg" ;
  a2a:hasPerson oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-a4377b6f-efd5-1e6d-e229-7d972611a7d8, oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-07be21f0-5bed-7307-8d78-cf298d3cabee, oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-bb578e61-fd4b-ae20-0a93-8fceb40b613b ;
  a2a:hasEvent oa:event_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_0, oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_1, oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_2 ;
  a2a:hasSource oa:source_rat_ed53ca39-eec5-78b5-c534-a933a703bb39 .

oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-a4377b6f-efd5-1e6d-e229-7d972611a7d8
  a a2a:Person ;
  rdfs:label "Aalbert Jansen" ;
  a2a:PersonName [
    rdfs:label "Aalbert Jansen" ;
    a2a:PersonNameFirstName "Aalbert" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-07be21f0-5bed-7307-8d78-cf298d3cabee
  a a2a:Person ;
  rdfs:label "Jacomina Maatje Markusse" ;
  a2a:PersonName [
    rdfs:label "Jacomina Maatje Markusse" ;
    a2a:PersonNameFirstName "Jacomina Maatje" ;
    a2a:PersonNameLastName "Markusse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person-bb578e61-fd4b-ae20-0a93-8fceb40b613b
  a a2a:Person ;
  rdfs:label "Adriana Evertje Jansen" ;
  a2a:PersonName [
    rdfs:label "Adriana Evertje Jansen" ;
    a2a:PersonNameFirstName "Adriana Evertje" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1922-06-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:event_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1922-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person:a4377b6f-efd5-1e6d-e229-7d972611a7d8 ;
  a2a:EventKeyRef oa:event_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Event1 .

oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person:07be21f0-5bed-7307-8d78-cf298d3cabee ;
  a2a:EventKeyRef oa:event_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Event1 .

oa:relationep_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Person:bb578e61-fd4b-ae20-0a93-8fceb40b613b ;
  a2a:EventKeyRef oa:event_rat_ed53ca39-eec5-78b5-c534-a933a703bb39_Event1 .

oa:source_rat_ed53ca39-eec5-78b5-c534-a933a703bb39
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1922-06-10 - 1922-06-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-06-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-06-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1922-06-10"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 576, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "844" ;
    a2a:RegistryNumber "576" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 576, Periode: 1922, Geboorteregister 1922, 844, 576"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/1dd98b32-2d14-a287-d4fe-7b75b631bd8f.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ed53ca39-eec5-78b5-c534-a933a703bb39" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/1dd98b32-2d14-a287-d4fe-7b75b631bd8f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ed53ca39-eec5-78b5-c534-a933a703bb39" ;
  a2a:RecordGUID "{ed53ca39-eec5-78b5-c534-a933a703bb39}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_36681_00036681.xml van RAT" .

