@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_old_4e636411-283a-6ee5-d086-bd6ea637db5f
  a a2a:Record ;
  rdfs:label "Geboorte op 9 augustus 1902 te Oldenzaal" ;
  a2a:hasPerson oa:person_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Person1 ;
  a2a:hasEvent oa:event_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Event1 ;
  a2a:hasRelationEP oa:relationep_old_4e636411-283a-6ee5-d086-bd6ea637db5f_0 ;
  a2a:hasSource oa:source_old_4e636411-283a-6ee5-d086-bd6ea637db5f .

oa:person_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Person1
  a a2a:Person ;
  rdfs:label "Johannes Gerhardus Martinus Oude Veldhuis" ;
  a2a:PersonName [
    rdfs:label "Johannes Gerhardus Martinus Oude Veldhuis" ;
    a2a:PersonNameFirstName "Johannes Gerhardus Martinus" ;
    a2a:PersonNameLastName "Oude Veldhuis"
  ] .

oa:event_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "8" ;
    a2a:Day "9" ;
    rdfs:label "1902-08-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal"
  ] .

oa:relationep_old_4e636411-283a-6ee5-d086-bd6ea637db5f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Person1 ;
  a2a:EventKeyRef oa:event_old_4e636411-283a-6ee5-d086-bd6ea637db5f_Event1 .

oa:source_old_4e636411-283a-6ee5-d086-bd6ea637db5f
  a a2a:Source ;
  rdfs:label "Gemeente Oldenzaal, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal", "1811-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Oldenzaal" ;
    a2a:DocumentNumber "143" ;
    rdfs:label "Gemeente Oldenzaal, 143"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://genealogie.oldenzaal.nl/sites/default/files/data/Gebonden%20Akten/00000019/00000925.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-15"^^xsd:date ;
  a2a:RecordGUID "{4e636411-283a-6ee5-d086-bd6ea637db5f}" ;
  a2a:SourceRemarkProvenance "gescraped van genealogie.oldenzaal.nl op 15-10-2018" .

