@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_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF
  a a2a:Record ;
  rdfs:label "Geboorte op 30 september 1838 te Hoorn" ;
  a2a:hasPerson oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746231, oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746229, oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746230 ;
  a2a:hasEvent oa:event_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Event1 ;
  a2a:hasRelationEP oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_0, oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_1, oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_2 ;
  a2a:hasSource oa:source_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF .

oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746231
  a a2a:Person ;
  rdfs:label "Israël Olman" ;
  a2a:PersonName [
    rdfs:label "Israël Olman" ;
    a2a:PersonNameFirstName "Israël" ;
    a2a:PersonNameLastName "Olman"
  ] .

oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746229
  a a2a:Person ;
  rdfs:label "Jesaias Olman" ;
  a2a:PersonName [
    rdfs:label "Jesaias Olman" ;
    a2a:PersonNameFirstName "Jesaias" ;
    a2a:PersonNameLastName "Olman"
  ] .

oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746230
  a a2a:Person ;
  rdfs:label "Aaltje Mozes van Embden" ;
  a2a:PersonName [
    rdfs:label "Aaltje Mozes van Embden" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePatronym "Mozes" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Embden"
  ] .

oa:event_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "30-09-1838" ;
    a2a:Year "1838" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "1838-09-30"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Hoorn" ;
    rdfs:label "Hoorn"
  ] .

oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746231 ;
  a2a:EventKeyRef oa:event_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Event1 .

oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746229 ;
  a2a:EventKeyRef oa:event_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Event1 .

oa:relationep_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Person2916746230 ;
  a2a:EventKeyRef oa:event_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF_Event1 .

oa:source_wfa_5706D2AB-C660-4814-BF48-6992015ED4AF
  a a2a:Source ;
  rdfs:label "Westfries Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Hoorn" ;
    a2a:Country "Nederland" ;
    rdfs:label "Hoorn, Nederland", "1838-09-30 - 1838-09-30"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1838-09-30"^^xsd:date ;
    a2a:SourceIndexDateTo "1838-09-30"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "30-09-1838" ;
    a2a:Year "1838" ;
    a2a:Month "09" ;
    a2a:Day "30" ;
    rdfs:label "30-09-1838"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Westfries Archief" ;
    a2a:Place "Hoorn" ;
    a2a:Collection "Registers van de burgerlijke stand van de gemeente Hoorn" ;
    a2a:Book "Hoorn. Geboorteakten, 1838" ;
    a2a:RegistryNumber "1838g" ;
    rdfs:label "Westfries Archief, Hoorn, Registers van de burgerlijke stand van de gemeente Hoorn, Hoorn. Geboorteakten, 1838, 1838g"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/1E13D83B3FD54FCB8F26A9ECE0996DB3" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/1E13D83B3FD54FCB8F26A9ECE0996DB3" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/1E13D83B3FD54FCB8F26A9ECE0996DB3"
  ], [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "2" ;
    a2a:Uri "https://proxy.archieven.nl/download/136/337AE9FA31C140A99004F49049331C27" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/136/337AE9FA31C140A99004F49049331C27" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/136/337AE9FA31C140A99004F49049331C27"
  ] ;
  a2a:SourceLastChangeDate "2022-09-21"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hdl.handle.net/21.12114/5706D2ABC6604814BF486992015ED4AF" ;
  a2a:RecordIdentifier "2916746228" ;
  a2a:RecordGUID "{5706D2AB-C660-4814-BF48-6992015ED4AF}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/6EDD2B122A4242CF9A50505146BE957B" .

