@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_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f
  a a2a:Record ;
  rdfs:label "Geboorte op 1 augustus 1915 te Oosterdiep gem. Veendam" ;
  a2a:hasPerson oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-01f58cb5-e0d7-04d4-3199-a1cde01fff7f, oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-293553a4-675f-7d58-3e5b-12f749da6a63, oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-58d4fc52-e6fe-6963-876b-194662d46278 ;
  a2a:hasEvent oa:event_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Event1 ;
  a2a:hasRelationEP oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_0, oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_1, oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_2 ;
  a2a:hasSource oa:source_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f .

oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-01f58cb5-e0d7-04d4-3199-a1cde01fff7f
  a a2a:Person ;
  rdfs:label "Evertje Slink" ;
  a2a:PersonName [
    rdfs:label "Evertje Slink" ;
    a2a:PersonNameFirstName "Evertje" ;
    a2a:PersonNameLastName "Slink"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-293553a4-675f-7d58-3e5b-12f749da6a63
  a a2a:Person ;
  rdfs:label "Geertruida Smalbil" ;
  a2a:PersonName [
    rdfs:label "Geertruida Smalbil" ;
    a2a:PersonNameFirstName "Geertruida" ;
    a2a:PersonNameLastName "Smalbil"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1915-08-01"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Oosterdiep gem. Veendam" ;
    rdfs:label "Oosterdiep gem. Veendam"
  ] .

oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person-58d4fc52-e6fe-6963-876b-194662d46278
  a a2a:Person ;
  rdfs:label "Heilko Smalbil" ;
  a2a:PersonName [
    rdfs:label "Heilko Smalbil" ;
    a2a:PersonNameFirstName "Heilko" ;
    a2a:PersonNameLastName "Smalbil"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "22 jaar" ;
    rdfs:label "22 jaar"
  ] ;
  a2a:Profession "schipper" .

oa:event_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "1" ;
    rdfs:label "1915-08-01"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Oosterdiep gem. Veendam" ;
    rdfs:label "Oosterdiep gem. Veendam"
  ] .

oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person:01f58cb5-e0d7-04d4-3199-a1cde01fff7f ;
  a2a:EventKeyRef oa:event_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Event1 .

oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person:293553a4-675f-7d58-3e5b-12f749da6a63 ;
  a2a:EventKeyRef oa:event_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Event1 .

oa:relationep_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Person:58d4fc52-e6fe-6963-876b-194662d46278 ;
  a2a:EventKeyRef oa:event_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f_Event1 .

oa:source_gra_ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f
  a a2a:Source ;
  rdfs:label "AlleGroningers, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Veendam" ;
    rdfs:label "Veendam", "1915-08-02 - 1915-08-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-08-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-08-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "8" ;
    a2a:Day "2" ;
    rdfs:label "1915-08-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "AlleGroningers" ;
    a2a:Place "Groningen" ;
    a2a:Collection "Bron: boek, Deel: 62, Periode: 1915" ;
    a2a:Book "Geboorteregister 1915" ;
    a2a:DocumentNumber "201" ;
    a2a:RegistryNumber "62" ;
    rdfs:label "AlleGroningers, Groningen, Bron: boek, Deel: 62, Periode: 1915, Geboorteregister 1915, 201, 62"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/gra/thumb/640x480/e1a90a78-7eaf-5139-ba62-0a3e26a18b8d.jpg" ;
    a2a:UriViewer "http://allegroningers.nl/zoeken-op-naam/deeds/ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f" ;
    a2a:UriPreview "https://images.memorix.nl/gra/thumb/250x250/e1a90a78-7eaf-5139-ba62-0a3e26a18b8d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-04-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://allegroningers.nl/zoeken-op-naam/deeds/ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f" ;
  a2a:RecordGUID "{ef2c9e18-66a4-5bf3-0bb7-dbe273f99b8f}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20210224_10448_00010448.xml van GRA" .

