@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_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce
  a a2a:Record ;
  rdfs:label "Geboorte op 11 maart 1902 te Adorp" ;
  a2a:hasPerson oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-1b1cce7a-0bd5-6d5e-0b82-37457245373a, oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-31c2ce2f-a218-9726-0189-d19b77decf2b, oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-d264a178-2fc9-be8b-5653-1935b9a4e18c ;
  a2a:hasEvent oa:event_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_0, oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_1, oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_2 ;
  a2a:hasSource oa:source_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce .

oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-1b1cce7a-0bd5-6d5e-0b82-37457245373a
  a a2a:Person ;
  rdfs:label "Harmina Gerhardina Kraaima" ;
  a2a:PersonName [
    rdfs:label "Harmina Gerhardina Kraaima" ;
    a2a:PersonNameFirstName "Harmina Gerhardina" ;
    a2a:PersonNameLastName "Kraaima"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-31c2ce2f-a218-9726-0189-d19b77decf2b
  a a2a:Person ;
  rdfs:label "Jan Luitje Raangs" ;
  a2a:PersonName [
    rdfs:label "Jan Luitje Raangs" ;
    a2a:PersonNameFirstName "Jan Luitje" ;
    a2a:PersonNameLastName "Raangs"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1902-03-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Adorp" ;
    rdfs:label "Adorp"
  ] .

oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person-d264a178-2fc9-be8b-5653-1935b9a4e18c
  a a2a:Person ;
  rdfs:label "Cornelis Raangs" ;
  a2a:PersonName [
    rdfs:label "Cornelis Raangs" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Raangs"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "11" ;
    rdfs:label "1902-03-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Adorp" ;
    rdfs:label "Adorp"
  ] .

oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person:1b1cce7a-0bd5-6d5e-0b82-37457245373a ;
  a2a:EventKeyRef oa:event_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Event1 .

oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person:31c2ce2f-a218-9726-0189-d19b77decf2b ;
  a2a:EventKeyRef oa:event_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Event1 .

oa:relationep_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Person:d264a178-2fc9-be8b-5653-1935b9a4e18c ;
  a2a:EventKeyRef oa:event_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce_Event1 .

oa:source_gra_4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Adorp" ;
    rdfs:label "Adorp", "1902-03-13 - 1902-03-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-03-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-03-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1902" ;
    a2a:Month "3" ;
    a2a:Day "13" ;
    rdfs:label "1902-03-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 28, Periode: 1902" ;
    a2a:Book "Geboorteregister 1902" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 28, Periode: 1902, Geboorteregister 1902, 6, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/d1aab9ce-2649-1598-9167-9f903c31648a.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/d1aab9ce-2649-1598-9167-9f903c31648a.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce" ;
  a2a:RecordGUID "{4c1ceb0e-4a0f-54c5-c7c8-9c35bb2c78ce}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7906_00007906.xml van GRA" .

