@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_2ea2e952-90fb-52cb-e189-99e599bc9481
  a a2a:Record ;
  rdfs:label "Geboorte op 2 januari 1908 te Loon op Zand" ;
  a2a:hasPerson oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-01dd4e68-7930-9cb5-6397-bdf4ca9d26f0, oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-d316b4f8-5c4d-65a3-4c66-60109177ebcf, oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-8c89f8e8-fda8-8bc1-5495-e8e2d7d5a6bb ;
  a2a:hasEvent oa:event_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_0, oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_1, oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_2 ;
  a2a:hasSource oa:source_rat_2ea2e952-90fb-52cb-e189-99e599bc9481 .

oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-01dd4e68-7930-9cb5-6397-bdf4ca9d26f0
  a a2a:Person ;
  rdfs:label "Theodorus Cornelis Wouters" ;
  a2a:PersonName [
    rdfs:label "Theodorus Cornelis Wouters" ;
    a2a:PersonNameFirstName "Theodorus Cornelis" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-d316b4f8-5c4d-65a3-4c66-60109177ebcf
  a a2a:Person ;
  rdfs:label "Adriana Cornelia Coomans" ;
  a2a:PersonName [
    rdfs:label "Adriana Cornelia Coomans" ;
    a2a:PersonNameFirstName "Adriana Cornelia" ;
    a2a:PersonNameLastName "Coomans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person-8c89f8e8-fda8-8bc1-5495-e8e2d7d5a6bb
  a a2a:Person ;
  rdfs:label "Gertruda Maria Wouters" ;
  a2a:PersonName [
    rdfs:label "Gertruda Maria Wouters" ;
    a2a:PersonNameFirstName "Gertruda Maria" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1908-01-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand"
  ] .

oa:event_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1908-01-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand"
  ] .

oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person:01dd4e68-7930-9cb5-6397-bdf4ca9d26f0 ;
  a2a:EventKeyRef oa:event_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Event1 .

oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person:d316b4f8-5c4d-65a3-4c66-60109177ebcf ;
  a2a:EventKeyRef oa:event_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Event1 .

oa:relationep_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Person:8c89f8e8-fda8-8bc1-5495-e8e2d7d5a6bb ;
  a2a:EventKeyRef oa:event_rat_2ea2e952-90fb-52cb-e189-99e599bc9481_Event1 .

oa:source_rat_2ea2e952-90fb-52cb-e189-99e599bc9481
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1908-01-02 - 1908-01-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1908-01-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1908-01-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1908" ;
    a2a:Month "1" ;
    a2a:Day "2" ;
    rdfs:label "1908-01-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 1728, Periode: 1908" ;
    a2a:Book "Geboorteregister 1908" ;
    a2a:DocumentNumber "3" ;
    a2a:RegistryNumber "1728" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 1728, Periode: 1908, Geboorteregister 1908, 3, 1728"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/200ce297-db42-839d-4f45-d689514f3aa1.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2ea2e952-90fb-52cb-e189-99e599bc9481" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/200ce297-db42-839d-4f45-d689514f3aa1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-08-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/2ea2e952-90fb-52cb-e189-99e599bc9481" ;
  a2a:RecordGUID "{2ea2e952-90fb-52cb-e189-99e599bc9481}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_34279_00034279.xml van RAT" .

