@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_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc
  a a2a:Record ;
  rdfs:label "Geboorte op 19 maart 1919 te Loon op Zand" ;
  a2a:hasPerson oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-f22cfedb-a9f8-7ad2-c85b-23f9ae92052a, oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-60c4f7ed-7049-e51d-b5ed-37ae2f1d698f, oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-2f44b3b7-d066-eedf-7537-b678cb7c8639 ;
  a2a:hasEvent oa:event_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_0, oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_1, oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_2 ;
  a2a:hasSource oa:source_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc .

oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-f22cfedb-a9f8-7ad2-c85b-23f9ae92052a
  a a2a:Person ;
  rdfs:label "Petrus Johanna van Groeningen" ;
  a2a:PersonName [
    rdfs:label "Petrus Johanna van Groeningen" ;
    a2a:PersonNameFirstName "Petrus Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Groeningen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-60c4f7ed-7049-e51d-b5ed-37ae2f1d698f
  a a2a:Person ;
  rdfs:label "Antonia Catharina van de Wert" ;
  a2a:PersonName [
    rdfs:label "Antonia Catharina van de Wert" ;
    a2a:PersonNameFirstName "Antonia Catharina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wert"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person-2f44b3b7-d066-eedf-7537-b678cb7c8639
  a a2a:Person ;
  rdfs:label "Petrus Johannes Wilhelmus Josephus van Groeningen" ;
  a2a:PersonName [
    rdfs:label "Petrus Johannes Wilhelmus Josephus van Groeningen" ;
    a2a:PersonNameFirstName "Petrus Johannes Wilhelmus Josephus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Groeningen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1919-03-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand"
  ] .

oa:event_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1919-03-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand"
  ] .

oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person:f22cfedb-a9f8-7ad2-c85b-23f9ae92052a ;
  a2a:EventKeyRef oa:event_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Event1 .

oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person:60c4f7ed-7049-e51d-b5ed-37ae2f1d698f ;
  a2a:EventKeyRef oa:event_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Event1 .

oa:relationep_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Person:2f44b3b7-d066-eedf-7537-b678cb7c8639 ;
  a2a:EventKeyRef oa:event_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc_Event1 .

oa:source_rat_6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Loon op Zand" ;
    rdfs:label "Loon op Zand", "1919-03-19 - 1919-03-19"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1919-03-19"^^xsd:date ;
    a2a:SourceIndexDateTo "1919-03-19"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1919" ;
    a2a:Month "3" ;
    a2a:Day "19" ;
    rdfs:label "1919-03-19"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Deel: 1730, Periode: 1919" ;
    a2a:Book "Geboorteregister 1919" ;
    a2a:DocumentNumber "66" ;
    a2a:RegistryNumber "1730" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Deel: 1730, Periode: 1919, Geboorteregister 1919, 66, 1730"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/73ba78ae-42cf-36db-e2ee-7420ab388b08.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/73ba78ae-42cf-36db-e2ee-7420ab388b08.jpg"
  ] ;
  a2a:SourceLastChangeDate "2022-07-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc" ;
  a2a:RecordGUID "{6fcf02fd-cd39-e334-bc7e-f9cfd86d25bc}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_34074_00034074.xml van RAT" .

