@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_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b
  a a2a:Record ;
  rdfs:label "Geboorte op 27 januari 1907 te Baarland" ;
  a2a:hasPerson oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person1, oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person2, oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person4, oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person5, oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person6 ;
  a2a:hasEvent oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 ;
  a2a:hasRelationEP oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_0, oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_1, oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_2, oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_3, oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_4 ;
  a2a:hasSource oa:source_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b .

oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person1
  a a2a:Person ;
  rdfs:label "Hendrik Pieter de Vriend" ;
  a2a:PersonName [
    rdfs:label "Hendrik Pieter de Vriend" ;
    a2a:PersonNameFirstName "Hendrik Pieter" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vriend"
  ] ;
  a2a:Gender "Man" .

oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person2
  a a2a:Person ;
  rdfs:label "Geerard de Vriend" ;
  a2a:PersonName [
    rdfs:label "Geerard de Vriend" ;
    a2a:PersonNameFirstName "Geerard" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vriend"
  ] ;
  a2a:Gender "Man" ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "24" ;
    rdfs:label "24"
  ] ;
  a2a:Profession "boerenknecht" .

oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person4
  a a2a:Person ;
  rdfs:label "Antje Westveer" ;
  a2a:PersonName [
    rdfs:label "Antje Westveer" ;
    a2a:PersonNameFirstName "Antje" ;
    a2a:PersonNameLastName "Westveer"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Profession "zonder" .

oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person5
  a a2a:Person ;
  rdfs:label "Dirk Melio" ;
  a2a:PersonName [
    rdfs:label "Dirk Melio" ;
    a2a:PersonNameFirstName "Dirk" ;
    a2a:PersonNameLastName "Melio"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "arbeider" .

oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person6
  a a2a:Person ;
  rdfs:label "Marinus Wisse" ;
  a2a:PersonName [
    rdfs:label "Marinus Wisse" ;
    a2a:PersonNameFirstName "Marinus" ;
    a2a:PersonNameLastName "Wisse"
  ] ;
  a2a:Residence [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "25" ;
    rdfs:label "25"
  ] ;
  a2a:Profession "arbeider" .

oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1907-01-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland"
  ] ;
  a2a:EventRemark05_Geboortewijknummer "39" ;
  a2a:EventRemark03_Geboortetijd "20:00" ;
  a2a:EventRemark07_Handtekening_getuige_1 "Ja" ;
  a2a:EventRemark02_Vader_aangever "Ja" ;
  a2a:EventRemark01_Handtekening_vader "Ja" ;
  a2a:EventRemark08_Handtekening_getuige_2 "Ja" ;
  a2a:EventRemark06_Geboortewijknummer_2 "a" ;
  a2a:EventRemark04_Geboortewijk "c" .

oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person1 ;
  a2a:EventKeyRef oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 .

oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person2 ;
  a2a:EventKeyRef oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 .

oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person4 ;
  a2a:EventKeyRef oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 .

oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person5 ;
  a2a:EventKeyRef oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 .

oa:relationep_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Person6 ;
  a2a:EventKeyRef oa:event_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b_Event1 .

oa:source_bor_edceff91-55f9-e0bf-4822-7e9953b98f8b
  a a2a:Source ;
  rdfs:label "Gemeentearchief Borsele, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Baarland" ;
    rdfs:label "Baarland", "1811-01-01 - 1916-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1811-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1916-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1907" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1907-01-27"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Borsele" ;
    a2a:Collection "Burgerlijke Stand Geboorten Borsele 1907" ;
    a2a:DocumentNumber "2" ;
    rdfs:label "Gemeentearchief Borsele, Burgerlijke Stand Geboorten Borsele 1907, 2"
  ] ;
  a2a:SourceLastChangeDate "2016-02-16"^^xsd:date ;
  a2a:RecordGUID "{edceff91-55f9-e0bf-4822-7e9953b98f8b}" .

