@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_zar_398E2064-649B-410B-95B0-059AD3257E46
  a a2a:Record ;
  rdfs:label "Geboorte op 18 januari 1895 te 's-Heerenhoek" ;
  a2a:hasPerson oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444805, oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444803, oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444804 ;
  a2a:hasEvent oa:event_zar_398E2064-649B-410B-95B0-059AD3257E46_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_0, oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_1, oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_2 ;
  a2a:hasSource oa:source_zar_398E2064-649B-410B-95B0-059AD3257E46 .

oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444805
  a a2a:Person ;
  rdfs:label "Sara de Graag" ;
  a2a:PersonName [
    rdfs:label "Sara de Graag" ;
    a2a:PersonNameFirstName "Sara" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graag"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "18-01-1895" ;
    a2a:Year "1895" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "18-01-1895"
  ] ;
  a2a:BirthPlace [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] .

oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444803
  a a2a:Person ;
  rdfs:label "Gerrit Johannes de Graag" ;
  a2a:PersonName [
    rdfs:label "Gerrit Johannes de Graag" ;
    a2a:PersonNameFirstName "Gerrit Johannes" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Graag"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "52" ;
    rdfs:label "52"
  ] ;
  a2a:Profession "winkelier" .

oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444804
  a a2a:Person ;
  rdfs:label "Agatha Kieboom" ;
  a2a:PersonName [
    rdfs:label "Agatha Kieboom" ;
    a2a:PersonNameFirstName "Agatha" ;
    a2a:PersonNameLastName "Kieboom"
  ] ;
  a2a:Profession "zonder" .

oa:event_zar_398E2064-649B-410B-95B0-059AD3257E46_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-01-1895" ;
    a2a:Year "1895" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "1895-01-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "'s-Heerenhoek" ;
    rdfs:label "'s-Heerenhoek"
  ] .

oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444805 ;
  a2a:EventKeyRef oa:event_zar_398E2064-649B-410B-95B0-059AD3257E46_Event1 .

oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444803 ;
  a2a:EventKeyRef oa:event_zar_398E2064-649B-410B-95B0-059AD3257E46_Event1 .

oa:relationep_zar_398E2064-649B-410B-95B0-059AD3257E46_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_398E2064-649B-410B-95B0-059AD3257E46_Person654444804 ;
  a2a:EventKeyRef oa:event_zar_398E2064-649B-410B-95B0-059AD3257E46_Event1 .

oa:source_zar_398E2064-649B-410B-95B0-059AD3257E46
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "'s-Heerenhoek" ;
    a2a:Country "Nederland" ;
    rdfs:label "'s-Heerenhoek, Nederland", "1895-01-01 - 1895-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1895-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1895-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "1895" ;
    a2a:Year "1895" ;
    a2a:Month "01" ;
    a2a:Day "18" ;
    rdfs:label "1895"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "'s-Heerenhoek geboorteakten burgerlijke stand" ;
    a2a:DocumentNumber "6" ;
    a2a:RegistryNumber "HRH-G-1895" ;
    rdfs:label "Zeeuws Archief, Middelburg, 's-Heerenhoek geboorteakten burgerlijke stand, 6, HRH-G-1895"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.HRH-G-1895&minr=9540963&miview=ldt" ;
    a2a:UriViewer "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.HRH-G-1895&minr=9540963&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=239&toegang=25&file=25.HRH\\25.HRH-G\\NL-MdbZA_25_HRH-G-001026.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-05-06"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/search-modonly?mivast=239&miadt=239&miaet=54&micode=25.HRH-G-1895&minr=9540963&miview=ldt" ;
  a2a:RecordIdentifier "654444802" ;
  a2a:RecordGUID "{398E2064-649B-410B-95B0-059AD3257E46}" ;
  a2a:SourceRemarkOpmerking "Een van een tweeling, haar zuster is Maria, aktenummer 5" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/BE3E8ED24DD949318456C679760104EB" .

