@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_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0
  a a2a:Record ;
  rdfs:label "Doop op 11 juni 1713 te Zeerijp" ;
  a2a:hasPerson oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-ea544f1a-a0b2-dd1f-e1be-e025e7c14b2a, oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-7d8544c3-b8ba-3039-7c51-244029a3a59f, oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-171f14e4-9907-b3e1-37af-7c4955dae65b ;
  a2a:hasEvent oa:event_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_0, oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_1, oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_2 ;
  a2a:hasSource oa:source_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0 .

oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-ea544f1a-a0b2-dd1f-e1be-e025e7c14b2a
  a a2a:Person ;
  rdfs:label "Jan" ;
  a2a:PersonName [
    rdfs:label "Jan" ;
    a2a:PersonNameFirstName "Jan"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-7d8544c3-b8ba-3039-7c51-244029a3a59f
  a a2a:Person ;
  rdfs:label "Dewerke Jansen" ;
  a2a:PersonName [
    rdfs:label "Dewerke Jansen" ;
    a2a:PersonNameFirstName "Dewerke" ;
    a2a:PersonNameLastName "Jansen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person-171f14e4-9907-b3e1-37af-7c4955dae65b
  a a2a:Person ;
  rdfs:label "Jan Heepkes" ;
  a2a:PersonName [
    rdfs:label "Jan Heepkes" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Heepkes"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1713" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1713-06-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person:ea544f1a-a0b2-dd1f-e1be-e025e7c14b2a ;
  a2a:EventKeyRef oa:event_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Event1 .

oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person:7d8544c3-b8ba-3039-7c51-244029a3a59f ;
  a2a:EventKeyRef oa:event_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Event1 .

oa:relationep_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Person:171f14e4-9907-b3e1-37af-7c4955dae65b ;
  a2a:EventKeyRef oa:event_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0_Event1 .

oa:source_gra_b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Zeerijp" ;
    rdfs:label "Kerkelijke gemeente Zeerijp", "1713-06-11 - 1713-06-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-06-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-06-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1713" ;
    a2a:Month "6" ;
    a2a:Day "11" ;
    rdfs:label "1713-06-11"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 578..." ;
    a2a:Book "Doopboek 1696-1739" ;
    a2a:RegistryNumber "578" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 578..., Doopboek 1696-1739, 578"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/75d40ed3-dfaa-27d9-6049-135b3376e9bb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/75d40ed3-dfaa-27d9-6049-135b3376e9bb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0" ;
  a2a:RecordGUID "{b6512950-ab9b-7dbc-bbc1-33e6f3b09fa0}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2377_00002377.xml van GRA" .

