@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_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd
  a a2a:Record ;
  rdfs:label "Geboorte op 15 september 1905 te Lula gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-6b5dc5df-d936-6a45-7ca0-b121abb662a8, oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-e20962f9-c14a-e0f1-c9db-7e358cc19e44, oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-3e438be2-3471-fa09-6ac9-7bd37a29d341 ;
  a2a:hasEvent oa:event_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_0, oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_1, oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_2 ;
  a2a:hasSource oa:source_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd .

oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-6b5dc5df-d936-6a45-7ca0-b121abb662a8
  a a2a:Person ;
  rdfs:label "Zwaantje Piest" ;
  a2a:PersonName [
    rdfs:label "Zwaantje Piest" ;
    a2a:PersonNameFirstName "Zwaantje" ;
    a2a:PersonNameLastName "Piest"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-e20962f9-c14a-e0f1-c9db-7e358cc19e44
  a a2a:Person ;
  rdfs:label "Simon Flink" ;
  a2a:PersonName [
    rdfs:label "Simon Flink" ;
    a2a:PersonNameFirstName "Simon" ;
    a2a:PersonNameLastName "Flink"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1905" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1905-09-15"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lula gem. Hoogezand" ;
    rdfs:label "Lula gem. Hoogezand"
  ] .

oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person-3e438be2-3471-fa09-6ac9-7bd37a29d341
  a a2a:Person ;
  rdfs:label "Eildert Flink" ;
  a2a:PersonName [
    rdfs:label "Eildert Flink" ;
    a2a:PersonNameFirstName "Eildert" ;
    a2a:PersonNameLastName "Flink"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "19 jaar" ;
    rdfs:label "19 jaar"
  ] ;
  a2a:Profession "barbier" .

oa:event_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1905" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1905-09-15"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lula gem. Hoogezand" ;
    rdfs:label "Lula gem. Hoogezand"
  ] .

oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person:6b5dc5df-d936-6a45-7ca0-b121abb662a8 ;
  a2a:EventKeyRef oa:event_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Event1 .

oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person:e20962f9-c14a-e0f1-c9db-7e358cc19e44 ;
  a2a:EventKeyRef oa:event_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Event1 .

oa:relationep_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Person:3e438be2-3471-fa09-6ac9-7bd37a29d341 ;
  a2a:EventKeyRef oa:event_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd_Event1 .

oa:source_gra_2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1905-09-15 - 1905-09-15"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1905-09-15"^^xsd:date ;
    a2a:SourceIndexDateTo "1905-09-15"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1905" ;
    a2a:Month "9" ;
    a2a:Day "15" ;
    rdfs:label "1905-09-15"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1905" ;
    a2a:Book "Geboorteregister 1905" ;
    a2a:DocumentNumber "209" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1905, Geboorteregister 1905, 209"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4530725f-fdda-ff20-ac04-8dd8af0bbd35.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4530725f-fdda-ff20-ac04-8dd8af0bbd35.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd" ;
  a2a:RecordGUID "{2a1eb944-2eda-d28b-b72d-2bcfa2e49ebd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3487_00003487.xml van GRA" .

