@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_3ca4e4e2-2ebb-1225-d011-79d42b56735a
  a a2a:Record ;
  rdfs:label "Geboorte op 2 november 1897 te Noordhorn gem. Zuidhorn" ;
  a2a:hasPerson oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-107c95c6-5678-e14d-5471-c7b56e3dbe3d, oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-c6b8333e-db67-e00d-0604-245bd0ce7f2b, oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-970275e6-6d11-58c3-55d2-3f876c390c43 ;
  a2a:hasEvent oa:event_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_0, oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_1, oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_2 ;
  a2a:hasSource oa:source_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a .

oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-107c95c6-5678-e14d-5471-c7b56e3dbe3d
  a a2a:Person ;
  rdfs:label "Wobbe Jonkman" ;
  a2a:PersonName [
    rdfs:label "Wobbe Jonkman" ;
    a2a:PersonNameFirstName "Wobbe" ;
    a2a:PersonNameLastName "Jonkman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "42 jaar" ;
    rdfs:label "42 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-c6b8333e-db67-e00d-0604-245bd0ce7f2b
  a a2a:Person ;
  rdfs:label "Lamke de Goede" ;
  a2a:PersonName [
    rdfs:label "Lamke de Goede" ;
    a2a:PersonNameFirstName "Lamke" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goede"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person-970275e6-6d11-58c3-55d2-3f876c390c43
  a a2a:Person ;
  rdfs:label "Tienne Jonkman" ;
  a2a:PersonName [
    rdfs:label "Tienne Jonkman" ;
    a2a:PersonNameFirstName "Tienne" ;
    a2a:PersonNameLastName "Jonkman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1897" ;
    a2a:Month "11" ;
    a2a:Day "2" ;
    rdfs:label "1897-11-02"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Noordhorn gem. Zuidhorn" ;
    rdfs:label "Noordhorn gem. Zuidhorn"
  ] .

oa:event_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1897" ;
    a2a:Month "11" ;
    a2a:Day "2" ;
    rdfs:label "1897-11-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Noordhorn gem. Zuidhorn" ;
    rdfs:label "Noordhorn gem. Zuidhorn"
  ] .

oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person:107c95c6-5678-e14d-5471-c7b56e3dbe3d ;
  a2a:EventKeyRef oa:event_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Event1 .

oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person:c6b8333e-db67-e00d-0604-245bd0ce7f2b ;
  a2a:EventKeyRef oa:event_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Event1 .

oa:relationep_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Person:970275e6-6d11-58c3-55d2-3f876c390c43 ;
  a2a:EventKeyRef oa:event_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a_Event1 .

oa:source_gra_3ca4e4e2-2ebb-1225-d011-79d42b56735a
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Zuidhorn" ;
    rdfs:label "Zuidhorn", "1897-11-04 - 1897-11-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1897-11-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1897-11-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1897" ;
    a2a:Month "11" ;
    a2a:Day "4" ;
    rdfs:label "1897-11-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1897" ;
    a2a:Book "Geboorteregister 1897" ;
    a2a:DocumentNumber "60" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1897, Geboorteregister 1897, 60"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1c878c95-27a4-6501-fab0-0be113461191.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/3ca4e4e2-2ebb-1225-d011-79d42b56735a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1c878c95-27a4-6501-fab0-0be113461191.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/3ca4e4e2-2ebb-1225-d011-79d42b56735a" ;
  a2a:RecordGUID "{3ca4e4e2-2ebb-1225-d011-79d42b56735a}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_4974_00004974.xml van GRA" .

