@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_42a1dee1-88d2-7a0d-53df-1e4758f7caee
  a a2a:Record ;
  rdfs:label "Doop op 8 augustus 1745 te Usquert" ;
  a2a:hasPerson oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-21992b19-fa2e-1982-c63d-39a9349815f5, oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-4aa1860e-e46b-751a-ab9c-15555c4cf4e1, oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-86177424-043d-a2c9-bcaa-5955efeb4b7a ;
  a2a:hasEvent oa:event_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_0, oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_1, oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_2 ;
  a2a:hasSource oa:source_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee .

oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-21992b19-fa2e-1982-c63d-39a9349815f5
  a a2a:Person ;
  rdfs:label "Jantje" ;
  a2a:PersonName [
    rdfs:label "Jantje" ;
    a2a:PersonNameFirstName "Jantje"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-4aa1860e-e46b-751a-ab9c-15555c4cf4e1
  a a2a:Person ;
  rdfs:label "Epke Lammerts" ;
  a2a:PersonName [
    rdfs:label "Epke Lammerts" ;
    a2a:PersonNameFirstName "Epke" ;
    a2a:PersonNameLastName "Lammerts"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person-86177424-043d-a2c9-bcaa-5955efeb4b7a
  a a2a:Person ;
  rdfs:label "Berent Jans" ;
  a2a:PersonName [
    rdfs:label "Berent Jans" ;
    a2a:PersonNameFirstName "Berent" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1745" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1745-08-08"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Usquert" ;
    rdfs:label "Usquert"
  ] .

oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person:21992b19-fa2e-1982-c63d-39a9349815f5 ;
  a2a:EventKeyRef oa:event_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Event1 .

oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person:4aa1860e-e46b-751a-ab9c-15555c4cf4e1 ;
  a2a:EventKeyRef oa:event_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Event1 .

oa:relationep_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Person:86177424-043d-a2c9-bcaa-5955efeb4b7a ;
  a2a:EventKeyRef oa:event_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee_Event1 .

oa:source_gra_42a1dee1-88d2-7a0d-53df-1e4758f7caee
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Usquert" ;
    rdfs:label "Kerkelijke gemeente Usquert", "1745-08-08 - 1745-08-08"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1745-08-08"^^xsd:date ;
    a2a:SourceIndexDateTo "1745-08-08"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1745" ;
    a2a:Month "8" ;
    a2a:Day "8" ;
    rdfs:label "1745-08-08"^^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: 470..." ;
    a2a:Book "Doop- en trouwboek 1699-1751" ;
    a2a:RegistryNumber "470" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 470..., Doop- en trouwboek 1699-1751, 470"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/41a1f278-0799-0130-d3d2-da9bbeda652c.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/42a1dee1-88d2-7a0d-53df-1e4758f7caee" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/41a1f278-0799-0130-d3d2-da9bbeda652c.jpg"
  ] ;
  a2a:SourceLastChangeDate "2013-03-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/42a1dee1-88d2-7a0d-53df-1e4758f7caee" ;
  a2a:RecordGUID "{42a1dee1-88d2-7a0d-53df-1e4758f7caee}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_19583_00019583.xml van GRA" .

