@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_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4
  a a2a:Record ;
  rdfs:label "Geboorte op 11 december 1901 te Groningen" ;
  a2a:hasPerson oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-063760b3-b933-e3a8-c1e9-812c25d24ffc, oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-8a265ad1-ed96-3c71-eb7b-544f5761fed2, oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-1deab450-b10c-dc21-3ecf-3769fd14e110 ;
  a2a:hasEvent oa:event_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_0, oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_1, oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_2 ;
  a2a:hasSource oa:source_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4 .

oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-063760b3-b933-e3a8-c1e9-812c25d24ffc
  a a2a:Person ;
  rdfs:label "Siebren Ruitinga" ;
  a2a:PersonName [
    rdfs:label "Siebren Ruitinga" ;
    a2a:PersonNameFirstName "Siebren" ;
    a2a:PersonNameLastName "Ruitinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "letterzetter" .

oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-8a265ad1-ed96-3c71-eb7b-544f5761fed2
  a a2a:Person ;
  rdfs:label "Antje Brouwer" ;
  a2a:PersonName [
    rdfs:label "Antje Brouwer" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Brouwer"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person-1deab450-b10c-dc21-3ecf-3769fd14e110
  a a2a:Person ;
  rdfs:label "Cornelia Ruitinga" ;
  a2a:PersonName [
    rdfs:label "Cornelia Ruitinga" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Ruitinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1901-12-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:event_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "11" ;
    rdfs:label "1901-12-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person:063760b3-b933-e3a8-c1e9-812c25d24ffc ;
  a2a:EventKeyRef oa:event_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Event1 .

oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person:8a265ad1-ed96-3c71-eb7b-544f5761fed2 ;
  a2a:EventKeyRef oa:event_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Event1 .

oa:relationep_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Person:1deab450-b10c-dc21-3ecf-3769fd14e110 ;
  a2a:EventKeyRef oa:event_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4_Event1 .

oa:source_gra_e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1901-12-12 - 1901-12-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-12-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-12-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1901" ;
    a2a:Month "12" ;
    a2a:Day "12" ;
    rdfs:label "1901-12-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 163-167, Periode: 1901" ;
    a2a:Book "Geboorteregister 1901" ;
    a2a:DocumentNumber "1770" ;
    a2a:RegistryNumber "163-167" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 163-167, Periode: 1901, Geboorteregister 1901, 1770, 163-167"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ff2a677e-0a5c-7f38-13ef-f8da68e22782.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ff2a677e-0a5c-7f38-13ef-f8da68e22782.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4" ;
  a2a:RecordGUID "{e7eab3cb-d3b5-eb4f-31b5-8a1c35af5da4}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10225_00010225.xml van GRA" .

