@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_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913
  a a2a:Record ;
  rdfs:label "Geboorte op 19 februari 1847 te Siddeburen gem. Slochteren" ;
  a2a:hasPerson oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-d08ac6d3-361d-c739-81b9-796004a13888, oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-dc076d10-7118-f3be-be75-4b07049f470c, oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-0dd21b3e-e299-9297-038f-f4187103e3ee ;
  a2a:hasEvent oa:event_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_0, oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_1, oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_2 ;
  a2a:hasSource oa:source_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913 .

oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-d08ac6d3-361d-c739-81b9-796004a13888
  a a2a:Person ;
  rdfs:label "Anje Juistinga" ;
  a2a:PersonName [
    rdfs:label "Anje Juistinga" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Juistinga"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1847-02-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Siddeburen gem. Slochteren" ;
    rdfs:label "Siddeburen gem. Slochteren"
  ] .

oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-dc076d10-7118-f3be-be75-4b07049f470c
  a a2a:Person ;
  rdfs:label "Kornelis Hindriks Juistinga" ;
  a2a:PersonName [
    rdfs:label "Kornelis Hindriks Juistinga" ;
    a2a:PersonNameFirstName "Kornelis Hindriks" ;
    a2a:PersonNameLastName "Juistinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "daglooner" .

oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person-0dd21b3e-e299-9297-038f-f4187103e3ee
  a a2a:Person ;
  rdfs:label "Jantje Thiessens Slagter" ;
  a2a:PersonName [
    rdfs:label "Jantje Thiessens Slagter" ;
    a2a:PersonNameFirstName "Jantje Thiessens" ;
    a2a:PersonNameLastName "Slagter"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloonersche" .

oa:event_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "19" ;
    rdfs:label "1847-02-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Siddeburen gem. Slochteren" ;
    rdfs:label "Siddeburen gem. Slochteren"
  ] .

oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person:d08ac6d3-361d-c739-81b9-796004a13888 ;
  a2a:EventKeyRef oa:event_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Event1 .

oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person:dc076d10-7118-f3be-be75-4b07049f470c ;
  a2a:EventKeyRef oa:event_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Event1 .

oa:relationep_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Person:0dd21b3e-e299-9297-038f-f4187103e3ee ;
  a2a:EventKeyRef oa:event_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913_Event1 .

oa:source_gra_bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren", "1847-02-20 - 1847-02-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-02-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-02-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1847" ;
    a2a:Month "2" ;
    a2a:Day "20" ;
    rdfs:label "1847-02-20"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1847" ;
    a2a:Book "Geboorteregister 1847" ;
    a2a:DocumentNumber "28" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1847, Geboorteregister 1847, 28"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/1ef71752-77c3-3261-d333-f91a8246eefa.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/1ef71752-77c3-3261-d333-f91a8246eefa.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913" ;
  a2a:RecordGUID "{bf3b9dbc-7be8-e9d6-56a6-ea8b2e33f913}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_9277_00009277.xml van GRA" .

