@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_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19
  a a2a:Record ;
  rdfs:label "Doop op 4 juli 1701 te Hoogezand" ;
  a2a:hasPerson oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-f955ec25-b163-a40b-85cf-de0a88d4fb84, oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-b7d516e0-2807-a2f2-cd14-d42e4f0b65cb, oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-fee0c2ad-48fd-bbcc-2513-b15ecffa293a ;
  a2a:hasEvent oa:event_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_0, oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_1, oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_2 ;
  a2a:hasSource oa:source_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19 .

oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-f955ec25-b163-a40b-85cf-de0a88d4fb84
  a a2a:Person ;
  rdfs:label "Tonnis Janssen" ;
  a2a:PersonName [
    rdfs:label "Tonnis Janssen" ;
    a2a:PersonNameFirstName "Tonnis" ;
    a2a:PersonNameLastName "Janssen"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-b7d516e0-2807-a2f2-cd14-d42e4f0b65cb
  a a2a:Person ;
  rdfs:label "Wijke" ;
  a2a:PersonName [
    rdfs:label "Wijke" ;
    a2a:PersonNameFirstName "Wijke"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person-fee0c2ad-48fd-bbcc-2513-b15ecffa293a
  a a2a:Person ;
  rdfs:label "Elsjen Derx" ;
  a2a:PersonName [
    rdfs:label "Elsjen Derx" ;
    a2a:PersonNameFirstName "Elsjen" ;
    a2a:PersonNameLastName "Derx"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1701" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1701-07-04"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand"
  ] .

oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person:f955ec25-b163-a40b-85cf-de0a88d4fb84 ;
  a2a:EventKeyRef oa:event_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Event1 .

oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person:b7d516e0-2807-a2f2-cd14-d42e4f0b65cb ;
  a2a:EventKeyRef oa:event_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Event1 .

oa:relationep_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Person:fee0c2ad-48fd-bbcc-2513-b15ecffa293a ;
  a2a:EventKeyRef oa:event_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19_Event1 .

oa:source_gra_03adf4c7-e67c-b2f8-e746-0c19cb0f7f19
  a a2a:Source ;
  rdfs:label "AlleGroningers, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Kerkelijke gemeente Hoogezand" ;
    rdfs:label "Kerkelijke gemeente Hoogezand", "1701-07-04 - 1701-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1701-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1701-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1701" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1701-07-04"^^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: 226..." ;
    a2a:Book "Doop- en trouwboek 1668-1729" ;
    a2a:RegistryNumber "226" ;
    rdfs:label "AlleGroningers, Groningen, Archiefnaam: Doop-, trouw- en begraafboeken enz. in de provincie Groningen, Bron: boek, Deel: 226..., Doop- en trouwboek 1668-1729, 226"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/e0eb2e12-73e1-7b87-e878-6eba178e1561.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/03adf4c7-e67c-b2f8-e746-0c19cb0f7f19" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/e0eb2e12-73e1-7b87-e878-6eba178e1561.jpg"
  ] ;
  a2a:SourceLastChangeDate "2012-12-12"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/03adf4c7-e67c-b2f8-e746-0c19cb0f7f19" ;
  a2a:RecordGUID "{03adf4c7-e67c-b2f8-e746-0c19cb0f7f19}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210331_1612_00001612.xml van GRA" .

