@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_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58
  a a2a:Record ;
  rdfs:label "Geboorte op 19 december 1889 te Houwerzijl gem. Ulrum" ;
  a2a:hasPerson oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-659d1d4b-7378-5f52-4d14-00697f2232e3, oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-efd79110-3cd8-ffbb-0a0b-7f58a9a344f0, oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-65f24f6a-1f9a-d2e8-082b-ff13caf598a7 ;
  a2a:hasEvent oa:event_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_0, oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_1, oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_2 ;
  a2a:hasSource oa:source_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58 .

oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-659d1d4b-7378-5f52-4d14-00697f2232e3
  a a2a:Person ;
  rdfs:label "Geert Fennema" ;
  a2a:PersonName [
    rdfs:label "Geert Fennema" ;
    a2a:PersonNameFirstName "Geert" ;
    a2a:PersonNameLastName "Fennema"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1889-12-19"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Houwerzijl gem. Ulrum" ;
    rdfs:label "Houwerzijl gem. Ulrum"
  ] .

oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-efd79110-3cd8-ffbb-0a0b-7f58a9a344f0
  a a2a:Person ;
  rdfs:label "Tjerksina de Groot" ;
  a2a:PersonName [
    rdfs:label "Tjerksina de Groot" ;
    a2a:PersonNameFirstName "Tjerksina" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Groot"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Profession "dagloonersche" .

oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person-65f24f6a-1f9a-d2e8-082b-ff13caf598a7
  a a2a:Person ;
  rdfs:label "Klaas Fennema" ;
  a2a:PersonName [
    rdfs:label "Klaas Fennema" ;
    a2a:PersonNameFirstName "Klaas" ;
    a2a:PersonNameLastName "Fennema"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "19" ;
    rdfs:label "1889-12-19"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Houwerzijl gem. Ulrum" ;
    rdfs:label "Houwerzijl gem. Ulrum"
  ] .

oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person:659d1d4b-7378-5f52-4d14-00697f2232e3 ;
  a2a:EventKeyRef oa:event_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Event1 .

oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person:efd79110-3cd8-ffbb-0a0b-7f58a9a344f0 ;
  a2a:EventKeyRef oa:event_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Event1 .

oa:relationep_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Person:65f24f6a-1f9a-d2e8-082b-ff13caf598a7 ;
  a2a:EventKeyRef oa:event_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58_Event1 .

oa:source_gra_6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Ulrum" ;
    rdfs:label "Ulrum", "1889-12-21 - 1889-12-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1889-12-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1889-12-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1889" ;
    a2a:Month "12" ;
    a2a:Day "21" ;
    rdfs:label "1889-12-21"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1889" ;
    a2a:Book "Geboorteregister 1889" ;
    a2a:DocumentNumber "101" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1889, Geboorteregister 1889, 101"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/0680174c-7a97-4f9d-6d21-0f9c1e405e57.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/0680174c-7a97-4f9d-6d21-0f9c1e405e57.jpg"
  ] ;
  a2a:SourceLastChangeDate "2021-12-29"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58" ;
  a2a:RecordGUID "{6d2a0aee-0d2d-a0c6-fb46-4865c2d47c58}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20220127_113_00000113.xml van GRA" .

[] a2a:PersonRemarkdiversen "gewettigd bij huwelijksakte op 13-01-1892 te Ulrum" .
