@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_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31
  a a2a:Record ;
  rdfs:label "Geboorte op 22 november 1839 te Wehe gem. Leens" ;
  a2a:hasPerson oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-d3e6866d-e932-736f-529d-13d1fa597a03, oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-57e0f0e3-2400-eb48-2b56-fb1dad7bc447, oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-e63893e6-5396-1341-b921-23e13661a60d ;
  a2a:hasEvent oa:event_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_0, oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_1, oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_2 ;
  a2a:hasSource oa:source_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31 .

oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-d3e6866d-e932-736f-529d-13d1fa597a03
  a a2a:Person ;
  rdfs:label "Wilhelmus Jozephus Diephuis" ;
  a2a:PersonName [
    rdfs:label "Wilhelmus Jozephus Diephuis" ;
    a2a:PersonNameFirstName "Wilhelmus Jozephus" ;
    a2a:PersonNameLastName "Diephuis"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "kleermaker" .

oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-57e0f0e3-2400-eb48-2b56-fb1dad7bc447
  a a2a:Person ;
  rdfs:label "Gebbina Willems Feddema" ;
  a2a:PersonName [
    rdfs:label "Gebbina Willems Feddema" ;
    a2a:PersonNameFirstName "Gebbina Willems" ;
    a2a:PersonNameLastName "Feddema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person-e63893e6-5396-1341-b921-23e13661a60d
  a a2a:Person ;
  rdfs:label "Gerhardus Diephuis" ;
  a2a:PersonName [
    rdfs:label "Gerhardus Diephuis" ;
    a2a:PersonNameFirstName "Gerhardus" ;
    a2a:PersonNameLastName "Diephuis"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1839" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1839-11-22"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Wehe gem. Leens" ;
    rdfs:label "Wehe gem. Leens"
  ] .

oa:event_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1839" ;
    a2a:Month "11" ;
    a2a:Day "22" ;
    rdfs:label "1839-11-22"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Wehe gem. Leens" ;
    rdfs:label "Wehe gem. Leens"
  ] .

oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person:d3e6866d-e932-736f-529d-13d1fa597a03 ;
  a2a:EventKeyRef oa:event_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Event1 .

oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person:57e0f0e3-2400-eb48-2b56-fb1dad7bc447 ;
  a2a:EventKeyRef oa:event_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Event1 .

oa:relationep_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Person:e63893e6-5396-1341-b921-23e13661a60d ;
  a2a:EventKeyRef oa:event_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31_Event1 .

oa:source_gra_e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Leens" ;
    rdfs:label "Leens", "1839-11-23 - 1839-11-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1839-11-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1839-11-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1839" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1839-11-23"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1839" ;
    a2a:Book "Geboorteregister 1839" ;
    a2a:DocumentNumber "99" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1839, Geboorteregister 1839, 99"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/76e7e466-55df-8e72-435c-f8e6133ca3b5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/76e7e466-55df-8e72-435c-f8e6133ca3b5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31" ;
  a2a:RecordGUID "{e5a12e1a-a2b0-5577-db8e-fd1bbc4c8a31}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10770_00010770.xml van GRA" .

