@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_e813189d-748e-438c-c0f7-fb89c7ec1be3
  a a2a:Record ;
  rdfs:label "Geboorte op 3 juli 1896 te Nieuwolda" ;
  a2a:hasPerson oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-8fd76acb-6691-9e7e-3f09-3bfb2ec91563, oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-09670dc7-dafd-2d7f-55ad-35da99320a50, oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-1d5fe6a9-7186-0166-91cb-c53040610360 ;
  a2a:hasEvent oa:event_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_0, oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_1, oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_2 ;
  a2a:hasSource oa:source_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3 .

oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-8fd76acb-6691-9e7e-3f09-3bfb2ec91563
  a a2a:Person ;
  rdfs:label "Lemmina Holtman" ;
  a2a:PersonName [
    rdfs:label "Lemmina Holtman" ;
    a2a:PersonNameFirstName "Lemmina" ;
    a2a:PersonNameLastName "Holtman"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-09670dc7-dafd-2d7f-55ad-35da99320a50
  a a2a:Person ;
  rdfs:label "Jakobbina Uildriks" ;
  a2a:PersonName [
    rdfs:label "Jakobbina Uildriks" ;
    a2a:PersonNameFirstName "Jakobbina" ;
    a2a:PersonNameLastName "Uildriks"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1896" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1896-07-03"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda"
  ] .

oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person-1d5fe6a9-7186-0166-91cb-c53040610360
  a a2a:Person ;
  rdfs:label "Jakob Uildriks" ;
  a2a:PersonName [
    rdfs:label "Jakob Uildriks" ;
    a2a:PersonNameFirstName "Jakob" ;
    a2a:PersonNameLastName "Uildriks"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1896" ;
    a2a:Month "7" ;
    a2a:Day "3" ;
    rdfs:label "1896-07-03"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda"
  ] .

oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person:8fd76acb-6691-9e7e-3f09-3bfb2ec91563 ;
  a2a:EventKeyRef oa:event_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Event1 .

oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person:09670dc7-dafd-2d7f-55ad-35da99320a50 ;
  a2a:EventKeyRef oa:event_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Event1 .

oa:relationep_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Person:1d5fe6a9-7186-0166-91cb-c53040610360 ;
  a2a:EventKeyRef oa:event_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3_Event1 .

oa:source_gra_e813189d-748e-438c-c0f7-fb89c7ec1be3
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Nieuwolda" ;
    rdfs:label "Nieuwolda", "1896-07-04 - 1896-07-04"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1896-07-04"^^xsd:date ;
    a2a:SourceIndexDateTo "1896-07-04"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1896" ;
    a2a:Month "7" ;
    a2a:Day "4" ;
    rdfs:label "1896-07-04"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1896" ;
    a2a:Book "Geboorteregister 1896" ;
    a2a:DocumentNumber "48" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1896, Geboorteregister 1896, 48"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/c2e0622e-7145-7d94-4378-888a6d5bf44b.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/e813189d-748e-438c-c0f7-fb89c7ec1be3" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/c2e0622e-7145-7d94-4378-888a6d5bf44b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/e813189d-748e-438c-c0f7-fb89c7ec1be3" ;
  a2a:RecordGUID "{e813189d-748e-438c-c0f7-fb89c7ec1be3}" ;
  a2a:SourceRemarkOpmerking "gewettigd bij huwelijk van de ouders op 12-04-1898 te Nieuwolda" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10230_00010230.xml van GRA" .

