@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_bfacacae-b2f3-b0b3-dcb8-8311febe83ba
  a a2a:Record ;
  rdfs:label "Geboorte op 11 februari 1816 te Dussen" ;
  a2a:hasPerson oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-c87f0154-70c0-cc99-56f1-39ce544fac42, oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-26cb3526-4c6e-14f2-7f9e-3a257a32c42b, oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-fa27cc24-fdf6-0a40-ace7-1aef0b5cb4da, oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-2ee6b56b-d098-3362-9ccf-bad824c92fd8, oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-dbf17dab-bb41-2acc-1290-cea0ee1f6ca8 ;
  a2a:hasEvent oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_0, oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_1, oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_2, oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_3, oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_4 ;
  a2a:hasSource oa:source_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba .

oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-c87f0154-70c0-cc99-56f1-39ce544fac42
  a a2a:Person ;
  rdfs:label "Maria Baas" ;
  a2a:PersonName [
    rdfs:label "Maria Baas" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNameLastName "Baas"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] .

oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-26cb3526-4c6e-14f2-7f9e-3a257a32c42b
  a a2a:Person ;
  rdfs:label "Gerrit van Daale" ;
  a2a:PersonName [
    rdfs:label "Gerrit van Daale" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Daale"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "51" ;
    rdfs:label "51"
  ] ;
  a2a:Profession "metselaar" .

oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-fa27cc24-fdf6-0a40-ace7-1aef0b5cb4da
  a a2a:Person ;
  rdfs:label "Peter van Dijk" ;
  a2a:PersonName [
    rdfs:label "Peter van Dijk" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "34" ;
    rdfs:label "34"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-2ee6b56b-d098-3362-9ccf-bad824c92fd8
  a a2a:Person ;
  rdfs:label "Gerrit Lensvelt" ;
  a2a:PersonName [
    rdfs:label "Gerrit Lensvelt" ;
    a2a:PersonNameFirstName "Gerrit" ;
    a2a:PersonNameLastName "Lensvelt"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1816-02-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] .

oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person-dbf17dab-bb41-2acc-1290-cea0ee1f6ca8
  a a2a:Person ;
  rdfs:label "Gerrit Gerritse Lensvelt" ;
  a2a:PersonName [
    rdfs:label "Gerrit Gerritse Lensvelt" ;
    a2a:PersonNameFirstName "Gerrit Gerritse" ;
    a2a:PersonNameLastName "Lensvelt"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] ;
  a2a:Profession "arbeider" .

oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1816-02-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen"
  ] .

oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person:c87f0154-70c0-cc99-56f1-39ce544fac42 ;
  a2a:EventKeyRef oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 .

oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_1
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person:26cb3526-4c6e-14f2-7f9e-3a257a32c42b ;
  a2a:EventKeyRef oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 .

oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_2
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person:fa27cc24-fdf6-0a40-ace7-1aef0b5cb4da ;
  a2a:EventKeyRef oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 .

oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_3
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person:2ee6b56b-d098-3362-9ccf-bad824c92fd8 ;
  a2a:EventKeyRef oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 .

oa:relationep_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_4
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Person:dbf17dab-bb41-2acc-1290-cea0ee1f6ca8 ;
  a2a:EventKeyRef oa:event_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba_Event1 .

oa:source_sha_bfacacae-b2f3-b0b3-dcb8-8311febe83ba
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Dussen" ;
    rdfs:label "Dussen", "1816-02-11 - 1816-02-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-02-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-02-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "11" ;
    rdfs:label "1816-02-11"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: Burgerlijke standregister, Deel: 3307, Periode: 1815-1822" ;
    a2a:Book "Geboorteregister" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "3307" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: Burgerlijke standregister, Deel: 3307, Periode: 1815-1822, Geboorteregister, 7, 3307"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/fb96007b-ed60-ac02-e554-b6b4ba3bcd4b.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/bfacacae-b2f3-b0b3-dcb8-8311febe83ba" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/fb96007b-ed60-ac02-e554-b6b4ba3bcd4b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-30"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/bfacacae-b2f3-b0b3-dcb8-8311febe83ba" ;
  a2a:RecordGUID "{bfacacae-b2f3-b0b3-dcb8-8311febe83ba}" ;
  a2a:SourceRemarkOpmerking "Scans zijn van registers van Brabants Historisch Informatie Centrum te ’s-Hertogenbosch." ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_3819_00003819.xml van SHA" .

