@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_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f
  a a2a:Record ;
  rdfs:label "Geboorte op 12 december 1911 te Groningen" ;
  a2a:hasPerson oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-0a6f1cb0-eeea-eabb-5476-4ce16fe0bfcf, oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-c23a92bd-a9c2-2f7b-ef65-c41cb99ea870, oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-c1dc4342-4541-1b19-6ca7-19fca50a5400 ;
  a2a:hasEvent oa:event_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_0, oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_1, oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_2 ;
  a2a:hasSource oa:source_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f .

oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-0a6f1cb0-eeea-eabb-5476-4ce16fe0bfcf
  a a2a:Person ;
  rdfs:label "Frouwina Antina Paap" ;
  a2a:PersonName [
    rdfs:label "Frouwina Antina Paap" ;
    a2a:PersonNameFirstName "Frouwina Antina" ;
    a2a:PersonNameLastName "Paap"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1911-12-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-c23a92bd-a9c2-2f7b-ef65-c41cb99ea870
  a a2a:Person ;
  rdfs:label "Jan Paap" ;
  a2a:PersonName [
    rdfs:label "Jan Paap" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Paap"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "schipper" .

oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person-c1dc4342-4541-1b19-6ca7-19fca50a5400
  a a2a:Person ;
  rdfs:label "Arendina Bul" ;
  a2a:PersonName [
    rdfs:label "Arendina Bul" ;
    a2a:PersonNameFirstName "Arendina" ;
    a2a:PersonNameLastName "Bul"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1911-12-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person:0a6f1cb0-eeea-eabb-5476-4ce16fe0bfcf ;
  a2a:EventKeyRef oa:event_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Event1 .

oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person:c23a92bd-a9c2-2f7b-ef65-c41cb99ea870 ;
  a2a:EventKeyRef oa:event_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Event1 .

oa:relationep_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Person:c1dc4342-4541-1b19-6ca7-19fca50a5400 ;
  a2a:EventKeyRef oa:event_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f_Event1 .

oa:source_gra_d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1911-12-13 - 1911-12-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1911-12-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1911-12-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1911" ;
    a2a:Month "12" ;
    a2a:Day "13" ;
    rdfs:label "1911-12-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1911" ;
    a2a:Book "Geboorteregister 1911" ;
    a2a:DocumentNumber "1651" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1911, Geboorteregister 1911, 1651"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/07920784-1dac-e106-75c6-b21301e3bd9f.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/07920784-1dac-e106-75c6-b21301e3bd9f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f" ;
  a2a:RecordGUID "{d07a3e1c-0ef9-e362-b3e5-a14c0d4dc77f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3358_00003358.xml van GRA" .

