@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_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77
  a a2a:Record ;
  rdfs:label "Doop op 14 oktober 1808 te Vlissingen" ;
  a2a:hasPerson oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person1, oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person2, oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person3, oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person5, oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person6 ;
  a2a:hasEvent oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 ;
  a2a:hasRelationEP oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_0, oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_1, oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_2, oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_3, oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_4 ;
  a2a:hasSource oa:source_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77 .

oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person1
  a a2a:Person ;
  rdfs:label "Alexander Surmulet" ;
  a2a:PersonName [
    rdfs:label "Alexander Surmulet" ;
    a2a:PersonNameFirstName "Alexander" ;
    a2a:PersonNameLastName "Surmulet"
  ] ;
  a2a:BirthDate [
    a2a:Year "1808" ;
    a2a:Month "10" ;
    a2a:Day "6" ;
    rdfs:label "1808-10-06"^^xsd:date
  ] .

oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person2
  a a2a:Person ;
  rdfs:label "Alexandri Surmulet" ;
  a2a:PersonName [
    rdfs:label "Alexandri Surmulet" ;
    a2a:PersonNameFirstName "Alexandri" ;
    a2a:PersonNameLastName "Surmulet"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Saintimaire" ;
    rdfs:label "Saintimaire"
  ] .

oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person3
  a a2a:Person ;
  rdfs:label "Catharina Claeys" ;
  a2a:PersonName [
    rdfs:label "Catharina Claeys" ;
    a2a:PersonNameFirstName "Catharina" ;
    a2a:PersonNameLastName "Claeys"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "20" ;
    rdfs:label "20"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Ostenda" ;
    rdfs:label "Ostenda"
  ] .

oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person5
  a a2a:Person ;
  rdfs:label "Petrus Franciscus Bouvin" ;
  a2a:PersonName [
    rdfs:label "Petrus Franciscus Bouvin" ;
    a2a:PersonNameFirstName "Petrus Franciscus" ;
    a2a:PersonNameLastName "Bouvin"
  ] .

oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person6
  a a2a:Person ;
  rdfs:label "Maria van Hove" ;
  a2a:PersonName [
    rdfs:label "Maria van Hove" ;
    a2a:PersonNameFirstName "Maria" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Hove"
  ] .

oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:Year "1808" ;
    a2a:Month "10" ;
    a2a:Day "14" ;
    rdfs:label "1808-10-14"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] ;
  a2a:EventRemarkOpmerking "Rooms Katholieke kerk te Vlissingen" .

oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_0
  a a2a:RelationEP ;
  rdfs:label "Dopeling" ;
  a2a:RelationType "Dopeling" ;
  a2a:PersonKeyRef oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person1 ;
  a2a:EventKeyRef oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 .

oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person2 ;
  a2a:EventKeyRef oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 .

oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person3 ;
  a2a:EventKeyRef oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 .

oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person5 ;
  a2a:EventKeyRef oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 .

oa:relationep_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Person6 ;
  a2a:EventKeyRef oa:event_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77_Event1 .

oa:source_vls_58084dbc-4bf9-7feb-268e-2e6ff8e6ed77
  a a2a:Source ;
  rdfs:label "Gemeentearchief Vlissingen, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen", "1808-01-01 - 1810-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1808-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1810-12-31"^^xsd:date
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Vlissingen" ;
    a2a:Collection "Doopaantekeningen Rooms-Katholieke Kerk Vlissingen, 1808 april 11-1810 jan. 13" ;
    a2a:RegistryNumber "4553" ;
    a2a:Folio "17" ;
    rdfs:label "Gemeentearchief Vlissingen, Doopaantekeningen Rooms-Katholieke Kerk Vlissingen, 1808 april 11-1810 jan. 13, 4553, 17"
  ] ;
  a2a:SourceLastChangeDate "2017-12-08"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=124&miaet=54&micode=117.4553&minr=1111995&miview=ldt" ;
  a2a:RecordGUID "{58084dbc-4bf9-7feb-268e-2e6ff8e6ed77}" ;
  a2a:SourceRemarkProvenance "117.4553_54_124_maisi_exp.txt via VLS (txt2csv csv2a2a)" .

