@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_4E561EED-EB68-45EB-B39B-2C93BA3FF59B
  a a2a:Record ;
  rdfs:label "Geboorte op 18 augustus 1837 te Boschkapelle" ;
  a2a:hasPerson oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989928, oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989926, oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989927 ;
  a2a:hasEvent oa:event_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_0, oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_1, oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_2 ;
  a2a:hasSource oa:source_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B .

oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989928
  a a2a:Person ;
  rdfs:label "Dorothea Eeman" ;
  a2a:PersonName [
    rdfs:label "Dorothea Eeman" ;
    a2a:PersonNameFirstName "Dorothea" ;
    a2a:PersonNameLastName "Eeman"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "18-08-1837" ;
    a2a:Year "1837" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "18-08-1837"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Boschkapelle" ;
    rdfs:label "Boschkapelle"
  ] .

oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989926
  a a2a:Person ;
  rdfs:label "Francies Eeman" ;
  a2a:PersonName [
    rdfs:label "Francies Eeman" ;
    a2a:PersonNameFirstName "Francies" ;
    a2a:PersonNameLastName "Eeman"
  ] .

oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989927
  a a2a:Person ;
  rdfs:label "Judoca Ottjes" ;
  a2a:PersonName [
    rdfs:label "Judoca Ottjes" ;
    a2a:PersonNameFirstName "Judoca" ;
    a2a:PersonNameLastName "Ottjes"
  ] .

oa:event_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-08-1837" ;
    a2a:Year "1837" ;
    a2a:Month "08" ;
    a2a:Day "18" ;
    rdfs:label "1837-08-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Boschkapelle" ;
    rdfs:label "Boschkapelle"
  ] .

oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989928 ;
  a2a:EventKeyRef oa:event_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Event1 .

oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989926 ;
  a2a:EventKeyRef oa:event_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Event1 .

oa:relationep_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Person276989927 ;
  a2a:EventKeyRef oa:event_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B_Event1 .

oa:source_zar_4E561EED-EB68-45EB-B39B-2C93BA3FF59B
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Boschkapelle" ;
    a2a:Country "Nederland" ;
    rdfs:label "Boschkapelle, Nederland", "1837-08-20 - 1837-08-20"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1837-08-20"^^xsd:date ;
    a2a:SourceIndexDateTo "1837-08-20"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "20-08-1837" ;
    a2a:Year "1837" ;
    a2a:Month "08" ;
    a2a:Day "20" ;
    rdfs:label "20-08-1837"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Boschkapelle geboorteakten burgerlijke stand" ;
    a2a:DocumentNumber "24" ;
    a2a:RegistryNumber "BOS-G-1837" ;
    rdfs:label "Zeeuws Archief, Middelburg, Boschkapelle geboorteakten burgerlijke stand, 24, BOS-G-1837"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.zeeuwsarchief.nl/onderzoek-het-zelf/archief/?mivast=239&miadt=239&miaet=54&micode=25.BOS-G-1837&minr=3815492&miview=ldt" ;
    a2a:UriViewer "https://www.zeeuwsarchief.nl/onderzoek-het-zelf/archief/?mivast=239&miadt=239&miaet=54&micode=25.BOS-G-1837&minr=3815492&miview=ldt" ;
    a2a:UriPreview "http://files.archieven.nl/php/get_thumb.php?adt_id=239&toegang=25&file=25.BOS\\25.BOS-G\\NL-MdbZA_25_BOS-G-000539.jpg"
  ] ;
  a2a:SourceLastChangeDate "2019-06-07"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://proxy.archieven.nl/239/4E561EEDEB6845EBB39B2C93BA3FF59B" ;
  a2a:RecordIdentifier "276989925" ;
  a2a:RecordGUID "{4E561EED-EB68-45EB-B39B-2C93BA3FF59B}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/36F6350EB95548649AE81040859DC9FE" .

