@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_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa
  a a2a:Record ;
  rdfs:label "Geboorte op 30 november 1855 te Baflo" ;
  a2a:hasPerson oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-d111d9f8-85ad-fdc7-17e3-8de0dd0ac13e, oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-0e8b5491-5209-022b-54f5-48bd1a5a7b3f, oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-4823b12b-367d-b7e7-3d6d-22af78664ab6 ;
  a2a:hasEvent oa:event_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_0, oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_1, oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_2 ;
  a2a:hasSource oa:source_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa .

oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-d111d9f8-85ad-fdc7-17e3-8de0dd0ac13e
  a a2a:Person ;
  rdfs:label "Egbert Pieters Ekster" ;
  a2a:PersonName [
    rdfs:label "Egbert Pieters Ekster" ;
    a2a:PersonNameFirstName "Egbert Pieters" ;
    a2a:PersonNameLastName "Ekster"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "dienstknecht" .

oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-0e8b5491-5209-022b-54f5-48bd1a5a7b3f
  a a2a:Person ;
  rdfs:label "Hilje Harms Pool" ;
  a2a:PersonName [
    rdfs:label "Hilje Harms Pool" ;
    a2a:PersonNameFirstName "Hilje Harms" ;
    a2a:PersonNameLastName "Pool"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person-4823b12b-367d-b7e7-3d6d-22af78664ab6
  a a2a:Person ;
  rdfs:label "Pieter Ekster" ;
  a2a:PersonName [
    rdfs:label "Pieter Ekster" ;
    a2a:PersonNameFirstName "Pieter" ;
    a2a:PersonNameLastName "Ekster"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1855" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1855-11-30"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:event_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1855" ;
    a2a:Month "11" ;
    a2a:Day "30" ;
    rdfs:label "1855-11-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo"
  ] .

oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person:d111d9f8-85ad-fdc7-17e3-8de0dd0ac13e ;
  a2a:EventKeyRef oa:event_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Event1 .

oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person:0e8b5491-5209-022b-54f5-48bd1a5a7b3f ;
  a2a:EventKeyRef oa:event_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Event1 .

oa:relationep_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Person:4823b12b-367d-b7e7-3d6d-22af78664ab6 ;
  a2a:EventKeyRef oa:event_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa_Event1 .

oa:source_gra_e3f4a5ce-6aaf-e63b-915d-bc24b28139aa
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baflo" ;
    rdfs:label "Baflo", "1855-12-01 - 1855-12-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1855-12-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1855-12-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1855" ;
    a2a:Month "12" ;
    a2a:Day "1" ;
    rdfs:label "1855-12-01"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1855" ;
    a2a:Book "Geboorteregister 1855" ;
    a2a:DocumentNumber "72" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1855, Geboorteregister 1855, 72"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2ade34cc-c867-6c30-359f-b3eff55118d9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e3f4a5ce-6aaf-e63b-915d-bc24b28139aa" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2ade34cc-c867-6c30-359f-b3eff55118d9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e3f4a5ce-6aaf-e63b-915d-bc24b28139aa" ;
  a2a:RecordGUID "{e3f4a5ce-6aaf-e63b-915d-bc24b28139aa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230828_280_00000280.xml van GRA" .

