@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_b0c5b702-e08d-bcb6-ec33-97fc955ec20c
  a a2a:Record ;
  rdfs:label "Geboorte op 18 februari 1824 te Oude Pekela" ;
  a2a:hasPerson oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-a1b06cbb-8090-5c30-f718-f5b78bfb37fd, oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-d745375b-5976-d1d7-3064-b54472b60b60, oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-c3b0fa7e-119f-5367-3807-9b7819d89e4e ;
  a2a:hasEvent oa:event_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_0, oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_1, oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_2 ;
  a2a:hasSource oa:source_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c .

oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-a1b06cbb-8090-5c30-f718-f5b78bfb37fd
  a a2a:Person ;
  rdfs:label "David Benjamins Levie" ;
  a2a:PersonName [
    rdfs:label "David Benjamins Levie" ;
    a2a:PersonNameFirstName "David Benjamins" ;
    a2a:PersonNameLastName "Levie"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "vleeschouwer" .

oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-d745375b-5976-d1d7-3064-b54472b60b60
  a a2a:Person ;
  rdfs:label "Boele Mozes" ;
  a2a:PersonName [
    rdfs:label "Boele Mozes" ;
    a2a:PersonNameFirstName "Boele" ;
    a2a:PersonNameLastName "Mozes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person-c3b0fa7e-119f-5367-3807-9b7819d89e4e
  a a2a:Person ;
  rdfs:label "Meke Levie" ;
  a2a:PersonName [
    rdfs:label "Meke Levie" ;
    a2a:PersonNameFirstName "Meke" ;
    a2a:PersonNameLastName "Levie"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1824" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1824-02-18"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:event_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1824" ;
    a2a:Month "2" ;
    a2a:Day "18" ;
    rdfs:label "1824-02-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela"
  ] .

oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person:a1b06cbb-8090-5c30-f718-f5b78bfb37fd ;
  a2a:EventKeyRef oa:event_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Event1 .

oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person:d745375b-5976-d1d7-3064-b54472b60b60 ;
  a2a:EventKeyRef oa:event_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Event1 .

oa:relationep_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Person:c3b0fa7e-119f-5367-3807-9b7819d89e4e ;
  a2a:EventKeyRef oa:event_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c_Event1 .

oa:source_gra_b0c5b702-e08d-bcb6-ec33-97fc955ec20c
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Oude Pekela" ;
    rdfs:label "Oude Pekela", "1824-02-20 - 1824-02-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1824-02-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1824-02-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1824" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1824-02-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1824" ;
    a2a:Book "Geboorteregister 1824" ;
    a2a:DocumentNumber "10" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1824, Geboorteregister 1824, 10"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/6b21c128-3496-7989-74b3-3bdd374efa4e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b0c5b702-e08d-bcb6-ec33-97fc955ec20c" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/6b21c128-3496-7989-74b3-3bdd374efa4e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b0c5b702-e08d-bcb6-ec33-97fc955ec20c" ;
  a2a:RecordGUID "{b0c5b702-e08d-bcb6-ec33-97fc955ec20c}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_4849_00004849.xml van GRA" .

