@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_01ce7598-3a3d-eaab-52b6-e905f4e7345b
  a a2a:Record ;
  rdfs:label "Doop op 21 maart 1679 te Warffum" ;
  a2a:hasPerson oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-be32e954-32ff-3266-8bdb-e973d2e70383, oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-ce252e03-a2cd-07d2-ffaa-6fe13a595994, oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-9be422c2-a911-4525-586d-3ba1cb132546 ;
  a2a:hasEvent oa:event_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_0, oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_1, oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_2 ;
  a2a:hasSource oa:source_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b .

oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-be32e954-32ff-3266-8bdb-e973d2e70383
  a a2a:Person ;
  rdfs:label "Hindrickjen Jacobs" ;
  a2a:PersonName [
    rdfs:label "Hindrickjen Jacobs" ;
    a2a:PersonNameFirstName "Hindrickjen" ;
    a2a:PersonNameLastName "Jacobs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-ce252e03-a2cd-07d2-ffaa-6fe13a595994
  a a2a:Person ;
  rdfs:label "Peter Alberts" ;
  a2a:PersonName [
    rdfs:label "Peter Alberts" ;
    a2a:PersonNameFirstName "Peter Alberts"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person-9be422c2-a911-4525-586d-3ba1cb132546
  a a2a:Person ;
  rdfs:label "Albert Peters" ;
  a2a:PersonName [
    rdfs:label "Albert Peters" ;
    a2a:PersonNameFirstName "Albert" ;
    a2a:PersonNameLastName "Peters"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1679" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1679-03-21"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Warffum" ;
    rdfs:label "Warffum"
  ] .

oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person:be32e954-32ff-3266-8bdb-e973d2e70383 ;
  a2a:EventKeyRef oa:event_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Event1 .

oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person:ce252e03-a2cd-07d2-ffaa-6fe13a595994 ;
  a2a:EventKeyRef oa:event_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Event1 .

oa:relationep_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Person:9be422c2-a911-4525-586d-3ba1cb132546 ;
  a2a:EventKeyRef oa:event_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b_Event1 .

oa:source_gra_01ce7598-3a3d-eaab-52b6-e905f4e7345b
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Warffum" ;
    rdfs:label "Kerkelijke gemeente Warffum", "1679-03-21 - 1679-03-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1679-03-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1679-03-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1679" ;
    a2a:Month "3" ;
    a2a:Day "21" ;
    rdfs:label "1679-03-21"^^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/bd08fa70-785e-3b6b-7c12-ad0a0b2abcbd.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/01ce7598-3a3d-eaab-52b6-e905f4e7345b" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/bd08fa70-785e-3b6b-7c12-ad0a0b2abcbd.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/01ce7598-3a3d-eaab-52b6-e905f4e7345b" ;
  a2a:RecordGUID "{01ce7598-3a3d-eaab-52b6-e905f4e7345b}" ;
  a2a:SourceRemarkOpmerking "kraam-zoontje" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_22379_00022379.xml van GRA" .

