@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_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea
  a a2a:Record ;
  rdfs:label "Geboorte op 21 december 1906 te Schildwolde gem. Slochteren" ;
  a2a:hasPerson oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-a183b24e-3305-cb56-876f-3cb48687b4c8, oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-7c9fa734-fc20-4605-2d91-4d8c5fa21dd2, oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-26fe7451-8ca5-937e-a973-6a47dc89ba6f ;
  a2a:hasEvent oa:event_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_0, oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_1, oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_2 ;
  a2a:hasSource oa:source_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea .

oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-a183b24e-3305-cb56-876f-3cb48687b4c8
  a a2a:Person ;
  rdfs:label "Roelf Brondijk" ;
  a2a:PersonName [
    rdfs:label "Roelf Brondijk" ;
    a2a:PersonNameFirstName "Roelf" ;
    a2a:PersonNameLastName "Brondijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27 jaar" ;
    rdfs:label "27 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-7c9fa734-fc20-4605-2d91-4d8c5fa21dd2
  a a2a:Person ;
  rdfs:label "Grietje Tonkens" ;
  a2a:PersonName [
    rdfs:label "Grietje Tonkens" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Tonkens"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person-26fe7451-8ca5-937e-a973-6a47dc89ba6f
  a a2a:Person ;
  rdfs:label "Abel Brondijk" ;
  a2a:PersonName [
    rdfs:label "Abel Brondijk" ;
    a2a:PersonNameFirstName "Abel" ;
    a2a:PersonNameLastName "Brondijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1906" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1906-12-21"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Schildwolde gem. Slochteren" ;
    rdfs:label "Schildwolde gem. Slochteren"
  ] .

oa:event_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1906" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1906-12-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Schildwolde gem. Slochteren" ;
    rdfs:label "Schildwolde gem. Slochteren"
  ] .

oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person:a183b24e-3305-cb56-876f-3cb48687b4c8 ;
  a2a:EventKeyRef oa:event_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Event1 .

oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person:7c9fa734-fc20-4605-2d91-4d8c5fa21dd2 ;
  a2a:EventKeyRef oa:event_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Event1 .

oa:relationep_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Person:26fe7451-8ca5-937e-a973-6a47dc89ba6f ;
  a2a:EventKeyRef oa:event_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea_Event1 .

oa:source_gra_422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren", "1906-12-21 - 1906-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1906-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1906-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1906" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1906-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1906" ;
    a2a:Book "Geboorteregister 1906" ;
    a2a:DocumentNumber "347" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1906, Geboorteregister 1906, 347"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/e3d80463-2e7e-87e6-1a0f-5650ed77597d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/e3d80463-2e7e-87e6-1a0f-5650ed77597d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea" ;
  a2a:RecordGUID "{422027d0-9ef3-050a-d0ab-b1d7d3bdc2ea}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_5142_00005142.xml van GRA" .

