@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_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb
  a a2a:Record ;
  rdfs:label "Doop op 5 juni 1738 te Swolgen" ;
  a2a:hasPerson oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-d934b91c-35a8-1d04-3a6f-27ba7fd06a77, oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-f68babf6-03f4-7e50-d051-68fbc29c7131, oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-756d282c-04fc-d61f-8f41-e3b06f177808, oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-120552f0-4dba-d5d4-9154-c5d1a4a0c5b7, oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-002a70dd-7070-91ea-895e-0bf2aa350135, oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-6de46fc6-bbbf-a032-4fe0-9d1377b84fdb ;
  a2a:hasEvent oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 ;
  a2a:hasRelationEP oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_0, oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_1, oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_2, oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_3, oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_4, oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_5 ;
  a2a:hasSource oa:source_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-d934b91c-35a8-1d04-3a6f-27ba7fd06a77
  a a2a:Person ;
  rdfs:label "Petrus Gillens" ;
  a2a:PersonName [
    rdfs:label "Petrus Gillens" ;
    a2a:PersonNameFirstName "Petrus" ;
    a2a:PersonNameLastName "Gillens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-f68babf6-03f4-7e50-d051-68fbc29c7131
  a a2a:Person ;
  rdfs:label "Joannes Hennen" ;
  a2a:PersonName [
    rdfs:label "Joannes Hennen" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Hennen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-756d282c-04fc-d61f-8f41-e3b06f177808
  a a2a:Person ;
  rdfs:label "Elisabeth Derix" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Derix" ;
    a2a:PersonNameFirstName "Elisabeth" ;
    a2a:PersonNameLastName "Derix"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-120552f0-4dba-d5d4-9154-c5d1a4a0c5b7
  a a2a:Person ;
  rdfs:label "Laurentius Gilens" ;
  a2a:PersonName [
    rdfs:label "Laurentius Gilens" ;
    a2a:PersonNameFirstName "Laurentius" ;
    a2a:PersonNameLastName "Gilens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-002a70dd-7070-91ea-895e-0bf2aa350135
  a a2a:Person ;
  rdfs:label "Henricus Gilens" ;
  a2a:PersonName [
    rdfs:label "Henricus Gilens" ;
    a2a:PersonNameFirstName "Henricus" ;
    a2a:PersonNameLastName "Gilens"
  ] ;
  a2a:Gender "Man" .

oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person-6de46fc6-bbbf-a032-4fe0-9d1377b84fdb
  a a2a:Person ;
  rdfs:label "Maria van de Venne" ;
  a2a:PersonName [
    rdfs:label "Maria van de Venne" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Venne"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1738" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1738-06-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Swolgen" ;
    rdfs:label "Swolgen"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_0
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:d934b91c-35a8-1d04-3a6f-27ba7fd06a77 ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:f68babf6-03f4-7e50-d051-68fbc29c7131 ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:756d282c-04fc-d61f-8f41-e3b06f177808 ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_3
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:120552f0-4dba-d5d4-9154-c5d1a4a0c5b7 ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_4
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:002a70dd-7070-91ea-895e-0bf2aa350135 ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:relationep_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_5
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Person:6de46fc6-bbbf-a032-4fe0-9d1377b84fdb ;
  a2a:EventKeyRef oa:event_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb_Event1 .

oa:source_ven_be026e8d-c1da-8ba0-a2bb-c98b561c9cbb
  a a2a:Source ;
  rdfs:label "Gemeente Venray, gemeentearchief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Swolgen" ;
    rdfs:label "Swolgen", "1738-06-05 - 1738-06-05"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1738-06-05"^^xsd:date ;
    a2a:SourceIndexDateTo "1738-06-05"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1738" ;
    a2a:Month "6" ;
    a2a:Day "5" ;
    rdfs:label "1738-06-05"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Venray, gemeentearchief" ;
    a2a:Place "Venray" ;
    a2a:Collection "Deel: 128.3, Periode: 1712-1798" ;
    a2a:Book "DTB parochie Swolgen, 1712-1798" ;
    a2a:RegistryNumber "128.3" ;
    a2a:Folio "14r" ;
    rdfs:label "Gemeente Venray, gemeentearchief, Venray, Deel: 128.3, Periode: 1712-1798, DTB parochie Swolgen, 1712-1798, 128.3, 14r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ven/thumb/640x480/7fa87715-d08e-783b-1f50-1933c3beb9f9.jpg" ;
    a2a:UriViewer "https://rooynet.nl/voorouders/deeds/be026e8d-c1da-8ba0-a2bb-c98b561c9cbb" ;
    a2a:UriPreview "https://images.memorix.nl/ven/thumb/250x250/7fa87715-d08e-783b-1f50-1933c3beb9f9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2014-08-26"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://rooynet.nl/voorouders/deeds/be026e8d-c1da-8ba0-a2bb-c98b561c9cbb" ;
  a2a:RecordGUID "{be026e8d-c1da-8ba0-a2bb-c98b561c9cbb}" ;
  a2a:SourceRemarkdeel "128.3" ;
  a2a:SourceRemarkregister_periode "1712-1798" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250607_729_00000729.xml van VEN" .

