@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_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 23 januari 1922 te Winschoten" ;
  a2a:hasPerson oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-5b2cc9c5-2b21-8c40-b7f6-0c26e43b2f3c, oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-df318565-78ee-72d4-3866-52ecee5b8fe6, oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-3fa46404-45c2-8810-c8cd-11fa6515e111 ;
  a2a:hasEvent oa:event_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_0, oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_1, oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_2 ;
  a2a:hasSource oa:source_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba .

oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-5b2cc9c5-2b21-8c40-b7f6-0c26e43b2f3c
  a a2a:Person ;
  rdfs:label "Grietje Blaauw" ;
  a2a:PersonName [
    rdfs:label "Grietje Blaauw" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Blaauw"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-df318565-78ee-72d4-3866-52ecee5b8fe6
  a a2a:Person ;
  rdfs:label "Koenraad Smidtman" ;
  a2a:PersonName [
    rdfs:label "Koenraad Smidtman" ;
    a2a:PersonNameFirstName "Koenraad" ;
    a2a:PersonNameLastName "Smidtman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1922-01-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person-3fa46404-45c2-8810-c8cd-11fa6515e111
  a a2a:Person ;
  rdfs:label "Christoffer Smidtman" ;
  a2a:PersonName [
    rdfs:label "Christoffer Smidtman" ;
    a2a:PersonNameFirstName "Christoffer" ;
    a2a:PersonNameLastName "Smidtman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "fabrieksarbeider" .

oa:event_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1922-01-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten"
  ] .

oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person:5b2cc9c5-2b21-8c40-b7f6-0c26e43b2f3c ;
  a2a:EventKeyRef oa:event_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Event1 .

oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person:df318565-78ee-72d4-3866-52ecee5b8fe6 ;
  a2a:EventKeyRef oa:event_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Event1 .

oa:relationep_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Person:3fa46404-45c2-8810-c8cd-11fa6515e111 ;
  a2a:EventKeyRef oa:event_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba_Event1 .

oa:source_gra_e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Winschoten" ;
    rdfs:label "Winschoten", "1922-01-23 - 1922-01-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-01-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-01-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "1" ;
    a2a:Day "23" ;
    rdfs:label "1922-01-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 64, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "23" ;
    a2a:RegistryNumber "64" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 64, Periode: 1922, Geboorteregister 1922, 23, 64"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/8e6b2d0e-ec7b-7068-a360-6e26f7aa2fd7.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/8e6b2d0e-ec7b-7068-a360-6e26f7aa2fd7.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-04-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba" ;
  a2a:RecordGUID "{e1e56aaa-6ec0-c755-b8e9-b494fa8f27ba}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230711_20_00000020.xml van GRA" .

