@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_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7
  a a2a:Record ;
  rdfs:label "Doop op 20 november 1742 te Dussen" ;
  a2a:hasPerson oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-9a88eef6-687d-7a03-b3e9-ea8b9d1d27cf, oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-f6b4c1f3-f810-8003-5bf0-2c848050b9fe, oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-9acb6ca2-9138-1997-e98c-d722d115af2e, oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-c4498793-2d7c-ea01-460b-9e477ab03d8b, oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-378681a4-4611-91b1-ddd9-c90ec2184a40 ;
  a2a:hasEvent oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_0, oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_1, oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_2, oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_3, oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_4 ;
  a2a:hasSource oa:source_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7 .

oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-9a88eef6-687d-7a03-b3e9-ea8b9d1d27cf
  a a2a:Person ;
  rdfs:label "Johannes van Herp" ;
  a2a:PersonName [
    rdfs:label "Johannes van Herp" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthPlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] .

oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-f6b4c1f3-f810-8003-5bf0-2c848050b9fe
  a a2a:Person ;
  rdfs:label "Antonius van Herp" ;
  a2a:PersonName [
    rdfs:label "Antonius van Herp" ;
    a2a:PersonNameFirstName "Antonius" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-9acb6ca2-9138-1997-e98c-d722d115af2e
  a a2a:Person ;
  rdfs:label "Beatrix van Herp" ;
  a2a:PersonName [
    rdfs:label "Beatrix van Herp" ;
    a2a:PersonNameFirstName "Beatrix" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-c4498793-2d7c-ea01-460b-9e477ab03d8b
  a a2a:Person ;
  rdfs:label "Petronella Staal" ;
  a2a:PersonName [
    rdfs:label "Petronella Staal" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNameLastName "Staal"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person-378681a4-4611-91b1-ddd9-c90ec2184a40
  a a2a:Person ;
  rdfs:label "Isack van Herp" ;
  a2a:PersonName [
    rdfs:label "Isack van Herp" ;
    a2a:PersonNameFirstName "Isack" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Herp"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1742" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1742-11-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person:9a88eef6-687d-7a03-b3e9-ea8b9d1d27cf ;
  a2a:EventKeyRef oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 .

oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person:f6b4c1f3-f810-8003-5bf0-2c848050b9fe ;
  a2a:EventKeyRef oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 .

oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person:9acb6ca2-9138-1997-e98c-d722d115af2e ;
  a2a:EventKeyRef oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 .

oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_3
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person:c4498793-2d7c-ea01-460b-9e477ab03d8b ;
  a2a:EventKeyRef oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 .

oa:relationep_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Person:378681a4-4611-91b1-ddd9-c90ec2184a40 ;
  a2a:EventKeyRef oa:event_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7_Event1 .

oa:source_sha_45f3e39e-a57b-657b-1a88-26b2de2e5ca7
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Dussen, Almkerk, Andel, Giessen, Meeuwen" ;
    rdfs:label "Dussen, Almkerk, Andel, Giessen, Meeuwen", "1742-11-20 - 1742-11-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1742-11-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1742-11-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1742" ;
    a2a:Month "11" ;
    a2a:Day "20" ;
    rdfs:label "1742-11-20"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: doop-, trouw- en begraafboek, Deel: 34, Periode: 1737-1810" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "34" ;
    a2a:Folio "11v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: 34, Periode: 1737-1810, Dopen (rooms-katholieke parochie), 34, 11v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/ba7521da-4102-bb95-c503-6111ea2e0b9d.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/45f3e39e-a57b-657b-1a88-26b2de2e5ca7" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/ba7521da-4102-bb95-c503-6111ea2e0b9d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-08-27"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/45f3e39e-a57b-657b-1a88-26b2de2e5ca7" ;
  a2a:RecordGUID "{45f3e39e-a57b-657b-1a88-26b2de2e5ca7}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 20-11-1742<br />Plaats dopen: Dussen<br />Religie: RK", "Origineel is bij Stadsarchief Breda. Op scan 106 is een lijst van schippers te vinden die in Dussen wonen." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_7413_00007413.xml van SHA" .

