@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_9a7c1859-ce36-971b-eec3-96718f8b89d2
  a a2a:Record ;
  rdfs:label "Geboorte op 28 juli 1837 te Nieuwe Pekela" ;
  a2a:hasPerson oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-f4b1d915-7927-30c0-eea1-749fd7d79fd8, oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-73ef07ff-0f8f-da77-8f4f-37dc08bd954c, oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-25379035-03e9-bd03-80f5-7b6c2d16bec8 ;
  a2a:hasEvent oa:event_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_0, oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_1, oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_2 ;
  a2a:hasSource oa:source_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2 .

oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-f4b1d915-7927-30c0-eea1-749fd7d79fd8
  a a2a:Person ;
  rdfs:label "Jacob Ludeling" ;
  a2a:PersonName [
    rdfs:label "Jacob Ludeling" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Ludeling"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1837" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1837-07-28"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-73ef07ff-0f8f-da77-8f4f-37dc08bd954c
  a a2a:Person ;
  rdfs:label "Louwe Jacobs Ludeling" ;
  a2a:PersonName [
    rdfs:label "Louwe Jacobs Ludeling" ;
    a2a:PersonNameFirstName "Louwe Jacobs" ;
    a2a:PersonNameLastName "Ludeling"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "30 jaar" ;
    rdfs:label "30 jaar"
  ] ;
  a2a:Profession "arbeider" .

oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person-25379035-03e9-bd03-80f5-7b6c2d16bec8
  a a2a:Person ;
  rdfs:label "Freerkdina Hindriks Singer" ;
  a2a:PersonName [
    rdfs:label "Freerkdina Hindriks Singer" ;
    a2a:PersonNameFirstName "Freerkdina Hindriks" ;
    a2a:PersonNameLastName "Singer"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1837" ;
    a2a:Month "7" ;
    a2a:Day "28" ;
    rdfs:label "1837-07-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela"
  ] .

oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person:f4b1d915-7927-30c0-eea1-749fd7d79fd8 ;
  a2a:EventKeyRef oa:event_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Event1 .

oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person:73ef07ff-0f8f-da77-8f4f-37dc08bd954c ;
  a2a:EventKeyRef oa:event_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Event1 .

oa:relationep_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Person:25379035-03e9-bd03-80f5-7b6c2d16bec8 ;
  a2a:EventKeyRef oa:event_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2_Event1 .

oa:source_gra_9a7c1859-ce36-971b-eec3-96718f8b89d2
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwe Pekela" ;
    rdfs:label "Nieuwe Pekela", "1837-07-29 - 1837-07-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-07-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-07-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1837" ;
    a2a:Month "7" ;
    a2a:Day "29" ;
    rdfs:label "1837-07-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1837" ;
    a2a:Book "Geboorteregister 1837" ;
    a2a:DocumentNumber "48" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1837, Geboorteregister 1837, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b0697a6a-a0fd-ee02-792d-71138aaba68b.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/9a7c1859-ce36-971b-eec3-96718f8b89d2" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b0697a6a-a0fd-ee02-792d-71138aaba68b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/9a7c1859-ce36-971b-eec3-96718f8b89d2" ;
  a2a:RecordGUID "{9a7c1859-ce36-971b-eec3-96718f8b89d2}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6619_00006619.xml van GRA" .

