@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_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5
  a a2a:Record ;
  rdfs:label "Geboorte op 26 september 1859 te Foxhol gem. Hoogezand" ;
  a2a:hasPerson oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-efe3c522-7fba-4f4d-ce6f-cd200e3ca341, oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-27c80938-4874-1cbd-db5d-39d86c88b124, oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-091930c2-039f-0a28-336d-b157d8a9c9c6 ;
  a2a:hasEvent oa:event_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_0, oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_1, oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_2 ;
  a2a:hasSource oa:source_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5 .

oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-efe3c522-7fba-4f4d-ce6f-cd200e3ca341
  a a2a:Person ;
  rdfs:label "Maria Pieternella van Dijk" ;
  a2a:PersonName [
    rdfs:label "Maria Pieternella van Dijk" ;
    a2a:PersonNameFirstName "Maria Pieternella" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1859-09-26"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-27c80938-4874-1cbd-db5d-39d86c88b124
  a a2a:Person ;
  rdfs:label "Johannes Cornelis van Dijk" ;
  a2a:PersonName [
    rdfs:label "Johannes Cornelis van Dijk" ;
    a2a:PersonNameFirstName "Johannes Cornelis" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Dijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "34 jaar" ;
    rdfs:label "34 jaar"
  ] ;
  a2a:Profession "koetsier" .

oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person-091930c2-039f-0a28-336d-b157d8a9c9c6
  a a2a:Person ;
  rdfs:label "Agnes Alida Sophia Werps" ;
  a2a:PersonName [
    rdfs:label "Agnes Alida Sophia Werps" ;
    a2a:PersonNameFirstName "Agnes Alida Sophia" ;
    a2a:PersonNameLastName "Werps"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "26" ;
    rdfs:label "1859-09-26"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxhol gem. Hoogezand" ;
    rdfs:label "Foxhol gem. Hoogezand"
  ] .

oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person:efe3c522-7fba-4f4d-ce6f-cd200e3ca341 ;
  a2a:EventKeyRef oa:event_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Event1 .

oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person:27c80938-4874-1cbd-db5d-39d86c88b124 ;
  a2a:EventKeyRef oa:event_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Event1 .

oa:relationep_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Person:091930c2-039f-0a28-336d-b157d8a9c9c6 ;
  a2a:EventKeyRef oa:event_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5_Event1 .

oa:source_gra_5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoogezand" ;
    rdfs:label "Hoogezand", "1859-09-29 - 1859-09-29"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1859-09-29"^^xsd:date ;
    a2a:SourceIndexDateTo "1859-09-29"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1859" ;
    a2a:Month "9" ;
    a2a:Day "29" ;
    rdfs:label "1859-09-29"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1859" ;
    a2a:Book "Geboorteregister 1859" ;
    a2a:DocumentNumber "151" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1859, Geboorteregister 1859, 151"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/65da9515-05ec-d8ed-e9a8-5c7b1711f83f.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/65da9515-05ec-d8ed-e9a8-5c7b1711f83f.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5" ;
  a2a:RecordGUID "{5ea40b1e-bc56-9b85-a7f5-74cc3657a7a5}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_6945_00006945.xml van GRA" .

