@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_c1061c09-e6ff-b464-4edf-9e129b05f4c3
  a a2a:Record ;
  rdfs:label "Geboorte op 10 juni 1894 te Nieuwolda" ;
  a2a:hasPerson oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-321b2171-488c-16a6-118b-432f91e3861c, oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-bb9614b2-bb3b-1eea-b82f-b9760667b4fe, oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-22dacfb7-db0a-3d61-1131-807a963d3e5a ;
  a2a:hasEvent oa:event_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_0, oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_1, oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_2 ;
  a2a:hasSource oa:source_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3 .

oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-321b2171-488c-16a6-118b-432f91e3861c
  a a2a:Person ;
  rdfs:label "Nanning Johan Huisman" ;
  a2a:PersonName [
    rdfs:label "Nanning Johan Huisman" ;
    a2a:PersonNameFirstName "Nanning Johan" ;
    a2a:PersonNameLastName "Huisman"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1894" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1894-06-10"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda"
  ] .

oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-bb9614b2-bb3b-1eea-b82f-b9760667b4fe
  a a2a:Person ;
  rdfs:label "Geertruida Frederika Jantina Klimp" ;
  a2a:PersonName [
    rdfs:label "Geertruida Frederika Jantina Klimp" ;
    a2a:PersonNameFirstName "Geertruida Frederika Jantina" ;
    a2a:PersonNameLastName "Klimp"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person-22dacfb7-db0a-3d61-1131-807a963d3e5a
  a a2a:Person ;
  rdfs:label "Rieno Huisman" ;
  a2a:PersonName [
    rdfs:label "Rieno Huisman" ;
    a2a:PersonNameFirstName "Rieno" ;
    a2a:PersonNameLastName "Huisman"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1894" ;
    a2a:Month "6" ;
    a2a:Day "10" ;
    rdfs:label "1894-06-10"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda"
  ] .

oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person:321b2171-488c-16a6-118b-432f91e3861c ;
  a2a:EventKeyRef oa:event_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Event1 .

oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person:bb9614b2-bb3b-1eea-b82f-b9760667b4fe ;
  a2a:EventKeyRef oa:event_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Event1 .

oa:relationep_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Person:22dacfb7-db0a-3d61-1131-807a963d3e5a ;
  a2a:EventKeyRef oa:event_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3_Event1 .

oa:source_gra_c1061c09-e6ff-b464-4edf-9e129b05f4c3
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda", "1894-06-12 - 1894-06-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1894-06-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1894-06-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1894" ;
    a2a:Month "6" ;
    a2a:Day "12" ;
    rdfs:label "1894-06-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1894" ;
    a2a:Book "Geboorteregister 1894" ;
    a2a:DocumentNumber "36" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1894, Geboorteregister 1894, 36"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/707bb0e5-a73c-4635-f466-83218ac3fbea.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/c1061c09-e6ff-b464-4edf-9e129b05f4c3" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/707bb0e5-a73c-4635-f466-83218ac3fbea.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/c1061c09-e6ff-b464-4edf-9e129b05f4c3" ;
  a2a:RecordGUID "{c1061c09-e6ff-b464-4edf-9e129b05f4c3}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_9332_00009332.xml van GRA" .

