@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_befcb92c-9fb6-2e7b-89e8-e2d41010e2da
  a a2a:Record ;
  rdfs:label "Doop op 20 maart 1791 te Usquert" ;
  a2a:hasPerson oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-66cdcb4c-71de-e535-fbae-160f4af730ef, oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-2b9965ac-4114-24f7-90c9-9caf2b8c4016, oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-e22012dd-b367-40e8-5fb0-160f1e475009 ;
  a2a:hasEvent oa:event_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_0, oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_1, oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_2 ;
  a2a:hasSource oa:source_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da .

oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-66cdcb4c-71de-e535-fbae-160f4af730ef
  a a2a:Person ;
  rdfs:label "Meiske" ;
  a2a:PersonName [
    rdfs:label "Meiske" ;
    a2a:PersonNameFirstName "Meiske"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Usquert" ;
    rdfs:label "Usquert"
  ] .

oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-2b9965ac-4114-24f7-90c9-9caf2b8c4016
  a a2a:Person ;
  rdfs:label "Anje Gerrits" ;
  a2a:PersonName [
    rdfs:label "Anje Gerrits" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Gerrits"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person-e22012dd-b367-40e8-5fb0-160f1e475009
  a a2a:Person ;
  rdfs:label "Dreeuws Alberts" ;
  a2a:PersonName [
    rdfs:label "Dreeuws Alberts" ;
    a2a:PersonNameFirstName "Dreeuws" ;
    a2a:PersonNameLastName "Alberts"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1791" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1791-03-20"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Usquert" ;
    rdfs:label "Usquert"
  ] .

oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person:66cdcb4c-71de-e535-fbae-160f4af730ef ;
  a2a:EventKeyRef oa:event_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Event1 .

oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person:2b9965ac-4114-24f7-90c9-9caf2b8c4016 ;
  a2a:EventKeyRef oa:event_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Event1 .

oa:relationep_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Person:e22012dd-b367-40e8-5fb0-160f1e475009 ;
  a2a:EventKeyRef oa:event_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da_Event1 .

oa:source_gra_befcb92c-9fb6-2e7b-89e8-e2d41010e2da
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Usquert" ;
    rdfs:label "Kerkelijke gemeente Usquert", "1791-03-20 - 1791-03-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1791-03-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1791-03-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1791" ;
    a2a:Month "3" ;
    a2a:Day "20" ;
    rdfs:label "1791-03-20"^^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: 471..." ;
    a2a:Book "Doopboek 1751-1811" ;
    a2a:RegistryNumber "471" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 471..., Doopboek 1751-1811, 471"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/02508e12-91b5-5716-bbe2-01bc191d1ab3.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/befcb92c-9fb6-2e7b-89e8-e2d41010e2da" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/02508e12-91b5-5716-bbe2-01bc191d1ab3.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/befcb92c-9fb6-2e7b-89e8-e2d41010e2da" ;
  a2a:RecordGUID "{befcb92c-9fb6-2e7b-89e8-e2d41010e2da}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20315_00020315.xml van GRA" .

