@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_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674
  a a2a:Record ;
  rdfs:label "Geboorte op 7 oktober 1893 te Sappemeer" ;
  a2a:hasPerson oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-28202dce-a488-288d-2529-e6a033b25142, oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-fd520fd9-4eef-a9c7-f09e-fe0969926616, oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-92837426-d0c0-bc1f-e5db-7c6ec34010d7 ;
  a2a:hasEvent oa:event_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_0, oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_1, oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_2 ;
  a2a:hasSource oa:source_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674 .

oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-28202dce-a488-288d-2529-e6a033b25142
  a a2a:Person ;
  rdfs:label "Stientje Korzaan" ;
  a2a:PersonName [
    rdfs:label "Stientje Korzaan" ;
    a2a:PersonNameFirstName "Stientje" ;
    a2a:PersonNameLastName "Korzaan"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-fd520fd9-4eef-a9c7-f09e-fe0969926616
  a a2a:Person ;
  rdfs:label "Geert Bouman" ;
  a2a:PersonName [
    rdfs:label "Geert Bouman" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1893" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1893-10-07"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] .

oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person-92837426-d0c0-bc1f-e5db-7c6ec34010d7
  a a2a:Person ;
  rdfs:label "Klaas Bouman" ;
  a2a:PersonName [
    rdfs:label "Klaas Bouman" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Bouman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26 jaar" ;
    rdfs:label "26 jaar"
  ] ;
  a2a:Profession "brugwachter" .

oa:event_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1893" ;
    a2a:Month "10" ;
    a2a:Day "7" ;
    rdfs:label "1893-10-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer"
  ] .

oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person:28202dce-a488-288d-2529-e6a033b25142 ;
  a2a:EventKeyRef oa:event_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Event1 .

oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person:fd520fd9-4eef-a9c7-f09e-fe0969926616 ;
  a2a:EventKeyRef oa:event_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Event1 .

oa:relationep_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Person:92837426-d0c0-bc1f-e5db-7c6ec34010d7 ;
  a2a:EventKeyRef oa:event_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674_Event1 .

oa:source_gra_0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Sappemeer" ;
    rdfs:label "Sappemeer", "1893-10-09 - 1893-10-09"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1893-10-09"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-10-09"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1893" ;
    a2a:Month "10" ;
    a2a:Day "9" ;
    rdfs:label "1893-10-09"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1893" ;
    a2a:Book "Geboorteregister 1893" ;
    a2a:DocumentNumber "134" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1893, Geboorteregister 1893, 134"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/77ca5d18-2802-3e32-943d-6a1fe89f9818.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/77ca5d18-2802-3e32-943d-6a1fe89f9818.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674" ;
  a2a:RecordGUID "{0e0fb8a4-46b1-e188-fa2b-3e2b3b44a674}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_7234_00007234.xml van GRA" .

