@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_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8
  a a2a:Record ;
  rdfs:label "Geboorte op 12 juli 1912 te Oisterwijk" ;
  a2a:hasPerson oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-eccc35c6-8144-a3be-f3f5-e238d849abf0, oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-58340424-5a77-056d-1ed1-d02eaf86fc17, oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-6d5eb21c-ce17-8d3a-3daa-e3e0dc1a88ef ;
  a2a:hasEvent oa:event_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Event1 ;
  a2a:hasRelationEP oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_0, oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_1, oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_2 ;
  a2a:hasSource oa:source_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8 .

oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-eccc35c6-8144-a3be-f3f5-e238d849abf0
  a a2a:Person ;
  rdfs:label "Willem Seebregts" ;
  a2a:PersonName [
    rdfs:label "Willem Seebregts" ;
    a2a:PersonNameFirstName "Willem" ;
    a2a:PersonNameLastName "Seebregts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-58340424-5a77-056d-1ed1-d02eaf86fc17
  a a2a:Person ;
  rdfs:label "Adrianus Martinus Cornelis Seebregts" ;
  a2a:PersonName [
    rdfs:label "Adrianus Martinus Cornelis Seebregts" ;
    a2a:PersonNameFirstName "Adrianus Martinus Cornelis" ;
    a2a:PersonNameLastName "Seebregts"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1912-07-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person-6d5eb21c-ce17-8d3a-3daa-e3e0dc1a88ef
  a a2a:Person ;
  rdfs:label "Martina van de Wiel" ;
  a2a:PersonName [
    rdfs:label "Martina van de Wiel" ;
    a2a:PersonNameFirstName "Martina" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Wiel"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1912" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1912-07-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk"
  ] .

oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person:eccc35c6-8144-a3be-f3f5-e238d849abf0 ;
  a2a:EventKeyRef oa:event_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Event1 .

oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person:58340424-5a77-056d-1ed1-d02eaf86fc17 ;
  a2a:EventKeyRef oa:event_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Event1 .

oa:relationep_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Person:6d5eb21c-ce17-8d3a-3daa-e3e0dc1a88ef ;
  a2a:EventKeyRef oa:event_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8_Event1 .

oa:source_rat_ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8
  a a2a:Source ;
  rdfs:label "Regionaal Archief Tilburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oisterwijk" ;
    rdfs:label "Oisterwijk", "1912-07-12 - 1912-07-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1912-07-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1912-07-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1912" ;
    a2a:Month "7" ;
    a2a:Day "12" ;
    rdfs:label "1912-07-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Tilburg" ;
    a2a:Place "Tilburg" ;
    a2a:Collection "Periode: 1912" ;
    a2a:Book "Geboorteregister 1912" ;
    a2a:DocumentNumber "76" ;
    rdfs:label "Regionaal Archief Tilburg, Tilburg, Periode: 1912, Geboorteregister 1912, 76"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/tlb/thumb/640x480/f4b4471f-e58d-267e-6efb-f3b9aa7b17c2.jpg" ;
    a2a:UriViewer "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8" ;
    a2a:UriPreview "https://images.memorix.nl/tlb/thumb/250x250/f4b4471f-e58d-267e-6efb-f3b9aa7b17c2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2015-11-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchieftilburg.nl/zoek-een-persoon/deeds/ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8" ;
  a2a:RecordGUID "{ee2b7b67-e0d7-4ca0-60b2-5fc2f31445b8}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231213_13507_00013507.xml van RAT" .

[] a2a:PersonRemarkdiversen "sigarenmaker" .
