@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_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2
  a a2a:Record ;
  rdfs:label "Geboorte op 23 februari 1830 te IJzendijke" ;
  a2a:hasPerson oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996298, oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996296, oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996297 ;
  a2a:hasEvent oa:event_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_0, oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_1, oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_2 ;
  a2a:hasSource oa:source_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2 .

oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996298
  a a2a:Person ;
  rdfs:label "Constantia Maria Bonte" ;
  a2a:PersonName [
    rdfs:label "Constantia Maria Bonte" ;
    a2a:PersonNameFirstName "Constantia Maria" ;
    a2a:PersonNameLastName "Bonte"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "23-02-1830" ;
    a2a:Year "1830" ;
    a2a:Month "02" ;
    a2a:Day "23" ;
    rdfs:label "23-02-1830"
  ] ;
  a2a:BirthPlace [
    a2a:Place "IJzendijke" ;
    rdfs:label "IJzendijke"
  ] .

oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996296
  a a2a:Person ;
  rdfs:label "Emanuel Franciscus Bonte" ;
  a2a:PersonName [
    rdfs:label "Emanuel Franciscus Bonte" ;
    a2a:PersonNameFirstName "Emanuel Franciscus" ;
    a2a:PersonNameLastName "Bonte"
  ] .

oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996297
  a a2a:Person ;
  rdfs:label "Carolina Constantia van de Putte" ;
  a2a:PersonName [
    rdfs:label "Carolina Constantia van de Putte" ;
    a2a:PersonNameFirstName "Carolina Constantia" ;
    a2a:PersonNamePrefixLastName "van de" ;
    a2a:PersonNameLastName "Putte"
  ] .

oa:event_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "23-02-1830" ;
    a2a:Year "1830" ;
    a2a:Month "02" ;
    a2a:Day "23" ;
    rdfs:label "1830-02-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "IJzendijke" ;
    rdfs:label "IJzendijke"
  ] .

oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996298 ;
  a2a:EventKeyRef oa:event_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Event1 .

oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996296 ;
  a2a:EventKeyRef oa:event_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Event1 .

oa:relationep_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Person523996297 ;
  a2a:EventKeyRef oa:event_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2_Event1 .

oa:source_zar_F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "IJzendijke" ;
    a2a:Country "Nederland" ;
    rdfs:label "IJzendijke, Nederland", "1830-02-24 - 1830-02-24"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-02-24"^^xsd:date ;
    a2a:SourceIndexDateTo "1830-02-24"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "24-02-1830" ;
    a2a:Year "1830" ;
    a2a:Month "02" ;
    a2a:Day "24" ;
    rdfs:label "24-02-1830"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Zeeuws Archief" ;
    a2a:Place "Middelburg" ;
    a2a:Collection "Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980" ;
    a2a:Book "IJzendijke geboorteakten burgerlijke stand" ;
    a2a:DocumentNumber "13" ;
    a2a:RegistryNumber "IJZ-G-1830" ;
    rdfs:label "Zeeuws Archief, Middelburg, Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980, IJzendijke geboorteakten burgerlijke stand, 13, IJZ-G-1830"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/239/8738666F980548A4B2B1EBCD2EA7FAA3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/239/8738666F980548A4B2B1EBCD2EA7FAA3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/8738666F980548A4B2B1EBCD2EA7FAA3"
  ] ;
  a2a:SourceLastChangeDate "2021-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/F9B0C8BD7FBB4006B92D261BAA9DABA2" ;
  a2a:RecordIdentifier "523996295" ;
  a2a:RecordGUID "{F9B0C8BD-7FBB-4006-B92D-261BAA9DABA2}" ;
  a2a:SourceRemarkProvenance "A2Acollection NL-MdbZA_25IJZ-G-1830_54_A2A.xml van ZAR" .

