@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_0bdc00eb-e2fd-6fe0-5dc3-851054480e39
  a a2a:Record ;
  rdfs:label "Geboorte op 25 oktober 1915" ;
  a2a:hasPerson oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-e4030a43-f259-7a4d-da41-b5d293ce7941, oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-64ebfab7-22e9-136a-c69c-e2c8997ecd14, oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-da983d72-acfe-0ea5-db3c-2ddcbabd29c1 ;
  a2a:hasEvent oa:event_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Event1 ;
  a2a:hasRelationEP oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_0, oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_1, oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_2 ;
  a2a:hasSource oa:source_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39 .

oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-e4030a43-f259-7a4d-da41-b5d293ce7941
  a a2a:Person ;
  rdfs:label "Adrianus Hoogerdijk" ;
  a2a:PersonName [
    rdfs:label "Adrianus Hoogerdijk" ;
    a2a:PersonNameFirstName "Adrianus" ;
    a2a:PersonNameLastName "Hoogerdijk"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Age [
    a2a:PersonAgeLiteral "27" ;
    rdfs:label "27"
  ] ;
  a2a:Profession "Houtdraaier" .

oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-64ebfab7-22e9-136a-c69c-e2c8997ecd14
  a a2a:Person ;
  rdfs:label "Arina van Heteren" ;
  a2a:PersonName [
    rdfs:label "Arina van Heteren" ;
    a2a:PersonNameFirstName "Arina" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Heteren"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person-da983d72-acfe-0ea5-db3c-2ddcbabd29c1
  a a2a:Person ;
  rdfs:label "Margaretha Hoogerdijk" ;
  a2a:PersonName [
    rdfs:label "Margaretha Hoogerdijk" ;
    a2a:PersonNameFirstName "Margaretha" ;
    a2a:PersonNameLastName "Hoogerdijk"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1915-10-25"^^xsd:date
  ] .

oa:event_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "25" ;
    rdfs:label "1915-10-25"^^xsd:date
  ] .

oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person:e4030a43-f259-7a4d-da41-b5d293ce7941 ;
  a2a:EventKeyRef oa:event_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Event1 .

oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person:64ebfab7-22e9-136a-c69c-e2c8997ecd14 ;
  a2a:EventKeyRef oa:event_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Event1 .

oa:relationep_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Person:da983d72-acfe-0ea5-db3c-2ddcbabd29c1 ;
  a2a:EventKeyRef oa:event_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39_Event1 .

oa:source_smh_0bdc00eb-e2fd-6fe0-5dc3-851054480e39
  a a2a:Source ;
  rdfs:label "Streekarchief Midden-Holland, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Waddinxveen" ;
    rdfs:label "Waddinxveen", "1915-10-26 - 1915-10-26"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1915-10-26"^^xsd:date ;
    a2a:SourceIndexDateTo "1915-10-26"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1915" ;
    a2a:Month "10" ;
    a2a:Day "26" ;
    rdfs:label "1915-10-26"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Streekarchief Midden-Holland" ;
    a2a:Place "Midden-Holland" ;
    a2a:Collection "Bron: Burgerlijke Stand, Deel: 66, Periode: 1915-1919" ;
    a2a:Book "BS Geboorteregister" ;
    a2a:DocumentNumber "150" ;
    a2a:RegistryNumber "66" ;
    rdfs:label "Streekarchief Midden-Holland, Midden-Holland, Bron: Burgerlijke Stand, Deel: 66, Periode: 1915-1919, BS Geboorteregister, 150, 66"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/sahm/thumb/640x480/aa71d594-9f09-6db1-e2b2-a67e6ce6c78b.jpg" ;
    a2a:UriViewer "https://samh.nl/bronnen/genealogie/deeds/0bdc00eb-e2fd-6fe0-5dc3-851054480e39" ;
    a2a:UriPreview "https://images.memorix.nl/sahm/thumb/250x250/aa71d594-9f09-6db1-e2b2-a67e6ce6c78b.jpg"
  ] ;
  a2a:SourceLastChangeDate "2025-10-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://samh.nl/bronnen/genealogie/deeds/0bdc00eb-e2fd-6fe0-5dc3-851054480e39" ;
  a2a:RecordGUID "{0bdc00eb-e2fd-6fe0-5dc3-851054480e39}" ;
  a2a:SourceRemarkbron "Burgerlijke Stand" ;
  a2a:SourceRemarkdeel "66" ;
  a2a:SourceRemarkregister_periode "1915-1919" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20251227_651_00000651.xml van SMH" .

