@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_ebb65d56-4843-7d72-3a13-c48d3dcaa261
  a a2a:Record ;
  rdfs:label "Doop op 10 november 1700 te Zeerijp" ;
  a2a:hasPerson oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-eb6b4f24-5d94-9ca3-cc0d-eb691cb1a3a6, oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-e7ad7219-7913-c428-e113-af09b9036385, oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-8ec398d1-be85-0736-70c3-03a0e75247ae ;
  a2a:hasEvent oa:event_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_0, oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_1, oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_2 ;
  a2a:hasSource oa:source_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261 .

oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-eb6b4f24-5d94-9ca3-cc0d-eb691cb1a3a6
  a a2a:Person ;
  rdfs:label "Herman Jansen Ganzevoort" ;
  a2a:PersonName [
    rdfs:label "Herman Jansen Ganzevoort" ;
    a2a:PersonNameFirstName "Herman Jansen" ;
    a2a:PersonNameLastName "Ganzevoort"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-e7ad7219-7913-c428-e113-af09b9036385
  a a2a:Person ;
  rdfs:label "Geertken" ;
  a2a:PersonName [
    rdfs:label "Geertken" ;
    a2a:PersonNameFirstName "Geertken"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:BirthPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person-8ec398d1-be85-0736-70c3-03a0e75247ae
  a a2a:Person ;
  rdfs:label "Elske Hindriks" ;
  a2a:PersonName [
    rdfs:label "Elske Hindriks" ;
    a2a:PersonNameFirstName "Elske" ;
    a2a:PersonNameLastName "Hindriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1700" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1700-11-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Zeerijp" ;
    rdfs:label "Zeerijp"
  ] .

oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person:eb6b4f24-5d94-9ca3-cc0d-eb691cb1a3a6 ;
  a2a:EventKeyRef oa:event_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Event1 .

oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person:e7ad7219-7913-c428-e113-af09b9036385 ;
  a2a:EventKeyRef oa:event_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Event1 .

oa:relationep_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Person:8ec398d1-be85-0736-70c3-03a0e75247ae ;
  a2a:EventKeyRef oa:event_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261_Event1 .

oa:source_gra_ebb65d56-4843-7d72-3a13-c48d3dcaa261
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Zeerijp" ;
    rdfs:label "Kerkelijke gemeente Zeerijp", "1700-11-10 - 1700-11-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1700-11-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1700-11-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1700" ;
    a2a:Month "11" ;
    a2a:Day "10" ;
    rdfs:label "1700-11-10"^^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/ac7fc815-8a8f-e16e-4f19-482988c555eb.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ebb65d56-4843-7d72-3a13-c48d3dcaa261" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ac7fc815-8a8f-e16e-4f19-482988c555eb.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ebb65d56-4843-7d72-3a13-c48d3dcaa261" ;
  a2a:RecordGUID "{ebb65d56-4843-7d72-3a13-c48d3dcaa261}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2497_00002497.xml van GRA" .

