@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_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa
  a a2a:Record ;
  rdfs:label "Doop op 4 november 1718 te Vlijmen" ;
  a2a:hasPerson oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-f243b8f8-5145-afe1-ce41-963391f3daa5, oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-8d3af7a3-9274-03be-ea33-8a1909007b05, oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-ae9e2f0c-4b07-262e-3394-ef460515f8e0, oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-22acc81b-c4bc-d6fe-256a-bc349b37abf1 ;
  a2a:hasEvent oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_0, oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_1, oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_2, oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_3 ;
  a2a:hasSource oa:source_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa .

oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-f243b8f8-5145-afe1-ce41-963391f3daa5
  a a2a:Person ;
  rdfs:label "Hendrien Janse" ;
  a2a:PersonName [
    rdfs:label "Hendrien Janse" ;
    a2a:PersonNameFirstName "Hendrien" ;
    a2a:PersonNameLastName "Janse"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-8d3af7a3-9274-03be-ea33-8a1909007b05
  a a2a:Person ;
  rdfs:label "Gerburgh Zegere" ;
  a2a:PersonName [
    rdfs:label "Gerburgh Zegere" ;
    a2a:PersonNameFirstName "Gerburgh" ;
    a2a:PersonNameLastName "Zegere"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-ae9e2f0c-4b07-262e-3394-ef460515f8e0
  a a2a:Person ;
  rdfs:label "Arie Claessen van Beers" ;
  a2a:PersonName [
    rdfs:label "Arie Claessen van Beers" ;
    a2a:PersonNameFirstName "Arie Claessen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beers"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person-22acc81b-c4bc-d6fe-256a-bc349b37abf1
  a a2a:Person ;
  rdfs:label "Johannes van Beers" ;
  a2a:PersonName [
    rdfs:label "Johannes van Beers" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Beers"
  ] ;
  a2a:Gender "Man" .

oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1718" ;
    a2a:Month "11" ;
    a2a:Day "4" ;
    rdfs:label "1718-11-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen"
  ] ;
  a2a:EventReligion "RK" .

oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person:f243b8f8-5145-afe1-ce41-963391f3daa5 ;
  a2a:EventKeyRef oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1 .

oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person:8d3af7a3-9274-03be-ea33-8a1909007b05 ;
  a2a:EventKeyRef oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1 .

oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person:ae9e2f0c-4b07-262e-3394-ef460515f8e0 ;
  a2a:EventKeyRef oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1 .

oa:relationep_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Person:22acc81b-c4bc-d6fe-256a-bc349b37abf1 ;
  a2a:EventKeyRef oa:event_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa_Event1 .

oa:source_sha_e4cb996b-1ebe-b80c-97b9-4bc498e4efaa
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlijmen" ;
    rdfs:label "Vlijmen", "1718-11-04 - 1718-11-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1718-11-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1718-11-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1718" ;
    a2a:Month "11" ;
    a2a:Day "4" ;
    rdfs:label "1718-11-04"^^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: Vlijmen02, Periode: 1712-1764" ;
    a2a:Book "Dopen (rooms-katholieke parochie)" ;
    a2a:RegistryNumber "Vlijmen02" ;
    a2a:Folio "23r" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: doop-, trouw- en begraafboek, Deel: Vlijmen02, Periode: 1712-1764, Dopen (rooms-katholieke parochie), Vlijmen02, 23r"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/7c21a33c-e696-83e8-8d9f-ebe2d54411b0.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e4cb996b-1ebe-b80c-97b9-4bc498e4efaa" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/7c21a33c-e696-83e8-8d9f-ebe2d54411b0.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-02-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e4cb996b-1ebe-b80c-97b9-4bc498e4efaa" ;
  a2a:RecordGUID "{e4cb996b-1ebe-b80c-97b9-4bc498e4efaa}" ;
  a2a:SourceRemarkOpmerking "Datum dopen: 04-11-1718<br />Plaats dopen: Vlijmen<br />Religie: RK" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_1795_00001795.xml van SHA" .

