@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_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2
  a a2a:Record ;
  rdfs:label "Registratie op 14 september 1803 te Rotterdam" ;
  a2a:hasPerson oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-4356ded9-adf4-f2ac-99eb-b0577560cc5f, oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-710a332b-3794-b8b4-2f36-5ecfa9c2012f, oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-c531d1bb-d250-ac89-494a-bb2f1b5622c2 ;
  a2a:hasEvent oa:event_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_0, oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_1, oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_2 ;
  a2a:hasSource oa:source_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2 .

oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-4356ded9-adf4-f2ac-99eb-b0577560cc5f
  a a2a:Person ;
  rdfs:label "Johanna Hoelaars" ;
  a2a:PersonName [
    rdfs:label "Johanna Hoelaars" ;
    a2a:PersonNameFirstName "Johanna" ;
    a2a:PersonNameLastName "Hoelaars"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1803" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1803-09-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] ;
  a2a:Profession "broodverkoper" .

oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-710a332b-3794-b8b4-2f36-5ecfa9c2012f
  a a2a:Person ;
  rdfs:label "Izak van Vlijmen" ;
  a2a:PersonName [
    rdfs:label "Izak van Vlijmen" ;
    a2a:PersonNameFirstName "Izak" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vlijmen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "3" ;
    a2a:Day "8" ;
    rdfs:label "1839-03-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Aalburg" ;
    rdfs:label "Aalburg"
  ] .

oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person-c531d1bb-d250-ac89-494a-bb2f1b5622c2
  a a2a:Person ;
  rdfs:label "Franciscus van Vlijmen" ;
  a2a:PersonName [
    rdfs:label "Franciscus van Vlijmen" ;
    a2a:PersonNameFirstName "Franciscus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vlijmen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1842" ;
    a2a:Month "2" ;
    a2a:Day "8" ;
    rdfs:label "1842-02-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Aalburg" ;
    rdfs:label "Aalburg"
  ] ;
  a2a:Profession "schoenmaker" .

oa:event_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1803" ;
    a2a:Month "9" ;
    a2a:Day "14" ;
    rdfs:label "1803-09-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam"
  ] .

oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person:4356ded9-adf4-f2ac-99eb-b0577560cc5f ;
  a2a:EventKeyRef oa:event_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Event1 .

oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person:710a332b-3794-b8b4-2f36-5ecfa9c2012f ;
  a2a:EventKeyRef oa:event_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Event1 .

oa:relationep_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Person:c531d1bb-d250-ac89-494a-bb2f1b5622c2 ;
  a2a:EventKeyRef oa:event_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2_Event1 .

oa:source_sha_7fc2bb04-de3e-166b-80f6-44a6f7a17ce2
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Heusden" ;
    rdfs:label "Heusden", "1860-01-01 - 1869-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1860-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1869-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Langstraat Heusden Altena" ;
    a2a:Place "Heusden en Altena" ;
    a2a:Collection "Bron: boek, Deel: 9, Periode: 1860-1869" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "27" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 9, Periode: 1860-1869, Bevolkingsregister, 9, 27"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/22029464-a89d-b4f4-f701-b59c30cf5e93.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/7fc2bb04-de3e-166b-80f6-44a6f7a17ce2" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/22029464-a89d-b4f4-f701-b59c30cf5e93.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-01-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/7fc2bb04-de3e-166b-80f6-44a6f7a17ce2" ;
  a2a:RecordGUID "{7fc2bb04-de3e-166b-80f6-44a6f7a17ce2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4889_00004889.xml van SHA" .

