@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_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd
  a a2a:Record ;
  rdfs:label "BS Geboorte op 23 juni 1847 te Leiden" ;
  a2a:hasPerson oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-4fc3328c-d84c-60c7-2433-dc2b18f5e941, oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-d6f4c953-29d4-566a-cd1e-d96457e89cd5, oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-b3e0439d-6282-4c1a-208f-599dbab887ee ;
  a2a:hasEvent oa:event_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Event1 ;
  a2a:hasRelationEP oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_0, oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_1, oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_2 ;
  a2a:hasSource oa:source_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd .

oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-4fc3328c-d84c-60c7-2433-dc2b18f5e941
  a a2a:Person ;
  rdfs:label "Antoine Hendrica Alotta Dusoswa" ;
  a2a:PersonName [
    rdfs:label "Antoine Hendrica Alotta Dusoswa" ;
    a2a:PersonNameFirstName "Antoine Hendrica Alotta" ;
    a2a:PersonNameLastName "Dusoswa"
  ] ;
  a2a:Gender "Onbekend" ;
  a2a:Residence [
    a2a:Place "Geeregracht" ;
    rdfs:label "Geeregracht"
  ] ;
  a2a:BirthDate [
    a2a:Year "1847" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1847-06-23"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-d6f4c953-29d4-566a-cd1e-d96457e89cd5
  a a2a:Person ;
  rdfs:label "Nicolaas Dusoswa" ;
  a2a:PersonName [
    rdfs:label "Nicolaas Dusoswa" ;
    a2a:PersonNameFirstName "Nicolaas" ;
    a2a:PersonNameLastName "Dusoswa"
  ] ;
  a2a:Gender "Man" ;
  a2a:Profession "wever" .

oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person-b3e0439d-6282-4c1a-208f-599dbab887ee
  a a2a:Person ;
  rdfs:label "Antoine Henriette Davids" ;
  a2a:PersonName [
    rdfs:label "Antoine Henriette Davids" ;
    a2a:PersonNameFirstName "Antoine Henriette" ;
    a2a:PersonNameLastName "Davids"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Event1
  a a2a:Event ;
  rdfs:label "other:BS Geboorte" ;
  a2a:EventType "other:BS Geboorte" ;
  a2a:EventDate [
    a2a:Year "1847" ;
    a2a:Month "6" ;
    a2a:Day "23" ;
    rdfs:label "1847-06-23"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden"
  ] .

oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person:4fc3328c-d84c-60c7-2433-dc2b18f5e941 ;
  a2a:EventKeyRef oa:event_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Event1 .

oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person:d6f4c953-29d4-566a-cd1e-d96457e89cd5 ;
  a2a:EventKeyRef oa:event_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Event1 .

oa:relationep_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Person:b3e0439d-6282-4c1a-208f-599dbab887ee ;
  a2a:EventKeyRef oa:event_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd_Event1 .

oa:source_elo_b62cf88c-46a0-0468-8f4f-e277083f8dfd
  a a2a:Source ;
  rdfs:label "Erfgoed Leiden, " ;
  a2a:SourcePlace [
    a2a:Place "Leiden" ;
    rdfs:label "Leiden", "1847-01-01 - 1847-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1847-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1847-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed Leiden" ;
    a2a:Place "Leiden" ;
    a2a:Collection "Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4708" ;
    a2a:Book "Geboorteregister van Leiden, 1847." ;
    a2a:DocumentNumber "659" ;
    a2a:RegistryNumber "4708" ;
    rdfs:label "Erfgoed Leiden, Leiden, Archiefnaam: Stadsarchief van Leiden (SA III) (1816-1929), Deel: 4708, Geboorteregister van Leiden, 1847., 659, 4708"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://elo.memorix.io/resources/iiif/3/9ec04a12-cbf0-4273-aca6-c54535a47c03/info.json" ;
    a2a:UriViewer "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/b62cf88c-46a0-0468-8f4f-e277083f8dfd" ;
    a2a:UriPreview "https://elo.memorix.io/resources/iiif/3/9ec04a12-cbf0-4273-aca6-c54535a47c03/full/!250,250/0/default.jpg"
  ] ;
  a2a:SourceLastChangeDate "1970-01-01"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.erfgoedleiden.nl/collecties/personen/zoek-op-personen/deeds/b62cf88c-46a0-0468-8f4f-e277083f8dfd" ;
  a2a:RecordGUID "{b62cf88c-46a0-0468-8f4f-e277083f8dfd}" ;
  a2a:SourceRemarkOpmerking "Jaar akte: 1847<br/><br/><a href=\"/collecties/archieven/archievenoverzicht/search/list/findingaid/0516/file/4708\">Inventarisnummer 4708 van archiefnummer 0516 in Archieven</a>" ;
  a2a:SourceRemarkarchiefnaam "Stadsarchief van Leiden (SA III) (1816-1929)" ;
  a2a:SourceRemarkdeel "4708" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20260528_20922_00020922.xml van ELO" .

