@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_a849ca97-4a53-042d-2ef9-8a14b0c72bb2
  a a2a:Record ;
  rdfs:label "Geboorte op 28 december 1830 te Kalkwijk gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-72d93e69-512a-982c-ab36-03a082f954bf, oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-bd5a17fd-e917-5bb9-016c-b30056fc7c38, oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-190fecbd-f7e2-4f79-0bf4-371fc58834eb ;
  a2a:hasEvent oa:event_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_0, oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_1, oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_2 ;
  a2a:hasSource oa:source_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2 .

oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-72d93e69-512a-982c-ab36-03a082f954bf
  a a2a:Person ;
  rdfs:label "Harm Poppes Perdon" ;
  a2a:PersonName [
    rdfs:label "Harm Poppes Perdon" ;
    a2a:PersonNameFirstName "Harm Poppes" ;
    a2a:PersonNameLastName "Perdon"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "35 jaar" ;
    rdfs:label "35 jaar"
  ] ;
  a2a:Profession "wever" .

oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-bd5a17fd-e917-5bb9-016c-b30056fc7c38
  a a2a:Person ;
  rdfs:label "Aaltje Niklaas Sterenberg" ;
  a2a:PersonName [
    rdfs:label "Aaltje Niklaas Sterenberg" ;
    a2a:PersonNameFirstName "Aaltje Niklaas" ;
    a2a:PersonNameLastName "Sterenberg"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "40 jaar" ;
    rdfs:label "40 jaar"
  ] .

oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person-190fecbd-f7e2-4f79-0bf4-371fc58834eb
  a a2a:Person ;
  rdfs:label "Geert Perdon" ;
  a2a:PersonName [
    rdfs:label "Geert Perdon" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Perdon"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1830-12-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kalkwijk gem. Hoogezand" ;
    rdfs:label "Kalkwijk gem. Hoogezand"
  ] .

oa:event_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1830" ;
    a2a:Month "12" ;
    a2a:Day "28" ;
    rdfs:label "1830-12-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kalkwijk gem. Hoogezand" ;
    rdfs:label "Kalkwijk gem. Hoogezand"
  ] .

oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person:72d93e69-512a-982c-ab36-03a082f954bf ;
  a2a:EventKeyRef oa:event_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Event1 .

oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person:bd5a17fd-e917-5bb9-016c-b30056fc7c38 ;
  a2a:EventKeyRef oa:event_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Event1 .

oa:relationep_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Person:190fecbd-f7e2-4f79-0bf4-371fc58834eb ;
  a2a:EventKeyRef oa:event_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2_Event1 .

oa:source_gra_a849ca97-4a53-042d-2ef9-8a14b0c72bb2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1830-12-30 - 1830-12-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-12-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-12-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1830" ;
    a2a:Month "12" ;
    a2a:Day "30" ;
    rdfs:label "1830-12-30"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1830" ;
    a2a:Book "Geboorteregister 1830" ;
    a2a:DocumentNumber "161" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1830, Geboorteregister 1830, 161"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/69581bdd-f35a-0df1-953e-fdca1d0e476c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/a849ca97-4a53-042d-2ef9-8a14b0c72bb2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/69581bdd-f35a-0df1-953e-fdca1d0e476c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/a849ca97-4a53-042d-2ef9-8a14b0c72bb2" ;
  a2a:RecordGUID "{a849ca97-4a53-042d-2ef9-8a14b0c72bb2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6121_00006121.xml van GRA" .

