@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_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795
  a a2a:Record ;
  rdfs:label "Geboorte op 13 juli 1909 te Werkendam" ;
  a2a:hasPerson oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-38b5971b-5ebe-c4d8-471b-25589cf0c11e, oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-26eef127-f548-17d3-8725-223125d21d69, oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-74122f08-b41a-8fb5-38d4-9f1dbd7d4e59 ;
  a2a:hasEvent oa:event_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Event1 ;
  a2a:hasRelationEP oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_0, oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_1, oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_2 ;
  a2a:hasSource oa:source_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795 .

oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-38b5971b-5ebe-c4d8-471b-25589cf0c11e
  a a2a:Person ;
  rdfs:label "Anna Cornelia van Oord" ;
  a2a:PersonName [
    rdfs:label "Anna Cornelia van Oord" ;
    a2a:PersonNameFirstName "Anna Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Oord"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-26eef127-f548-17d3-8725-223125d21d69
  a a2a:Person ;
  rdfs:label "Jacobus Aanen" ;
  a2a:PersonName [
    rdfs:label "Jacobus Aanen" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Aanen"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:Year "1909" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1909-07-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person-74122f08-b41a-8fb5-38d4-9f1dbd7d4e59
  a a2a:Person ;
  rdfs:label "Nijs Aanen" ;
  a2a:PersonName [
    rdfs:label "Nijs Aanen" ;
    a2a:PersonNameFirstName "Nijs" ;
    a2a:PersonNameLastName "Aanen"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1909-07-13"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam"
  ] .

oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_0
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person:38b5971b-5ebe-c4d8-471b-25589cf0c11e ;
  a2a:EventKeyRef oa:event_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Event1 .

oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_1
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person:26eef127-f548-17d3-8725-223125d21d69 ;
  a2a:EventKeyRef oa:event_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Event1 .

oa:relationep_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_2
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Person:74122f08-b41a-8fb5-38d4-9f1dbd7d4e59 ;
  a2a:EventKeyRef oa:event_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795_Event1 .

oa:source_bhi_892026cc-e5a3-91fc-2bb6-c024fb89d795
  a a2a:Source ;
  rdfs:label "Brabants Historisch Informatie Centrum, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Werkendam" ;
    rdfs:label "Werkendam", "1909-07-13 - 1909-07-13"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-07-13"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-07-13"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "7" ;
    a2a:Day "13" ;
    rdfs:label "1909-07-13"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Brabants Historisch Informatie Centrum" ;
    a2a:Place "Brabant" ;
    a2a:Collection "Deel: 3580, Periode: 1909" ;
    a2a:Book "Geboorteregister Werkendam 1909" ;
    a2a:DocumentNumber "60" ;
    a2a:RegistryNumber "3580" ;
    rdfs:label "Brabants Historisch Informatie Centrum, Brabant, Deel: 3580, Periode: 1909, Geboorteregister Werkendam 1909, 60, 3580"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/bhic/thumb/640x480/171f996c-71c8-b682-82ee-a88e78e2b095.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/bhic/thumb/250x250/171f996c-71c8-b682-82ee-a88e78e2b095.jpg"
  ] ;
  a2a:SourceLastChangeDate "2023-01-02"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.bhic.nl/memorix/genealogy/search/deeds/892026cc-e5a3-91fc-2bb6-c024fb89d795" ;
  a2a:RecordGUID "{892026cc-e5a3-91fc-2bb6-c024fb89d795}" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20240109_264_00000264.xml van BHI" .

