@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D
  a a2a:Record ;
  rdfs:label "Geboorte op 9 januari 1876 te Amersfoort, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650973, oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650974, oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650975 ;
  a2a:hasEvent oa:event_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_0, oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_1, oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_2 ;
  a2a:hasSource oa:source_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/0C2AB0BB552B438F9D6A87E8054B9D1D> .

oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650973
  a a2a:Person ;
  rdfs:label "Geertruida Kamerbeek" ;
  a2a:PersonName [
    rdfs:label "Geertruida Kamerbeek" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Kamerbeek"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "09-01-1876" ;
    a2a:Year "1876" ;
    a2a:Month "01" ;
    a2a:Day "09" ;
    rdfs:label "09-01-1876"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Amersfoort" ;
    rdfs:label "Amersfoort"
  ] .

oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650974
  a a2a:Person ;
  rdfs:label "Jacobus Kamerbeek" ;
  a2a:PersonName [
    rdfs:label "Jacobus Kamerbeek" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Kamerbeek"
  ] .

oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650975
  a a2a:Person ;
  rdfs:label "Maria Catharina Thoneman" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Thoneman" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNameLastName "Thoneman"
  ] .

oa:event_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "09-01-1876" ;
    a2a:Year "1876" ;
    a2a:Month "01" ;
    a2a:Day "09" ;
    rdfs:label "1876-01-09"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "Amersfoort" ;
    rdfs:label "Utrecht, Amersfoort"
  ] .

oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650973 ;
  a2a:EventKeyRef oa:event_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Event1 .

oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650974 ;
  a2a:EventKeyRef oa:event_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Event1 .

oa:relationep_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Person3069650975 ;
  a2a:EventKeyRef oa:event_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D_Event1 .

oa:source_hua_0C2AB0BB-552B-438F-9D6A-87E8054B9D1D
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Amersfoort" ;
    a2a:Province "Utrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "Amersfoort, Utrecht, Nederland", "1876-01-10 - 1876-01-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1876-01-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1876-01-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "10-01-1876" ;
    a2a:Year "1876" ;
    a2a:Month "01" ;
    a2a:Day "10" ;
    rdfs:label "10-01-1876"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "Burgerlijke Stand van de gemeenten in de provincie Utrecht 1811-1902" ;
    a2a:Book "Amersfoort 1876" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "542-06" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Burgerlijke Stand van de gemeenten in de provincie Utrecht 1811-1902, Amersfoort 1876, 13, 542-06"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/39/609C5C6B60C84642E0534701000A17FD" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/39/609C5C6B60C84642E0534701000A17FD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/39/609C5C6B60C84642E0534701000A17FD"
  ] ;
  a2a:SourceLastChangeDate "2023-03-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/0C2AB0BB552B438F9D6A87E8054B9D1D" ;
  a2a:RecordIdentifier "3069650972" ;
  a2a:RecordGUID "{0C2AB0BB-552B-438F-9D6A-87E8054B9D1D}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5BEFF6454642E0534701000A17FD" .

