@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_97747e27-1ab0-668d-fa4e-570fe9b9ffdd
  a a2a:Record ;
  rdfs:label "Doop op 13 december 1750 te Oudheusden" ;
  a2a:hasPerson oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-7b8ff135-db94-6537-b5b3-8d6b43b551c3, oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-e225e241-d3fe-1a80-2261-7e68a04a6975, oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-bd0ca7c4-e6aa-0a62-4c1f-a3840e411092, oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-5461bce7-2319-f3ed-3e18-c4de3c4d26e6 ;
  a2a:hasEvent oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_0, oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_1, oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_2, oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_3 ;
  a2a:hasSource oa:source_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd .

oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-7b8ff135-db94-6537-b5b3-8d6b43b551c3
  a a2a:Person ;
  rdfs:label "Johanna Teunis Muscus" ;
  a2a:PersonName [
    rdfs:label "Johanna Teunis Muscus" ;
    a2a:PersonNameFirstName "Johanna Teunis" ;
    a2a:PersonNameLastName "Muscus"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-e225e241-d3fe-1a80-2261-7e68a04a6975
  a a2a:Person ;
  rdfs:label "Maria van der Dusse" ;
  a2a:PersonName [
    rdfs:label "Maria van der Dusse" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Dusse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-bd0ca7c4-e6aa-0a62-4c1f-a3840e411092
  a a2a:Person ;
  rdfs:label "Adrianus van der Dusse" ;
  a2a:PersonName [
    rdfs:label "Adrianus van der Dusse" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Dusse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person-5461bce7-2319-f3ed-3e18-c4de3c4d26e6
  a a2a:Person ;
  rdfs:label "Petronella van der Dusse" ;
  a2a:PersonName [
    rdfs:label "Petronella van der Dusse" ;
    a2a:PersonNameFirstName "Petronella" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Dusse"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1750" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1750-12-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person:7b8ff135-db94-6537-b5b3-8d6b43b551c3 ;
  a2a:EventKeyRef oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1 .

oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person:e225e241-d3fe-1a80-2261-7e68a04a6975 ;
  a2a:EventKeyRef oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1 .

oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person:bd0ca7c4-e6aa-0a62-4c1f-a3840e411092 ;
  a2a:EventKeyRef oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1 .

oa:relationep_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Person:5461bce7-2319-f3ed-3e18-c4de3c4d26e6 ;
  a2a:EventKeyRef oa:event_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd_Event1 .

oa:source_sha_97747e27-1ab0-668d-fa4e-570fe9b9ffdd
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Oudheusden, Elshout, Hulten" ;
    rdfs:label "Oudheusden, Elshout, Hulten", "1750-12-13 - 1750-12-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1750-12-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1750-12-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1750" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1750-12-13"^^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: Heusden30, Periode: 1742-1810" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Heusden30" ;
    a2a:Folio "8v" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Heusden30, Periode: 1742-1810, Dopen (rooms-katholieke parochie), Heusden30, 8v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/9b2e966e-3b4d-ebd6-9f6f-a2c4ead36df7.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/97747e27-1ab0-668d-fa4e-570fe9b9ffdd" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/9b2e966e-3b4d-ebd6-9f6f-a2c4ead36df7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-05-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/97747e27-1ab0-668d-fa4e-570fe9b9ffdd" ;
  a2a:RecordGUID "{97747e27-1ab0-668d-fa4e-570fe9b9ffdd}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 13-12-1750<br />Plaats dopen: Oudheusden<br />Religie: RK", "Zie voor de periode 1610-1658 de DTB-boeken 2-4 van Drunen." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1717_00001717.xml van SHA" .

