@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_e30bca24-b381-33eb-caf8-e31f2cc5c9e1
  a a2a:Record ;
  rdfs:label "Registratie op 18 september 1874 te Wijk" ;
  a2a:hasPerson oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-3dde66b7-f947-d22b-b361-36998b750f1e, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-36b78740-eef9-49f4-31a4-b399afbcd7ce, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-8494e6f3-b098-5552-c650-b9b276cdff5f, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-e2eabd26-e369-6c36-c9d6-79eaff8b7433, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-95bb28ae-f317-f45a-ae2b-64ca93dc644f, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-62994f5f-850d-180e-6f49-cd0181b83d5b, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-6950fe08-fa23-b1f1-8dfa-5b42164a7f48, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-f707968b-ba3d-852d-d1d9-5359279d80b8, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-3350b357-547d-55e5-63f7-cd13a647deb4, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-dec52cac-c590-07be-dd83-f756aabb16b1, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-34907c9d-b685-5893-625c-0070151e4046, oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-5799a146-edaa-2df1-680f-9827ec8d48b3 ;
  a2a:hasEvent oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 ;
  a2a:hasRelationEP oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_0, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_1, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_2, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_3, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_4, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_5, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_6, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_7, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_8, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_9, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_10, oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_11 ;
  a2a:hasSource oa:source_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1 .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-3dde66b7-f947-d22b-b361-36998b750f1e
  a a2a:Person ;
  rdfs:label "Cornelis Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Cornelis Nieuwkoop" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1874" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1874-09-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-36b78740-eef9-49f4-31a4-b399afbcd7ce
  a a2a:Person ;
  rdfs:label "Elizabeth Bouman" ;
  a2a:PersonName [
    rdfs:label "Elizabeth Bouman" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1877" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1877-01-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-8494e6f3-b098-5552-c650-b9b276cdff5f
  a a2a:Person ;
  rdfs:label "Adam Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Adam Nieuwkoop" ;
    a2a:PersonNameFirstName "Adam" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1900" ;
    a2a:Month "3" ;
    a2a:Day "24" ;
    rdfs:label "1900-03-24"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-e2eabd26-e369-6c36-c9d6-79eaff8b7433
  a a2a:Person ;
  rdfs:label "Hendrik Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Hendrik Nieuwkoop" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "10" ;
    a2a:Day "20" ;
    rdfs:label "1901-10-20"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-95bb28ae-f317-f45a-ae2b-64ca93dc644f
  a a2a:Person ;
  rdfs:label "Gerdina Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Gerdina Nieuwkoop" ;
    a2a:PersonNameFirstName "Gerdina" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1904" ;
    a2a:Month "1" ;
    a2a:Day "26" ;
    rdfs:label "1904-01-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "arbeider" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-62994f5f-850d-180e-6f49-cd0181b83d5b
  a a2a:Person ;
  rdfs:label "Huibertje Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Huibertje Nieuwkoop" ;
    a2a:PersonNameFirstName "Huibertje" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "10" ;
    a2a:Day "11" ;
    rdfs:label "1905-10-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-6950fe08-fa23-b1f1-8dfa-5b42164a7f48
  a a2a:Person ;
  rdfs:label "Pietronella Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Pietronella Nieuwkoop" ;
    a2a:PersonNameFirstName "Pietronella" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1907" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1907-05-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-f707968b-ba3d-852d-d1d9-5359279d80b8
  a a2a:Person ;
  rdfs:label "Cornelis Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Cornelis Nieuwkoop" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1908" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1908-10-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-3350b357-547d-55e5-63f7-cd13a647deb4
  a a2a:Person ;
  rdfs:label "Kasper Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Kasper Nieuwkoop" ;
    a2a:PersonNameFirstName "Kasper" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1912" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1912-04-08"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-dec52cac-c590-07be-dd83-f756aabb16b1
  a a2a:Person ;
  rdfs:label "Jenneke Pouwlina Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Jenneke Pouwlina Nieuwkoop" ;
    a2a:PersonNameFirstName "Jenneke Pouwlina" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1913" ;
    a2a:Month "10" ;
    a2a:Day "30" ;
    rdfs:label "1913-10-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-34907c9d-b685-5893-625c-0070151e4046
  a a2a:Person ;
  rdfs:label "Elisabeth Cornelia Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Cornelia Nieuwkoop" ;
    a2a:PersonNameFirstName "Elisabeth Cornelia" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "7" ;
    a2a:Day "14" ;
    rdfs:label "1915-07-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person-5799a146-edaa-2df1-680f-9827ec8d48b3
  a a2a:Person ;
  rdfs:label "Gijsbert Pieter Nieuwkoop" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Pieter Nieuwkoop" ;
    a2a:PersonNameFirstName "Gijsbert Pieter" ;
    a2a:PersonNameLastName "Nieuwkoop"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1921" ;
    a2a:Month "5" ;
    a2a:Day "3" ;
    rdfs:label "1921-05-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oudheusden" ;
    rdfs:label "Oudheusden"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1874" ;
    a2a:Month "9" ;
    a2a:Day "18" ;
    rdfs:label "1874-09-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wijk" ;
    rdfs:label "Wijk"
  ] .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:3dde66b7-f947-d22b-b361-36998b750f1e ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:36b78740-eef9-49f4-31a4-b399afbcd7ce ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:8494e6f3-b098-5552-c650-b9b276cdff5f ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_3
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:e2eabd26-e369-6c36-c9d6-79eaff8b7433 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_4
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:95bb28ae-f317-f45a-ae2b-64ca93dc644f ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_5
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:62994f5f-850d-180e-6f49-cd0181b83d5b ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_6
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:6950fe08-fa23-b1f1-8dfa-5b42164a7f48 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_7
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:f707968b-ba3d-852d-d1d9-5359279d80b8 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_8
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:3350b357-547d-55e5-63f7-cd13a647deb4 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_9
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:dec52cac-c590-07be-dd83-f756aabb16b1 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_10
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:34907c9d-b685-5893-625c-0070151e4046 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:relationep_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_11
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Person:5799a146-edaa-2df1-680f-9827ec8d48b3 ;
  a2a:EventKeyRef oa:event_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1_Event1 .

oa:source_sha_e30bca24-b381-33eb-caf8-e31f2cc5c9e1
  a a2a:Source ;
  rdfs:label "Streekarchief Langstraat Heusden Altena, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Oudheusden en Elshout" ;
    rdfs:label "Oudheusden en Elshout", "1910-01-01 - 1925-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1925-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: 1910-1925" ;
    a2a:Book "Bevolkingsregister" ;
    a2a:RegistryNumber "9" ;
    a2a:Folio "37" ;
    rdfs:label "Streekarchief Langstraat Heusden Altena, Heusden en Altena, Bron: boek, Deel: 9, Periode: 1910-1925, Bevolkingsregister, 9, 37"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sha/thumb/640x480/f584750b-8f46-91af-316b-2bba800270dd.jpg" ;
    a2a:UriViewer "https://salha.nl/bronnen/genealogy/personen/deeds/e30bca24-b381-33eb-caf8-e31f2cc5c9e1" ;
    a2a:UriPreview "https://images.memorix.nl/sha/thumb/250x250/f584750b-8f46-91af-316b-2bba800270dd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-11-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://salha.nl/bronnen/genealogy/personen/deeds/e30bca24-b381-33eb-caf8-e31f2cc5c9e1" ;
  a2a:RecordGUID "{e30bca24-b381-33eb-caf8-e31f2cc5c9e1}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20231214_4219_00004219.xml van SHA" .

