@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_b54feaa6-b098-d06b-5e4b-039261d7c69a
  a a2a:Record ;
  rdfs:label "Doop op 1 januari 1654 te Thesinge" ;
  a2a:hasPerson oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-f302bc84-5027-7f52-4186-0417937225c3, oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-001212ab-265b-62fd-0a41-4ea88cbdb36f, oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-859d143d-cd3f-1220-f6d3-d95435e9a59d ;
  a2a:hasEvent oa:event_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_0, oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_1, oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_2 ;
  a2a:hasSource oa:source_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a .

oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-f302bc84-5027-7f52-4186-0417937225c3
  a a2a:Person ;
  rdfs:label "Reijnt Geerts" ;
  a2a:PersonName [
    rdfs:label "Reijnt Geerts" ;
    a2a:PersonNameFirstName "Reijnt" ;
    a2a:PersonNameLastName "Geerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-001212ab-265b-62fd-0a41-4ea88cbdb36f
  a a2a:Person ;
  rdfs:label "Gebbe" ;
  a2a:PersonName [
    rdfs:label "Gebbe" ;
    a2a:PersonNameFirstName "Gebbe"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person-859d143d-cd3f-1220-f6d3-d95435e9a59d
  a a2a:Person ;
  rdfs:label "Lubbe" ;
  a2a:PersonName [
    rdfs:label "Lubbe" ;
    a2a:PersonNameFirstName "Lubbe"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1654" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1654-01-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Thesinge" ;
    rdfs:label "Thesinge"
  ] .

oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person:f302bc84-5027-7f52-4186-0417937225c3 ;
  a2a:EventKeyRef oa:event_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Event1 .

oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person:001212ab-265b-62fd-0a41-4ea88cbdb36f ;
  a2a:EventKeyRef oa:event_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Event1 .

oa:relationep_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Person:859d143d-cd3f-1220-f6d3-d95435e9a59d ;
  a2a:EventKeyRef oa:event_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a_Event1 .

oa:source_gra_b54feaa6-b098-d06b-5e4b-039261d7c69a
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Thesinge" ;
    rdfs:label "Kerkelijke gemeente Thesinge", "1654-01-01 - 1654-01-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1654-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1654-01-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1654" ;
    a2a:Month "1" ;
    a2a:Day "1" ;
    rdfs:label "1654-01-01"^^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: 444..." ;
    a2a:Book "Doop- en trouwboek 1642-1788" ;
    a2a:RegistryNumber "444" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 444..., Doop- en trouwboek 1642-1788, 444"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/766fc90e-b661-7603-8db5-4a54fbae6a07.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b54feaa6-b098-d06b-5e4b-039261d7c69a" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/766fc90e-b661-7603-8db5-4a54fbae6a07.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b54feaa6-b098-d06b-5e4b-039261d7c69a" ;
  a2a:RecordGUID "{b54feaa6-b098-d06b-5e4b-039261d7c69a}" ;
  a2a:SourceRemarkOpmerking "geen doopdatum aangetekend" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2366_00002366.xml van GRA" .

