@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_ven_08e60386-bb4e-6b56-7772-e0b567c2c220
  a a2a:Record ;
  rdfs:label "Geboorte op 17 juni 1923 te Venray" ;
  a2a:hasPerson oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-3879764a-8477-c5e1-da37-cad76e03d3cd, oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-9ac07e8d-4396-ed70-144c-e20bce250c2a, oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-d6c1bef2-8716-1d9d-3fce-021c122cc0bd, oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-30121efe-3926-6f81-ea35-b32ac3e0834b, oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-a1a0e18d-4168-3b2f-72de-86c83d78c962 ;
  a2a:hasEvent oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 ;
  a2a:hasRelationEP oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_0, oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_1, oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_2, oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_3, oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_4 ;
  a2a:hasSource oa:source_ven_08e60386-bb4e-6b56-7772-e0b567c2c220 .

oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-3879764a-8477-c5e1-da37-cad76e03d3cd
  a a2a:Person ;
  rdfs:label "Antoon van de Water" ;
  a2a:PersonName [
    rdfs:label "Antoon van de Water" ;
    a2a:PersonNameFirstName "Antoon" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Water"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-9ac07e8d-4396-ed70-144c-e20bce250c2a
  a a2a:Person ;
  rdfs:label "Gerardus van Leuken" ;
  a2a:PersonName [
    rdfs:label "Gerardus van Leuken" ;
    a2a:PersonNameFirstName "Gerardus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Leuken"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-d6c1bef2-8716-1d9d-3fce-021c122cc0bd
  a a2a:Person ;
  rdfs:label "Martinus Hubertus Stoks" ;
  a2a:PersonName [
    rdfs:label "Martinus Hubertus Stoks" ;
    a2a:PersonNameFirstName "Martinus Hubertus" ;
    a2a:PersonNameLastName "Stoks"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1923-06-17"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Venray" ;
    rdfs:label "Venray"
  ] .

oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-30121efe-3926-6f81-ea35-b32ac3e0834b
  a a2a:Person ;
  rdfs:label "Gerardus Hubertus Stoks" ;
  a2a:PersonName [
    rdfs:label "Gerardus Hubertus Stoks" ;
    a2a:PersonNameFirstName "Gerardus Hubertus" ;
    a2a:PersonNameLastName "Stoks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person-a1a0e18d-4168-3b2f-72de-86c83d78c962
  a a2a:Person ;
  rdfs:label "Maria Petronella Janssen" ;
  a2a:PersonName [
    rdfs:label "Maria Petronella Janssen" ;
    a2a:PersonNameFirstName "Maria Petronella" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "17" ;
    rdfs:label "1923-06-17"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Venray" ;
    rdfs:label "Venray"
  ] .

oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person:3879764a-8477-c5e1-da37-cad76e03d3cd ;
  a2a:EventKeyRef oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 .

oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person:9ac07e8d-4396-ed70-144c-e20bce250c2a ;
  a2a:EventKeyRef oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 .

oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person:d6c1bef2-8716-1d9d-3fce-021c122cc0bd ;
  a2a:EventKeyRef oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 .

oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person:30121efe-3926-6f81-ea35-b32ac3e0834b ;
  a2a:EventKeyRef oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 .

oa:relationep_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_4
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Person:a1a0e18d-4168-3b2f-72de-86c83d78c962 ;
  a2a:EventKeyRef oa:event_ven_08e60386-bb4e-6b56-7772-e0b567c2c220_Event1 .

oa:source_ven_08e60386-bb4e-6b56-7772-e0b567c2c220
  a a2a:Source ;
  rdfs:label "Gemeente Venray, gemeentearchief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Venray" ;
    rdfs:label "Venray", "1923-06-18 - 1923-06-18"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1923-06-18"^^xsd:date ;
    a2a:SourceIndexDateTo "1923-06-18"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1923" ;
    a2a:Month "6" ;
    a2a:Day "18" ;
    rdfs:label "1923-06-18"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Venray, gemeentearchief" ;
    a2a:Place "Venray" ;
    a2a:Collection "Bron: boek, Deel: 5239, Periode: 1923" ;
    a2a:Book "Geboorten Venray 1923" ;
    a2a:DocumentNumber "165" ;
    a2a:RegistryNumber "5239" ;
    rdfs:label "Gemeente Venray, gemeentearchief, Venray, Bron: boek, Deel: 5239, Periode: 1923, Geboorten Venray 1923, 165, 5239"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ven/thumb/640x480/58ccfb11-967e-74c0-bf06-720b586a67fc.jpg" ;
    a2a:UriViewer "https://rooynet.nl/voorouders/deeds/08e60386-bb4e-6b56-7772-e0b567c2c220" ;
    a2a:UriPreview "https://images.memorix.nl/ven/thumb/250x250/58ccfb11-967e-74c0-bf06-720b586a67fc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-10-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://rooynet.nl/voorouders/deeds/08e60386-bb4e-6b56-7772-e0b567c2c220" ;
  a2a:RecordGUID "{08e60386-bb4e-6b56-7772-e0b567c2c220}" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "5239" ;
  a2a:SourceRemarkregister_periode "1923" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_1486_00001486.xml van VEN" .

