@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_a216623b-fb23-b605-7e3d-94afcf9a4e4e
  a a2a:Record ;
  rdfs:label "Geboorte (geboorteakte) op 14 maart 1922 te Doezum gem. Grootegast" ;
  a2a:hasPerson oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-5118cbf9-7c38-5a89-65c9-31af701c0ec6, oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-538bc992-4fb3-736b-13f8-7e1b5b7a09ae, oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-74e36607-5248-0b79-67c8-b1a971aff7ac ;
  a2a:hasEvent oa:event_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_0, oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_1, oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_2 ;
  a2a:hasSource oa:source_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e .

oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-5118cbf9-7c38-5a89-65c9-31af701c0ec6
  a a2a:Person ;
  rdfs:label "Grietje Top" ;
  a2a:PersonName [
    rdfs:label "Grietje Top" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Top"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-538bc992-4fb3-736b-13f8-7e1b5b7a09ae
  a a2a:Person ;
  rdfs:label "Tjitske Marinus" ;
  a2a:PersonName [
    rdfs:label "Tjitske Marinus" ;
    a2a:PersonNameFirstName "Tjitske" ;
    a2a:PersonNameLastName "Marinus"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1922-03-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Doezum gem. Grootegast" ;
    rdfs:label "Doezum gem. Grootegast"
  ] .

oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person-74e36607-5248-0b79-67c8-b1a971aff7ac
  a a2a:Person ;
  rdfs:label "Rudmer Marinus" ;
  a2a:PersonName [
    rdfs:label "Rudmer Marinus" ;
    a2a:PersonNameFirstName "Rudmer" ;
    a2a:PersonNameLastName "Marinus"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "31 jaar" ;
    rdfs:label "31 jaar"
  ] ;
  a2a:Profession "landbouwer" .

oa:event_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1922-03-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Doezum gem. Grootegast" ;
    rdfs:label "Doezum gem. Grootegast"
  ] .

oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person:5118cbf9-7c38-5a89-65c9-31af701c0ec6 ;
  a2a:EventKeyRef oa:event_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Event1 .

oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person:538bc992-4fb3-736b-13f8-7e1b5b7a09ae ;
  a2a:EventKeyRef oa:event_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Event1 .

oa:relationep_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Person:74e36607-5248-0b79-67c8-b1a971aff7ac ;
  a2a:EventKeyRef oa:event_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e_Event1 .

oa:source_gra_a216623b-fb23-b605-7e3d-94afcf9a4e4e
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Grootegast" ;
    rdfs:label "Grootegast", "1922-03-14 - 1922-03-14"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1922-03-14"^^xsd:date ;
    a2a:SourceIndexDateTo "1922-03-14"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1922" ;
    a2a:Month "3" ;
    a2a:Day "14" ;
    rdfs:label "1922-03-14"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 62, Periode: 1922" ;
    a2a:Book "Geboorteregister 1922" ;
    a2a:DocumentNumber "43" ;
    a2a:RegistryNumber "62" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 62, Periode: 1922, Geboorteregister 1922, 43, 62"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/11107337-6e50-874c-0cc3-408640bfccd2.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/a216623b-fb23-b605-7e3d-94afcf9a4e4e" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/11107337-6e50-874c-0cc3-408640bfccd2.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-03-04"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/a216623b-fb23-b605-7e3d-94afcf9a4e4e" ;
  a2a:RecordGUID "{a216623b-fb23-b605-7e3d-94afcf9a4e4e}" ;
  a2a:SourceRemarkAkteSoort "Geboorteakte" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230612_5_00000005.xml van GRA" .

