@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_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd
  a a2a:Record ;
  rdfs:label "Geboorte op 14 november 1914 te Foxham gem. Slochteren" ;
  a2a:hasPerson oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-cc5a5999-ea00-0120-ef37-c79d3b0affc3, oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-211f85af-d677-1e1b-f7f2-682a7a3e55fb, oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-2ec1eb07-8181-5eba-e8aa-cd2fa6c8eac3 ;
  a2a:hasEvent oa:event_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_0, oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_1, oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_2 ;
  a2a:hasSource oa:source_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd .

oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-cc5a5999-ea00-0120-ef37-c79d3b0affc3
  a a2a:Person ;
  rdfs:label "Trijntje Visser" ;
  a2a:PersonName [
    rdfs:label "Trijntje Visser" ;
    a2a:PersonNameFirstName "Trijntje" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-211f85af-d677-1e1b-f7f2-682a7a3e55fb
  a a2a:Person ;
  rdfs:label "Roelof Menzinga" ;
  a2a:PersonName [
    rdfs:label "Roelof Menzinga" ;
    a2a:PersonNameFirstName "Roelof" ;
    a2a:PersonNameLastName "Menzinga"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1914-11-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Foxham gem. Slochteren" ;
    rdfs:label "Foxham gem. Slochteren"
  ] .

oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person-2ec1eb07-8181-5eba-e8aa-cd2fa6c8eac3
  a a2a:Person ;
  rdfs:label "Johannes Albertus Menzinga" ;
  a2a:PersonName [
    rdfs:label "Johannes Albertus Menzinga" ;
    a2a:PersonNameFirstName "Johannes Albertus" ;
    a2a:PersonNameLastName "Menzinga"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "23 jaar" ;
    rdfs:label "23 jaar"
  ] ;
  a2a:Profession "scheepsbouwer" .

oa:event_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1914-11-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Foxham gem. Slochteren" ;
    rdfs:label "Foxham gem. Slochteren"
  ] .

oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person:cc5a5999-ea00-0120-ef37-c79d3b0affc3 ;
  a2a:EventKeyRef oa:event_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Event1 .

oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person:211f85af-d677-1e1b-f7f2-682a7a3e55fb ;
  a2a:EventKeyRef oa:event_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Event1 .

oa:relationep_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Person:2ec1eb07-8181-5eba-e8aa-cd2fa6c8eac3 ;
  a2a:EventKeyRef oa:event_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd_Event1 .

oa:source_gra_043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Slochteren" ;
    rdfs:label "Slochteren", "1914-11-14 - 1914-11-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1914-11-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1914-11-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "11" ;
    a2a:Day "14" ;
    rdfs:label "1914-11-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 61, Periode: 1914" ;
    a2a:Book "Geboorteregister 1914" ;
    a2a:DocumentNumber "310" ;
    a2a:RegistryNumber "61" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 61, Periode: 1914, Geboorteregister 1914, 310, 61"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/b98f8da1-39a4-4a43-e3aa-493631faeb47.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/b98f8da1-39a4-4a43-e3aa-493631faeb47.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd" ;
  a2a:RecordGUID "{043cf7b7-ea6f-cd8a-5377-140ac6b0a0fd}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3864_00003864.xml van GRA" .

