@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_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749
  a a2a:Record ;
  rdfs:label "Geboorte op 27 mei 1902 te Vlissingen" ;
  a2a:hasPerson oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609626, oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609624, oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609625 ;
  a2a:hasEvent oa:event_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_0, oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_1, oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_2 ;
  a2a:hasSource oa:source_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749 .

oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609626
  a a2a:Person ;
  rdfs:label "Elisabeth Johanna van Meelen" ;
  a2a:PersonName [
    rdfs:label "Elisabeth Johanna van Meelen" ;
    a2a:PersonNameFirstName "Elisabeth Johanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meelen"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "27-05-1902" ;
    a2a:Year "1902" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "27-05-1902"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609624
  a a2a:Person ;
  rdfs:label "Jan Francois van Meelen" ;
  a2a:PersonName [
    rdfs:label "Jan Francois van Meelen" ;
    a2a:PersonNameFirstName "Jan Francois" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Meelen"
  ] ;
  a2a:Profession "schipper" .

oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609625
  a a2a:Person ;
  rdfs:label "Anna Catharina Mel" ;
  a2a:PersonName [
    rdfs:label "Anna Catharina Mel" ;
    a2a:PersonNameFirstName "Anna Catharina" ;
    a2a:PersonNameLastName "Mel"
  ] ;
  a2a:Profession "zonder" .

oa:event_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "27-05-1902" ;
    a2a:Year "1902" ;
    a2a:Month "05" ;
    a2a:Day "27" ;
    rdfs:label "1902-05-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609626 ;
  a2a:EventKeyRef oa:event_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Event1 .

oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609624 ;
  a2a:EventKeyRef oa:event_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Event1 .

oa:relationep_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Person673609625 ;
  a2a:EventKeyRef oa:event_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749_Event1 .

oa:source_zar_4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Vlissingen, Nederland", "1902-05-28 - 1902-05-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1902-05-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1902-05-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-05-1902" ;
    a2a:Year "1902" ;
    a2a:Month "05" ;
    a2a:Day "28" ;
    rdfs:label "28-05-1902"
  ] ;
  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 "Vlissingen geboorteakten burgerlijke stand" ;
    a2a:DocumentNumber "303" ;
    a2a:RegistryNumber "VLI-G-1902" ;
    rdfs:label "Zeeuws Archief, Middelburg, Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980, Vlissingen geboorteakten burgerlijke stand, 303, VLI-G-1902"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/239/48FE5F98F4B2440D9F3B1906B5DA6C63" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/239/48FE5F98F4B2440D9F3B1906B5DA6C63" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/48FE5F98F4B2440D9F3B1906B5DA6C63"
  ] ;
  a2a:SourceLastChangeDate "2021-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/4FEDCF89D3FA4BECB0F266F1F29B4749" ;
  a2a:RecordIdentifier "673609623" ;
  a2a:RecordGUID "{4FEDCF89-D3FA-4BEC-B0F2-66F1F29B4749}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/4A9709B581354D82B90F9E85B67F991D" .

