@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_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab
  a a2a:Record ;
  rdfs:label "Geboorte op 27 januari 1849 te Weesp" ;
  a2a:hasPerson oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person1, oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person2, oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person3, oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person4, oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person5 ;
  a2a:hasEvent oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 ;
  a2a:hasRelationEP oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_0, oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_1, oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_2, oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_3, oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_4 ;
  a2a:hasSource oa:source_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab .

oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person1
  a a2a:Person ;
  rdfs:label "Izaak Vleeschhouwer" ;
  a2a:PersonName [
    rdfs:label "Izaak Vleeschhouwer" ;
    a2a:PersonNameFirstName "Izaak" ;
    a2a:PersonNameLastName "Vleeschhouwer"
  ] .

oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person2
  a a2a:Person ;
  rdfs:label "Mozes Vleeschhouwer" ;
  a2a:PersonName [
    rdfs:label "Mozes Vleeschhouwer" ;
    a2a:PersonNameFirstName "Mozes" ;
    a2a:PersonNameLastName "Vleeschhouwer"
  ] .

oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person3
  a a2a:Person ;
  rdfs:label "Aaltje David van Embden" ;
  a2a:PersonName [
    rdfs:label "Aaltje David van Embden" ;
    a2a:PersonNameFirstName "Aaltje David" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Embden"
  ] .

oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person4
  a a2a:Person ;
  rdfs:label "Heyman Jacob Vleeschhouwer" ;
  a2a:PersonName [
    rdfs:label "Heyman Jacob Vleeschhouwer" ;
    a2a:PersonNameFirstName "Heyman Jacob" ;
    a2a:PersonNameLastName "Vleeschhouwer"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "50" ;
    rdfs:label "50"
  ] ;
  a2a:Profession "vleeshouwer" .

oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person5
  a a2a:Person ;
  rdfs:label "Joseph Wetschrijver" ;
  a2a:PersonName [
    rdfs:label "Joseph Wetschrijver" ;
    a2a:PersonNameFirstName "Joseph" ;
    a2a:PersonNameLastName "Wetschrijver"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "onderwijzer" .

oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1849" ;
    a2a:Month "1" ;
    a2a:Day "27" ;
    rdfs:label "1849-01-27"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Weesp" ;
    rdfs:label "Weesp"
  ] .

oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person1 ;
  a2a:EventKeyRef oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 .

oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person2 ;
  a2a:EventKeyRef oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 .

oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person3 ;
  a2a:EventKeyRef oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 .

oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person4 ;
  a2a:EventKeyRef oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 .

oa:relationep_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_4
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Person5 ;
  a2a:EventKeyRef oa:event_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab_Event1 .

oa:source_vev_cd67e1f6-79a8-cfee-1cab-74dc1bc24dab
  a a2a:Source ;
  rdfs:label "Regionaal Historisch Centrum Vecht en Venen, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Breukelen" ;
    rdfs:label "Breukelen", "1849-01-01 - 1849-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Historisch Centrum Vecht en Venen" ;
    a2a:Collection "Burgerlijke stand Weesp, deel 6, akten van geboorte" ;
    a2a:RegistryNumber "925" ;
    rdfs:label "Regionaal Historisch Centrum Vecht en Venen, Burgerlijke stand Weesp, deel 6, akten van geboorte, 925"
  ] ;
  a2a:SourceLastChangeDate "2018-03-31"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.rhcvechtenvenen.nl/collectie?mivast=386&miadt=386&miaet=54&micode=GAW030-01-925&minr=3183955&miview=ldt" ;
  a2a:RecordGUID "{cd67e1f6-79a8-cfee-1cab-74dc1bc24dab}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-BklVV_GAW030-01-925_54_MI.xml van VEV" .

