@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_923732e4-4912-5ee3-51ea-39d4fbfcea71
  a a2a:Record ;
  rdfs:label "Geboorte op 23 november 1821 te Hoogkerk" ;
  a2a:hasPerson oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-fa438f74-9fe2-4719-2170-f46f1dfb45e8, oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-8e07e26c-0b40-4d1a-3e6c-0653ec58d63d, oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-d3cc3e0a-c3e8-035d-a60d-a8c5e07aefdd ;
  a2a:hasEvent oa:event_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_0, oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_1, oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_2 ;
  a2a:hasSource oa:source_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71 .

oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-fa438f74-9fe2-4719-2170-f46f1dfb45e8
  a a2a:Person ;
  rdfs:label "Heine Jacobs de Goed" ;
  a2a:PersonName [
    rdfs:label "Heine Jacobs de Goed" ;
    a2a:PersonNameFirstName "Heine Jacobs" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goed"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "29 jaar" ;
    rdfs:label "29 jaar"
  ] ;
  a2a:Profession "dagloner" .

oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-8e07e26c-0b40-4d1a-3e6c-0653ec58d63d
  a a2a:Person ;
  rdfs:label "Leentje Pieters de Goed" ;
  a2a:PersonName [
    rdfs:label "Leentje Pieters de Goed" ;
    a2a:PersonNameFirstName "Leentje Pieters" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goed"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] .

oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person-d3cc3e0a-c3e8-035d-a60d-a8c5e07aefdd
  a a2a:Person ;
  rdfs:label "Jacob de Goed" ;
  a2a:PersonName [
    rdfs:label "Jacob de Goed" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Goed"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1821" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1821-11-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk"
  ] .

oa:event_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1821" ;
    a2a:Month "11" ;
    a2a:Day "23" ;
    rdfs:label "1821-11-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk"
  ] .

oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person:fa438f74-9fe2-4719-2170-f46f1dfb45e8 ;
  a2a:EventKeyRef oa:event_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Event1 .

oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person:8e07e26c-0b40-4d1a-3e6c-0653ec58d63d ;
  a2a:EventKeyRef oa:event_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Event1 .

oa:relationep_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Person:d3cc3e0a-c3e8-035d-a60d-a8c5e07aefdd ;
  a2a:EventKeyRef oa:event_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71_Event1 .

oa:source_gra_923732e4-4912-5ee3-51ea-39d4fbfcea71
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogkerk" ;
    rdfs:label "Hoogkerk", "1821-11-24 - 1821-11-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1821-11-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1821-11-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1821" ;
    a2a:Month "11" ;
    a2a:Day "24" ;
    rdfs:label "1821-11-24"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1821" ;
    a2a:Book "Geboorteregister 1821" ;
    a2a:DocumentNumber "31" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1821, Geboorteregister 1821, 31"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/31aa2b3f-a7ab-fe21-a9e3-6e6c70fb5db9.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/923732e4-4912-5ee3-51ea-39d4fbfcea71" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/31aa2b3f-a7ab-fe21-a9e3-6e6c70fb5db9.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/923732e4-4912-5ee3-51ea-39d4fbfcea71" ;
  a2a:RecordGUID "{923732e4-4912-5ee3-51ea-39d4fbfcea71}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_8513_00008513.xml van GRA" .

