@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_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99
  a a2a:Record ;
  rdfs:label "Geboorte op 11 mei 1890 te Lekkerkerk" ;
  a2a:hasPerson oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-9d329316-f126-2f9d-b8cd-9ee18f4db6a9, oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-c14d7667-22af-eba6-a4d1-3a9ba0a8088a, oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-f13d2734-581a-54dd-024e-eb5854da679d ;
  a2a:hasEvent oa:event_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_0, oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_1, oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_2 ;
  a2a:hasSource oa:source_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99 .

oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-9d329316-f126-2f9d-b8cd-9ee18f4db6a9
  a a2a:Person ;
  rdfs:label "Jan de Vries" ;
  a2a:PersonName [
    rdfs:label "Jan de Vries" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "26" ;
    rdfs:label "26"
  ] ;
  a2a:Profession "Bouwman" .

oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-c14d7667-22af-eba6-a4d1-3a9ba0a8088a
  a a2a:Person ;
  rdfs:label "Thijsijna Heikoop" ;
  a2a:PersonName [
    rdfs:label "Thijsijna Heikoop" ;
    a2a:PersonNameFirstName "Thijsijna" ;
    a2a:PersonNameLastName "Heikoop"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person-f13d2734-581a-54dd-024e-eb5854da679d
  a a2a:Person ;
  rdfs:label "Elizabeth de Vries" ;
  a2a:PersonName [
    rdfs:label "Elizabeth de Vries" ;
    a2a:PersonNameFirstName "Elizabeth" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Vries"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1890" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1890-05-11"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Lekkerkerk" ;
    a2a:DescriptiveLocationIndicator "Lekkerkerk, Wijk C 56" ;
    rdfs:label "Lekkerkerk, Lekkerkerk, Wijk C 56"
  ] .

oa:event_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1890" ;
    a2a:Month "5" ;
    a2a:Day "11" ;
    rdfs:label "1890-05-11"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Lekkerkerk" ;
    rdfs:label "Lekkerkerk"
  ] .

oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person:9d329316-f126-2f9d-b8cd-9ee18f4db6a9 ;
  a2a:EventKeyRef oa:event_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Event1 .

oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person:c14d7667-22af-eba6-a4d1-3a9ba0a8088a ;
  a2a:EventKeyRef oa:event_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Event1 .

oa:relationep_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Person:f13d2734-581a-54dd-024e-eb5854da679d ;
  a2a:EventKeyRef oa:event_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99_Event1 .

oa:source_smh_91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Lekkerkerk" ;
    rdfs:label "Lekkerkerk", "1890-05-12 - 1890-05-12"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1890-05-12"^^xsd:date ;
    a2a:SourceIndexDateTo "1890-05-12"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1890" ;
    a2a:Month "5" ;
    a2a:Day "12" ;
    rdfs:label "1890-05-12"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 8, Periode: 1883-1892" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "55" ;
    a2a:RegistryNumber "8" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 8, Periode: 1883-1892, BS Geboorteregister, 55, 8"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/4cb6cc77-12bf-6c73-4aaf-e6fa2fa88777.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/4cb6cc77-12bf-6c73-4aaf-e6fa2fa88777.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-12-17"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99" ;
  a2a:RecordGUID "{91785e7d-d4e4-1abd-aa10-1c2c8a5e7f99}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "8" ;
  a2a:SourceRemarkregister_periode "1883-1892" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_2194_00002194.xml van SMH" .

