@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_fc2c95e2-e964-4808-82c0-aa61625758f6
  a a2a:Record ;
  rdfs:label "Lidmaten op 4 maart 1680 te Lellens" ;
  a2a:hasPerson oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-c118dbee-6d13-0aa4-7fc6-6b32afcd32db, oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-30996c30-c61c-5052-a42e-61f28f77119b, oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-2997178f-8bb7-6d7f-ce12-022e6aa4e2f6 ;
  a2a:hasEvent oa:event_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_0, oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_1, oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_2 ;
  a2a:hasSource oa:source_gra_fc2c95e2-e964-4808-82c0-aa61625758f6 .

oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-c118dbee-6d13-0aa4-7fc6-6b32afcd32db
  a a2a:Person ;
  rdfs:label "Grietjen Mennes" ;
  a2a:PersonName [
    rdfs:label "Grietjen Mennes" ;
    a2a:PersonNameFirstName "Grietjen" ;
    a2a:PersonNameLastName "Mennes"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-30996c30-c61c-5052-a42e-61f28f77119b
  a a2a:Person ;
  rdfs:label "Wolter" ;
  a2a:PersonName [
    rdfs:label "Wolter" ;
    a2a:PersonNameFirstName "Wolter"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person-2997178f-8bb7-6d7f-ce12-022e6aa4e2f6
  a a2a:Person ;
  rdfs:label "Hommo R." ;
  a2a:PersonName [
    rdfs:label "Hommo R." ;
    a2a:PersonNameFirstName "Hommo" ;
    a2a:PersonNameLastName "R."
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Event1
  a a2a:Event ;
  rdfs:label "other:Lidmaten" ;
  a2a:EventType "other:Lidmaten" ;
  a2a:EventDate [
    a2a:Year "1680" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1680-03-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lellens" ;
    rdfs:label "Lellens"
  ] .

oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_0
  a a2a:RelationEP ;
  rdfs:label "other:Lidmaat" ;
  a2a:RelationType "other:Lidmaat" ;
  a2a:PersonKeyRef oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person:c118dbee-6d13-0aa4-7fc6-6b32afcd32db ;
  a2a:EventKeyRef oa:event_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Event1 .

oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_1
  a a2a:RelationEP ;
  rdfs:label "other:Vermelding" ;
  a2a:RelationType "other:Vermelding" ;
  a2a:PersonKeyRef oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person:30996c30-c61c-5052-a42e-61f28f77119b ;
  a2a:EventKeyRef oa:event_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Event1 .

oa:relationep_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_2
  a a2a:RelationEP ;
  rdfs:label "other:Vermelding" ;
  a2a:RelationType "other:Vermelding" ;
  a2a:PersonKeyRef oa:person_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Person:2997178f-8bb7-6d7f-ce12-022e6aa4e2f6 ;
  a2a:EventKeyRef oa:event_gra_fc2c95e2-e964-4808-82c0-aa61625758f6_Event1 .

oa:source_gra_fc2c95e2-e964-4808-82c0-aa61625758f6
  a a2a:Source ;
  rdfs:label "AlleGroningers, Registraties vóór 1811" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Lellens" ;
    rdfs:label "Kerkelijke gemeente Lellens", "1680-03-04 - 1680-03-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1680-03-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1680-03-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1680" ;
    a2a:Month "3" ;
    a2a:Day "4" ;
    rdfs:label "1680-03-04"^^xsd:date
  ] ;
  a2a:SourceType "other:Registraties vóór 1811" ;
  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" ;
    a2a:Folio "3v" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 257..., Doop- en trouwboek 1668-1811, 257, 3v"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c0108948-a815-f483-0fcc-f825a60f4d83.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/fc2c95e2-e964-4808-82c0-aa61625758f6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c0108948-a815-f483-0fcc-f825a60f4d83.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-11-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/fc2c95e2-e964-4808-82c0-aa61625758f6" ;
  a2a:RecordGUID "{fc2c95e2-e964-4808-82c0-aa61625758f6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210225_21576_00021576.xml van GRA" .

[] a2a:PersonRemarkdiversen "wonende bij Wolter, nu bij Hommo R." .
