@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_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f
  a a2a:Record ;
  rdfs:label "Doop op 11 april 1685 te Woldendorp" ;
  a2a:hasPerson oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-41a0c398-56de-e76b-0ce6-e9601e4cafd3, oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-35d589f8-8265-0313-2c50-f06f9b05a0bd, oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-47e1b8ac-bc39-9e8b-d656-449a5f757600 ;
  a2a:hasEvent oa:event_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_0, oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_1, oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_2 ;
  a2a:hasSource oa:source_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f .

oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-41a0c398-56de-e76b-0ce6-e9601e4cafd3
  a a2a:Person ;
  rdfs:label "Trijnie" ;
  a2a:PersonName [
    rdfs:label "Trijnie" ;
    a2a:PersonNameFirstName "Trijnie"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-35d589f8-8265-0313-2c50-f06f9b05a0bd
  a a2a:Person ;
  rdfs:label "Derck Jacobs" ;
  a2a:PersonName [
    rdfs:label "Derck Jacobs" ;
    a2a:PersonNameFirstName "Derck" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person-47e1b8ac-bc39-9e8b-d656-449a5f757600
  a a2a:Person ;
  rdfs:label "Anje Sties" ;
  a2a:PersonName [
    rdfs:label "Anje Sties" ;
    a2a:PersonNameFirstName "Anje" ;
    a2a:PersonNameLastName "Sties"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1685" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1685-04-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Woldendorp" ;
    rdfs:label "Woldendorp"
  ] .

oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person:41a0c398-56de-e76b-0ce6-e9601e4cafd3 ;
  a2a:EventKeyRef oa:event_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Event1 .

oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person:35d589f8-8265-0313-2c50-f06f9b05a0bd ;
  a2a:EventKeyRef oa:event_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Event1 .

oa:relationep_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Person:47e1b8ac-bc39-9e8b-d656-449a5f757600 ;
  a2a:EventKeyRef oa:event_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f_Event1 .

oa:source_gra_12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Woldendorp" ;
    rdfs:label "Kerkelijke gemeente Woldendorp", "1685-04-11 - 1685-04-11"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1685-04-11"^^xsd:date ;
    a2a:SourceIndexDateTo "1685-04-11"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1685" ;
    a2a:Month "4" ;
    a2a:Day "11" ;
    rdfs:label "1685-04-11"^^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: 562..." ;
    a2a:Book "Kerkeboek 1667-1777" ;
    a2a:RegistryNumber "562" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 562..., Kerkeboek 1667-1777, 562"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/dbb35f6e-3b64-1e7d-2998-590286562e39.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/dbb35f6e-3b64-1e7d-2998-590286562e39.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f" ;
  a2a:RecordGUID "{12e7c9cb-cc75-1e76-780c-8b49f3ea2e6f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1768_00001768.xml van GRA" .

