@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_d42cff53-1ef8-a4d3-df88-bb98044e4e92
  a a2a:Record ;
  rdfs:label "Geboorte op 12 januari 1892 te Kropswolde gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-2f827d92-1343-9d7e-ef4e-3a478b63d655, oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-0cdc8f95-8448-aebf-f678-b7e4b21bea3b, oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-810598c7-b059-fd91-48b6-dafcd55e9190 ;
  a2a:hasEvent oa:event_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_0, oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_1, oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_2 ;
  a2a:hasSource oa:source_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92 .

oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-2f827d92-1343-9d7e-ef4e-3a478b63d655
  a a2a:Person ;
  rdfs:label "Edina Pattje" ;
  a2a:PersonName [
    rdfs:label "Edina Pattje" ;
    a2a:PersonNameFirstName "Edina" ;
    a2a:PersonNameLastName "Pattje"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-0cdc8f95-8448-aebf-f678-b7e4b21bea3b
  a a2a:Person ;
  rdfs:label "Harm Rosingh Boschma" ;
  a2a:PersonName [
    rdfs:label "Harm Rosingh Boschma" ;
    a2a:PersonNameFirstName "Harm Rosingh" ;
    a2a:PersonNameLastName "Boschma"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "landbouwer" .

oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person-810598c7-b059-fd91-48b6-dafcd55e9190
  a a2a:Person ;
  rdfs:label "Roelfje Boschma" ;
  a2a:PersonName [
    rdfs:label "Roelfje Boschma" ;
    a2a:PersonNameFirstName "Roelfje" ;
    a2a:PersonNameLastName "Boschma"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1892" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1892-01-12"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Kropswolde gem. Hoogezand" ;
    rdfs:label "Kropswolde gem. Hoogezand"
  ] .

oa:event_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1892" ;
    a2a:Month "1" ;
    a2a:Day "12" ;
    rdfs:label "1892-01-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Kropswolde gem. Hoogezand" ;
    rdfs:label "Kropswolde gem. Hoogezand"
  ] .

oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person:2f827d92-1343-9d7e-ef4e-3a478b63d655 ;
  a2a:EventKeyRef oa:event_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Event1 .

oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person:0cdc8f95-8448-aebf-f678-b7e4b21bea3b ;
  a2a:EventKeyRef oa:event_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Event1 .

oa:relationep_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Person:810598c7-b059-fd91-48b6-dafcd55e9190 ;
  a2a:EventKeyRef oa:event_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92_Event1 .

oa:source_gra_d42cff53-1ef8-a4d3-df88-bb98044e4e92
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1892-01-13 - 1892-01-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1892-01-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1892-01-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1892" ;
    a2a:Month "1" ;
    a2a:Day "13" ;
    rdfs:label "1892-01-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1892" ;
    a2a:Book "Geboorteregister 1892" ;
    a2a:DocumentNumber "13" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1892, Geboorteregister 1892, 13"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/4ffd92a4-1bd1-e47d-bc93-7ed91bd23707.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/d42cff53-1ef8-a4d3-df88-bb98044e4e92" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/4ffd92a4-1bd1-e47d-bc93-7ed91bd23707.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/d42cff53-1ef8-a4d3-df88-bb98044e4e92" ;
  a2a:RecordGUID "{d42cff53-1ef8-a4d3-df88-bb98044e4e92}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7467_00007467.xml van GRA" .

