@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_03e39b4e-e6f2-2c35-2d81-d0764cd645c6
  a a2a:Record ;
  rdfs:label "Geboorte op 27 september 1915 te Groningen" ;
  a2a:hasPerson oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-ddec0aad-67bc-eeb4-9599-641c0f22ccba, oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-ed679f5b-6024-37b8-f2b4-c485807b8336, oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-00f3a52d-99a0-4ce9-26fe-945c44d6ad6b ;
  a2a:hasEvent oa:event_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_0, oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_1, oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_2 ;
  a2a:hasSource oa:source_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6 .

oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-ddec0aad-67bc-eeb4-9599-641c0f22ccba
  a a2a:Person ;
  rdfs:label "Jantje Schuitema" ;
  a2a:PersonName [
    rdfs:label "Jantje Schuitema" ;
    a2a:PersonNameFirstName "Jantje" ;
    a2a:PersonNameLastName "Schuitema"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-ed679f5b-6024-37b8-f2b4-c485807b8336
  a a2a:Person ;
  rdfs:label "Ekke Kalk" ;
  a2a:PersonName [
    rdfs:label "Ekke Kalk" ;
    a2a:PersonNameFirstName "Ekke" ;
    a2a:PersonNameLastName "Kalk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1915-09-27"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person-00f3a52d-99a0-4ce9-26fe-945c44d6ad6b
  a a2a:Person ;
  rdfs:label "Fokko Kalk" ;
  a2a:PersonName [
    rdfs:label "Fokko Kalk" ;
    a2a:PersonNameFirstName "Fokko" ;
    a2a:PersonNameLastName "Kalk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "32 jaar" ;
    rdfs:label "32 jaar"
  ] ;
  a2a:Profession "timmerman" .

oa:event_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "9" ;
    a2a:Day "27" ;
    rdfs:label "1915-09-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen"
  ] .

oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person:ddec0aad-67bc-eeb4-9599-641c0f22ccba ;
  a2a:EventKeyRef oa:event_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Event1 .

oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person:ed679f5b-6024-37b8-f2b4-c485807b8336 ;
  a2a:EventKeyRef oa:event_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Event1 .

oa:relationep_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Person:00f3a52d-99a0-4ce9-26fe-945c44d6ad6b ;
  a2a:EventKeyRef oa:event_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6_Event1 .

oa:source_gra_03e39b4e-e6f2-2c35-2d81-d0764cd645c6
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Groningen" ;
    rdfs:label "Groningen", "1915-09-28 - 1915-09-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-09-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-09-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "9" ;
    a2a:Day "28" ;
    rdfs:label "1915-09-28"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "1492" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Periode: 1915, Geboorteregister 1915, 1492"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/f17fb095-fd47-985f-4c12-b166facbade5.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/03e39b4e-e6f2-2c35-2d81-d0764cd645c6" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/f17fb095-fd47-985f-4c12-b166facbade5.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/03e39b4e-e6f2-2c35-2d81-d0764cd645c6" ;
  a2a:RecordGUID "{03e39b4e-e6f2-2c35-2d81-d0764cd645c6}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_3853_00003853.xml van GRA" .

