@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_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1900-1910)" ;
  a2a:hasPerson oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person1, oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person2, oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person3 ;
  a2a:hasEvent oa:event_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Event1 ;
  a2a:hasRelationEP oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_0, oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_1, oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_2 ;
  a2a:hasSource oa:source_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d .

oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person1
  a a2a:Person ;
  rdfs:label "Cornelia Visser" ;
  a2a:PersonName [
    rdfs:label "Cornelia Visser" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNameLastName "Visser"
  ] ;
  a2a:BirthDate [
    a2a:Year "1830" ;
    a2a:Month "12" ;
    a2a:Day "14" ;
    rdfs:label "1830-12-14"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Goes" ;
    rdfs:label "Goes"
  ] .

oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person2
  a a2a:Person ;
  rdfs:label "Nicolaas Lodewijk van Alphen" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Lodewijk van Alphen" ;
    a2a:PersonNameFirstName "Nicolaas Lodewijk" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Alphen"
  ] ;
  a2a:BirthDate [
    a2a:Year "1861" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1861-02-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person3
  a a2a:Person ;
  rdfs:label "Cornelis Marinus Verspoor" ;
  a2a:PersonName [
    rdfs:label "Cornelis Marinus Verspoor" ;
    a2a:PersonNameFirstName "Cornelis Marinus" ;
    a2a:PersonNameLastName "Verspoor"
  ] ;
  a2a:BirthDate [
    a2a:Year "1885" ;
    a2a:Month "2" ;
    a2a:Day "23" ;
    rdfs:label "1885-02-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:event_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person1 ;
  a2a:EventKeyRef oa:event_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Event1 .

oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person2 ;
  a2a:EventKeyRef oa:event_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Event1 .

oa:relationep_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Person3 ;
  a2a:EventKeyRef oa:event_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d_Event1 .

oa:source_vls_7ccf8d5b-ef91-5c46-14ef-2cc69760b40d
  a a2a:Source ;
  rdfs:label "Gemeentearchief Vlissingen, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen", "1900-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1900-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Vlissingen" ;
    a2a:Collection "Bevolkingsregister Vlissingen 1900-1910 deel S1-2, 1900-1910" ;
    a2a:RegistryNumber "549" ;
    a2a:Folio "16" ;
    rdfs:label "Gemeentearchief Vlissingen, Bevolkingsregister Vlissingen 1900-1910 deel S1-2, 1900-1910, 549, 16"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://www.archieven.nl/maisi_ajax_proxy0.php?mivast=0&mizig=310&miadt=124&miaet=185&micode=434&minr=4580084&milang=nl&misort=last_mod%7Cdesc&miview=viewer2" ;
    a2a:UriPreview "https://files.archieven.nl/php/get_thumb.php?adt_id=124&toegang=434&file=434.549%5c434.549.S1.00016.jpg"
  ] ;
  a2a:SourceLastChangeDate "2017-12-09"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.archieven.nl/nl/zoeken?mivast=0&mizig=310&miadt=124&miaet=54&micode=434.549&minr=3961954&miview=ldt" ;
  a2a:RecordGUID "{7ccf8d5b-ef91-5c46-14ef-2cc69760b40d}" ;
  a2a:SourceRemarkProvenance "434.549_54_124_maisi_exp.txt via VLS (txt2csv csv2a2a)" .

