@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_e8a44533-a744-bbd4-47d1-ecdedca8c100
  a a2a:Record ;
  rdfs:label "Doop op 12 februari 1675 te Groningen; Martinikerk" ;
  a2a:hasPerson oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-5e06d6b8-e136-d042-d221-6b05c5f11c06, oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-013a9e1c-1730-d1dd-bf26-1d879e39077f, oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-0be3dd99-fe64-e32a-f7bc-de97b5260567 ;
  a2a:hasEvent oa:event_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_0, oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_1, oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_2 ;
  a2a:hasSource oa:source_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100 .

oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-5e06d6b8-e136-d042-d221-6b05c5f11c06
  a a2a:Person ;
  rdfs:label "Willemina" ;
  a2a:PersonName [
    rdfs:label "Willemina" ;
    a2a:PersonNameFirstName "Willemina"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthPlace [
    a2a:Place "Groningen; Guldenstraat" ;
    rdfs:label "Groningen; Guldenstraat"
  ] .

oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-013a9e1c-1730-d1dd-bf26-1d879e39077f
  a a2a:Person ;
  rdfs:label "Wibrant Basseleur" ;
  a2a:PersonName [
    rdfs:label "Wibrant Basseleur" ;
    a2a:PersonNameFirstName "Wibrant" ;
    a2a:PersonNameLastName "Basseleur"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person-0be3dd99-fe64-e32a-f7bc-de97b5260567
  a a2a:Person ;
  rdfs:label "Swaentien Westerlo" ;
  a2a:PersonName [
    rdfs:label "Swaentien Westerlo" ;
    a2a:PersonNameFirstName "Swaentien" ;
    a2a:PersonNameLastName "Westerlo"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1675" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1675-02-12"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen; Martinikerk" ;
    rdfs:label "Groningen; Martinikerk"
  ] .

oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person:5e06d6b8-e136-d042-d221-6b05c5f11c06 ;
  a2a:EventKeyRef oa:event_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Event1 .

oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person:013a9e1c-1730-d1dd-bf26-1d879e39077f ;
  a2a:EventKeyRef oa:event_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Event1 .

oa:relationep_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Person:0be3dd99-fe64-e32a-f7bc-de97b5260567 ;
  a2a:EventKeyRef oa:event_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100_Event1 .

oa:source_gra_e8a44533-a744-bbd4-47d1-ecdedca8c100
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Groningen" ;
    rdfs:label "Kerkelijke gemeente Groningen", "1675-02-12 - 1675-02-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1675-02-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1675-02-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1675" ;
    a2a:Month "2" ;
    a2a:Day "12" ;
    rdfs:label "1675-02-12"^^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: 147..." ;
    a2a:Book "Algemeen doopboek 1658-1676" ;
    a2a:RegistryNumber "147" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 147..., Algemeen doopboek 1658-1676, 147"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/461a02b6-51cc-e8c7-1ffa-9e5d30ae60cc.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e8a44533-a744-bbd4-47d1-ecdedca8c100" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/461a02b6-51cc-e8c7-1ffa-9e5d30ae60cc.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e8a44533-a744-bbd4-47d1-ecdedca8c100" ;
  a2a:RecordGUID "{e8a44533-a744-bbd4-47d1-ecdedca8c100}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_2465_00002465.xml van GRA" .

