@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_21f9f9ea-533f-9078-ee6e-e801d5c32b99
  a a2a:Record ;
  rdfs:label "Doop op 7 mei 1700 te Alphen en Riel" ;
  a2a:hasPerson oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-70c92931-8f38-7f1a-5c2d-f14b0c446823, oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-6064d390-0b8a-efa4-1e00-2f13d6eb8079, oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-229e8d77-0a8a-aa86-35ec-bac4726c60ee ;
  a2a:hasEvent oa:event_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_0, oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_1, oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_2 ;
  a2a:hasSource oa:source_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99 .

oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-70c92931-8f38-7f1a-5c2d-f14b0c446823
  a a2a:Person ;
  rdfs:label "Willebrordus Janssen van Goorl" ;
  a2a:PersonName [
    rdfs:label "Willebrordus Janssen van Goorl" ;
    a2a:PersonNameFirstName "Willebrordus Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goorl"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-6064d390-0b8a-efa4-1e00-2f13d6eb8079
  a a2a:Person ;
  rdfs:label "Elisabeth Thomas Wauters" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Thomas Wauters" ;
    a2a:PersonNameFirstName "Elisabeth Thomas" ;
    a2a:PersonNameLastName "Wauters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person-229e8d77-0a8a-aa86-35ec-bac4726c60ee
  a a2a:Person ;
  rdfs:label "Dimpna van Goorl" ;
  a2a:PersonName [
    rdfs:label "Dimpna van Goorl" ;
    a2a:PersonNameFirstName "Dimpna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Goorl"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1700-05-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel"
  ] .

oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person:70c92931-8f38-7f1a-5c2d-f14b0c446823 ;
  a2a:EventKeyRef oa:event_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Event1 .

oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person:6064d390-0b8a-efa4-1e00-2f13d6eb8079 ;
  a2a:EventKeyRef oa:event_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Event1 .

oa:relationep_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Person:229e8d77-0a8a-aa86-35ec-bac4726c60ee ;
  a2a:EventKeyRef oa:event_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99_Event1 .

oa:source_rat_21f9f9ea-533f-9078-ee6e-e801d5c32b99
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Alphen en Riel" ;
    rdfs:label "Alphen en Riel", "1700-05-07 - 1700-05-07"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-05-07"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-05-07"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "5" ;
    a2a:Day "7" ;
    rdfs:label "1700-05-07"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken van Alphen en Riel, 1604-1810, Bron: boek, Deel: 4, P..." ;
    a2a:Book "Inv.nr. 04 - Alphen - doopboek 1687-1746, trouwboek 1687-1746, begraafboek 1724-1743, 1712-1724, ..." ;
    a2a:RegistryNumber "4" ;
    a2a:Folio "16" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Archiefnaam: Doop-, trouw- en begraafboeken van Alphen en Riel, 1604-1810, Bron: boek, Deel: 4, P..., Inv.nr. 04 - Alphen - doopboek 1687-1746, trouwboek 1687-1746, begraafboek 1724-1743, 1712-1724, ..., 4, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/cf105d8b-77c4-2fc4-be47-56a0b3ab407e.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/21f9f9ea-533f-9078-ee6e-e801d5c32b99" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/cf105d8b-77c4-2fc4-be47-56a0b3ab407e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-10-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/21f9f9ea-533f-9078-ee6e-e801d5c32b99" ;
  a2a:RecordGUID "{21f9f9ea-533f-9078-ee6e-e801d5c32b99}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_22031_00022031.xml van RAT" .

