@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_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 26 april 1834 te Appingedam" ;
  a2a:hasPerson oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-ff452233-84a1-d77b-53f5-d204c1186a06, oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-8913c2f8-0cea-2ff6-614a-5dd60782d272, oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-bfcedfb3-1efe-3589-92e2-4adacf18d394 ;
  a2a:hasEvent oa:event_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_0, oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_1, oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_2 ;
  a2a:hasSource oa:source_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f .

oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-ff452233-84a1-d77b-53f5-d204c1186a06
  a a2a:Person ;
  rdfs:label "Hindrik Vos" ;
  a2a:PersonName [
    rdfs:label "Hindrik Vos" ;
    a2a:PersonNameFirstName "Hindrik" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1834" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1834-04-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-8913c2f8-0cea-2ff6-614a-5dd60782d272
  a a2a:Person ;
  rdfs:label "Simondina Jans Vink" ;
  a2a:PersonName [
    rdfs:label "Simondina Jans Vink" ;
    a2a:PersonNameFirstName "Simondina Jans" ;
    a2a:PersonNameLastName "Vink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] .

oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person-bfcedfb3-1efe-3589-92e2-4adacf18d394
  a a2a:Person ;
  rdfs:label "Willem Hindriks Vos" ;
  a2a:PersonName [
    rdfs:label "Willem Hindriks Vos" ;
    a2a:PersonNameFirstName "Willem Hindriks" ;
    a2a:PersonNameLastName "Vos"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "33 jaar" ;
    rdfs:label "33 jaar"
  ] ;
  a2a:Profession "touwslagersknecht" .

oa:event_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1834" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1834-04-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam"
  ] .

oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person:ff452233-84a1-d77b-53f5-d204c1186a06 ;
  a2a:EventKeyRef oa:event_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Event1 .

oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person:8913c2f8-0cea-2ff6-614a-5dd60782d272 ;
  a2a:EventKeyRef oa:event_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Event1 .

oa:relationep_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Person:bfcedfb3-1efe-3589-92e2-4adacf18d394 ;
  a2a:EventKeyRef oa:event_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f_Event1 .

oa:source_gra_ca4f6796-dffc-cccf-0e63-17c937425f2f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Appingedam" ;
    rdfs:label "Appingedam", "1834-04-26 - 1834-04-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1834-04-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1834-04-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1834" ;
    a2a:Month "4" ;
    a2a:Day "26" ;
    rdfs:label "1834-04-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 7, Periode: 1834" ;
    a2a:Book "Geboorteregister 1834" ;
    a2a:DocumentNumber "35" ;
    a2a:RegistryNumber "7" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 7, Periode: 1834, Geboorteregister 1834, 35, 7"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/10bca554-7459-6ed4-e877-3835d7a842d1.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ca4f6796-dffc-cccf-0e63-17c937425f2f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/10bca554-7459-6ed4-e877-3835d7a842d1.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-08-13"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ca4f6796-dffc-cccf-0e63-17c937425f2f" ;
  a2a:RecordGUID "{ca4f6796-dffc-cccf-0e63-17c937425f2f}" ;
  a2a:SourceRemarkAkteSoort "geboorteakte" ;
  a2a:SourceRemarkbron "boek" ;
  a2a:SourceRemarkdeel "7" ;
  a2a:SourceRemarkregister_periode "1834" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251118_57_00000057.xml van GRA" .

