@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_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156
  a a2a:Record ;
  rdfs:label "Doop op 23 juli 1682 te Warffum" ;
  a2a:hasPerson oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-2d1e99d8-31ab-df18-8658-6cb0442cc02b, oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-60f36dba-4a42-7124-f04f-71096493da6c, oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-af7c50c3-39e5-14b8-c31b-6b81dbd83ea9 ;
  a2a:hasEvent oa:event_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_0, oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_1, oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_2 ;
  a2a:hasSource oa:source_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156 .

oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-2d1e99d8-31ab-df18-8658-6cb0442cc02b
  a a2a:Person ;
  rdfs:label "Trijnje Freriks" ;
  a2a:PersonName [
    rdfs:label "Trijnje Freriks" ;
    a2a:PersonNameFirstName "Trijnje" ;
    a2a:PersonNameLastName "Freriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-60f36dba-4a42-7124-f04f-71096493da6c
  a a2a:Person ;
  rdfs:label "Eefze" ;
  a2a:PersonName [
    rdfs:label "Eefze" ;
    a2a:PersonNameFirstName "Eefze"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person-af7c50c3-39e5-14b8-c31b-6b81dbd83ea9
  a a2a:Person ;
  rdfs:label "Frerik Jans" ;
  a2a:PersonName [
    rdfs:label "Frerik Jans" ;
    a2a:PersonNameFirstName "Frerik" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1682" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1682-07-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] .

oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person:2d1e99d8-31ab-df18-8658-6cb0442cc02b ;
  a2a:EventKeyRef oa:event_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Event1 .

oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person:60f36dba-4a42-7124-f04f-71096493da6c ;
  a2a:EventKeyRef oa:event_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Event1 .

oa:relationep_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Person:af7c50c3-39e5-14b8-c31b-6b81dbd83ea9 ;
  a2a:EventKeyRef oa:event_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156_Event1 .

oa:source_gra_b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Warffum" ;
    rdfs:label "Kerkelijke gemeente Warffum", "1682-07-23 - 1682-07-23"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1682-07-23"^^xsd:date ;
    a2a:SourceIndexDateTo "1682-07-23"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1682" ;
    a2a:Month "7" ;
    a2a:Day "23" ;
    rdfs:label "1682-07-23"^^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: 498..." ;
    a2a:Book "Doop- en trouwboek 1621-1705" ;
    a2a:RegistryNumber "498" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 498..., Doop- en trouwboek 1621-1705, 498"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/ea45471e-bf97-2637-8cf0-cf74fe6bbe26.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/ea45471e-bf97-2637-8cf0-cf74fe6bbe26.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156" ;
  a2a:RecordGUID "{b58c1ac8-65e7-7a24-0e5d-0c8fa56ef156}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_22261_00022261.xml van GRA" .

