@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_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB
  a a2a:Record ;
  rdfs:label "Geboorte op 30 september 1883 te Vlissingen" ;
  a2a:hasPerson oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563686, oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563684, oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563685 ;
  a2a:hasEvent oa:event_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Event1 ;
  a2a:hasRelationEP oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_0, oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_1, oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_2 ;
  a2a:hasSource oa:source_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB .

oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563686
  a a2a:Person ;
  rdfs:label "Alida Maria Wouters" ;
  a2a:PersonName [
    rdfs:label "Alida Maria Wouters" ;
    a2a:PersonNameFirstName "Alida Maria" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "30-09-1883" ;
    a2a:Year "1883" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "30-09-1883"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563684
  a a2a:Person ;
  rdfs:label "Franciscus Johannes Wouters" ;
  a2a:PersonName [
    rdfs:label "Franciscus Johannes Wouters" ;
    a2a:PersonNameFirstName "Franciscus Johannes" ;
    a2a:PersonNameLastName "Wouters"
  ] ;
  a2a:Age [
    a2a:PersonAgeLiteral "42" ;
    rdfs:label "42"
  ] ;
  a2a:Profession "schoenmaker" .

oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563685
  a a2a:Person ;
  rdfs:label "Jacoba van Duure" ;
  a2a:PersonName [
    rdfs:label "Jacoba van Duure" ;
    a2a:PersonNameFirstName "Jacoba" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Duure"
  ] ;
  a2a:Profession "zonder" .

oa:event_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "30-09-1883" ;
    a2a:Year "1883" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "1883-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Vlissingen" ;
    rdfs:label "Vlissingen"
  ] .

oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563686 ;
  a2a:EventKeyRef oa:event_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Event1 .

oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563684 ;
  a2a:EventKeyRef oa:event_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Event1 .

oa:relationep_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Person673563685 ;
  a2a:EventKeyRef oa:event_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB_Event1 .

oa:source_zar_6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB
  a a2a:Source ;
  rdfs:label "Zeeuws Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Vlissingen" ;
    a2a:Country "Nederland" ;
    rdfs:label "Vlissingen, Nederland", "1883-10-01 - 1883-10-01"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1883-10-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1883-10-01"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "01-10-1883" ;
    a2a:Year "1883" ;
    a2a:Month "10" ;
    a2a:Day "01" ;
    rdfs:label "01-10-1883"
  ] ;
  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 "337" ;
    a2a:RegistryNumber "VLI-G-1883" ;
    rdfs:label "Zeeuws Archief, Middelburg, Burgerlijke Stand Zeeland (1796) 1811-1980, (1796) 1811-1980, Vlissingen geboorteakten burgerlijke stand, 337, VLI-G-1883"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://hdl.handle.net/21.12113/24706456A396482EB14E5226E0423445" ;
    a2a:UriViewer "https://hdl.handle.net/21.12113/24706456A396482EB14E5226E0423445" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/239/24706456A396482EB14E5226E0423445"
  ] ;
  a2a:SourceLastChangeDate "2020-03-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12113/6DF1AC93EB0F4BAF8F53ADEF3B4E07FB" ;
  a2a:RecordIdentifier "673563683" ;
  a2a:RecordGUID "{6DF1AC93-EB0F-4BAF-8F53-ADEF3B4E07FB}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/F658AFAD15CD48D3BA00861402A8B202" .

