@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_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa
  a a2a:Record ;
  rdfs:label "Doop op 2 april 1706 te Lellens" ;
  a2a:hasPerson oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-4e7e02df-66d7-6195-5579-594f35903dfb, oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-c22481e8-99b4-83c7-c7ad-e031c7a78bf7, oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-1ebe4cda-e922-9043-540e-412a3fc93ff1 ;
  a2a:hasEvent oa:event_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_0, oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_1, oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_2 ;
  a2a:hasSource oa:source_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa .

oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-4e7e02df-66d7-6195-5579-594f35903dfb
  a a2a:Person ;
  rdfs:label "Brond" ;
  a2a:PersonName [
    rdfs:label "Brond" ;
    a2a:PersonNameFirstName "Brond"
  ] ;
  a2a:Gender "Man" .

oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-c22481e8-99b4-83c7-c7ad-e031c7a78bf7
  a a2a:Person ;
  rdfs:label "Hilligje Knellijs" ;
  a2a:PersonName [
    rdfs:label "Hilligje Knellijs" ;
    a2a:PersonNameFirstName "Hilligje" ;
    a2a:PersonNameLastName "Knellijs"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person-1ebe4cda-e922-9043-540e-412a3fc93ff1
  a a2a:Person ;
  rdfs:label "Peter Brondsema" ;
  a2a:PersonName [
    rdfs:label "Peter Brondsema" ;
    a2a:PersonNameFirstName "Peter" ;
    a2a:PersonNameLastName "Brondsema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1706" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1706-04-02"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lellens" ;
    rdfs:label "Lellens"
  ] .

oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person:4e7e02df-66d7-6195-5579-594f35903dfb ;
  a2a:EventKeyRef oa:event_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Event1 .

oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person:c22481e8-99b4-83c7-c7ad-e031c7a78bf7 ;
  a2a:EventKeyRef oa:event_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Event1 .

oa:relationep_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Person:1ebe4cda-e922-9043-540e-412a3fc93ff1 ;
  a2a:EventKeyRef oa:event_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa_Event1 .

oa:source_gra_e55c68ab-cc29-4efa-3e39-6e8f4cd474fa
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Lellens" ;
    rdfs:label "Kerkelijke gemeente Lellens", "1706-04-02 - 1706-04-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1706-04-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1706-04-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1706" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1706-04-02"^^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: 257..." ;
    a2a:Book "Doop- en trouwboek 1668-1811" ;
    a2a:RegistryNumber "257" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 257..., Doop- en trouwboek 1668-1811, 257"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/2bced745-044d-65b3-f20c-9a50102f652e.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e55c68ab-cc29-4efa-3e39-6e8f4cd474fa" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/2bced745-044d-65b3-f20c-9a50102f652e.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e55c68ab-cc29-4efa-3e39-6e8f4cd474fa" ;
  a2a:RecordGUID "{e55c68ab-cc29-4efa-3e39-6e8f4cd474fa}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_20480_00020480.xml van GRA" .

