@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_2467c1b4-a9ca-33c1-e279-d2aa97a15511
  a a2a:Record ;
  rdfs:label "Doop op 15 april 1708 te Tilburg" ;
  a2a:hasPerson oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-811696ed-fd6a-bad7-5c69-6e7e7f10a1b3, oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-f66e0ed2-7edc-132c-75e9-0cd200e709db, oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-f0e0b068-a8b5-60f1-64c1-143796a138c7 ;
  a2a:hasEvent oa:event_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_0, oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_1, oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_2 ;
  a2a:hasSource oa:source_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511 .

oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-811696ed-fd6a-bad7-5c69-6e7e7f10a1b3
  a a2a:Person ;
  rdfs:label "Elisabeth Jan Sijmons" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Jan Sijmons" ;
    a2a:PersonNameFirstName "Elisabeth Jan" ;
    a2a:PersonNameLastName "Sijmons"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-f66e0ed2-7edc-132c-75e9-0cd200e709db
  a a2a:Person ;
  rdfs:label "Joannes van der Looij" ;
  a2a:PersonName [
    rdfs:label "Joannes van der Looij" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Looij"
  ] ;
  a2a:Gender "Man" .

oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person-f0e0b068-a8b5-60f1-64c1-143796a138c7
  a a2a:Person ;
  rdfs:label "Joannes Hendrick van der Looij" ;
  a2a:PersonName [
    rdfs:label "Joannes Hendrick van der Looij" ;
    a2a:PersonNameFirstName "Joannes Hendrick" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Looij"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1708" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1708-04-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg"
  ] .

oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person:811696ed-fd6a-bad7-5c69-6e7e7f10a1b3 ;
  a2a:EventKeyRef oa:event_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Event1 .

oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person:f66e0ed2-7edc-132c-75e9-0cd200e709db ;
  a2a:EventKeyRef oa:event_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Event1 .

oa:relationep_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Person:f0e0b068-a8b5-60f1-64c1-143796a138c7 ;
  a2a:EventKeyRef oa:event_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511_Event1 .

oa:source_rat_2467c1b4-a9ca-33c1-e279-d2aa97a15511
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Tilburg" ;
    rdfs:label "Tilburg", "1708-04-15 - 1708-04-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1708-04-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1708-04-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1708" ;
    a2a:Month "4" ;
    a2a:Day "15" ;
    rdfs:label "1708-04-15"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 77, Periode: 1705-1709" ;
    a2a:Book "Inv.nr. 077 - Tilburg en Goirle - Doopboek 1705-1709 (Rooms-katholieke parochie ´t Goirke)" ;
    a2a:RegistryNumber "77" ;
    a2a:Folio "37" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 77, Periode: 1705-1709, Inv.nr. 077 - Tilburg en Goirle - Doopboek 1705-1709 (Rooms-katholieke parochie ´t Goirke), 77, 37"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/f55ffe81-5c8d-dec8-a29e-2f08098d2d74.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2467c1b4-a9ca-33c1-e279-d2aa97a15511" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/f55ffe81-5c8d-dec8-a29e-2f08098d2d74.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-11-16"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2467c1b4-a9ca-33c1-e279-d2aa97a15511" ;
  a2a:RecordGUID "{2467c1b4-a9ca-33c1-e279-d2aa97a15511}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22100_00022100.xml van RAT" .

