@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_7ed6c3e4-5f95-001b-d7db-da2017a049f7
  a a2a:Record ;
  rdfs:label "Geboorte op 27 april 1822 te Groningen" ;
  a2a:hasPerson oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-617e240b-abac-e37d-a4db-ac93fd450cdb, oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-bd5eb4f9-9714-fc3a-e98c-bac57d83aa56, oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-af46b427-4892-0671-c41d-6a44681fb25b ;
  a2a:hasEvent oa:event_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_0, oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_1, oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_2 ;
  a2a:hasSource oa:source_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7 .

oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-617e240b-abac-e37d-a4db-ac93fd450cdb
  a a2a:Person ;
  rdfs:label "Rika Popkes" ;
  a2a:PersonName [
    rdfs:label "Rika Popkes" ;
    a2a:PersonNameFirstName "Rika" ;
    a2a:PersonNameLastName "Popkes"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] .

oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-bd5eb4f9-9714-fc3a-e98c-bac57d83aa56
  a a2a:Person ;
  rdfs:label "Anna Wolvendijk" ;
  a2a:PersonName [
    rdfs:label "Anna Wolvendijk" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Wolvendijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1822" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1822-04-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person-af46b427-4892-0671-c41d-6a44681fb25b
  a a2a:Person ;
  rdfs:label "Jurjan Wolvendijk" ;
  a2a:PersonName [
    rdfs:label "Jurjan Wolvendijk" ;
    a2a:PersonNameFirstName "Jurjan" ;
    a2a:PersonNameLastName "Wolvendijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "28 jaar" ;
    rdfs:label "28 jaar"
  ] ;
  a2a:Profession "schoenmaker" .

oa:event_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1822" ;
    a2a:Month "4" ;
    a2a:Day "27" ;
    rdfs:label "1822-04-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person:617e240b-abac-e37d-a4db-ac93fd450cdb ;
  a2a:EventKeyRef oa:event_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Event1 .

oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person:bd5eb4f9-9714-fc3a-e98c-bac57d83aa56 ;
  a2a:EventKeyRef oa:event_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Event1 .

oa:relationep_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Person:af46b427-4892-0671-c41d-6a44681fb25b ;
  a2a:EventKeyRef oa:event_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7_Event1 .

oa:source_gra_7ed6c3e4-5f95-001b-d7db-da2017a049f7
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1822-04-29 - 1822-04-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-04-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-04-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1822" ;
    a2a:Month "4" ;
    a2a:Day "29" ;
    rdfs:label "1822-04-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1822" ;
    a2a:Book "Geboorteregister 1822" ;
    a2a:DocumentNumber "378" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1822, Geboorteregister 1822, 378"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f7409df9-3052-0eb8-49d0-b343fc84b23e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/7ed6c3e4-5f95-001b-d7db-da2017a049f7" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f7409df9-3052-0eb8-49d0-b343fc84b23e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/7ed6c3e4-5f95-001b-d7db-da2017a049f7" ;
  a2a:RecordGUID "{7ed6c3e4-5f95-001b-d7db-da2017a049f7}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_8231_00008231.xml van GRA" .

