@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_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae
  a a2a:Record ;
  rdfs:label "Begrafenis op 10 mei 1655" ;
  a2a:hasPerson oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person-99e87e27-4449-2bb2-e053-b784100a6a2e, oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person-99e87e27-444a-2bb2-e053-b784100a6a2e ;
  a2a:hasEvent oa:event_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_0, oa:relationep_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_1 ;
  a2a:hasSource oa:source_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae .

oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person-99e87e27-4449-2bb2-e053-b784100a6a2e
  a a2a:Person ;
  rdfs:label "Anna Jans" ;
  a2a:PersonName [
    rdfs:label "Anna Jans" ;
    a2a:PersonNameFirstName "Anna" ;
    a2a:PersonNameLastName "Jans"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person-99e87e27-444a-2bb2-e053-b784100a6a2e
  a a2a:Person ;
  rdfs:label "Hans Carstense" ;
  a2a:PersonName [
    rdfs:label "Hans Carstense" ;
    a2a:PersonNameFirstName "Hans" ;
    a2a:PersonNameLastName "Carstense"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventDate [
    a2a:Year "1655" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1655-05-10"^^xsd:date
  ] .

oa:relationep_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person:99e87e27-4449-2bb2-e053-b784100a6a2e ;
  a2a:EventKeyRef oa:event_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Event1 .

oa:relationep_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Person:99e87e27-444a-2bb2-e053-b784100a6a2e ;
  a2a:EventKeyRef oa:event_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae_Event1 .

oa:source_saa_fb9d731b-2f4b-4398-8a3a-01c5f016fcae
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, DTB Begraven" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1655-05-10 - 1655-05-10"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1655-05-10"^^xsd:date ;
    a2a:SourceIndexDateTo "1655-05-10"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1655" ;
    a2a:Month "5" ;
    a2a:Day "10" ;
    rdfs:label "1655-05-10"^^xsd:date
  ] ;
  a2a:SourceType "other:DTB Begraven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Place "Amsterdam" ;
    a2a:Collection "Deel: 1191, Periode: 1640-1642" ;
    a2a:Book "DTB Begraven" ;
    a2a:DocumentNumber "DTB 1191" ;
    a2a:RegistryNumber "1191" ;
    a2a:Folio "p.399 en p.400" ;
    rdfs:label "Stadsarchief Amsterdam, Amsterdam, Deel: 1191, Periode: 1640-1642, DTB Begraven, DTB 1191, 1191, p.399 en p.400"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/ams/thumb/640x480/d95e4e4a-a310-9071-bed8-50db6931b574.jpg" ;
    a2a:UriViewer "https://archief.amsterdam/indexen/deeds/fb9d731b-2f4b-4398-8a3a-01c5f016fcae" ;
    a2a:UriPreview "https://images.memorix.nl/ams/thumb/250x250/d95e4e4a-a310-9071-bed8-50db6931b574.jpg"
  ] ;
  a2a:SourceLastChangeDate "2020-03-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://archief.amsterdam/indexen/deeds/fb9d731b-2f4b-4398-8a3a-01c5f016fcae" ;
  a2a:RecordGUID "{fb9d731b-2f4b-4398-8a3a-01c5f016fcae}" ;
  a2a:SourceRemarkOpmerking """Begraafplaats: St. Anthonis Kerkhof
Relatie informatie: Weduwe van""" ;
  a2a:SourceRemarkInventarisLink "https://archief.amsterdam/archief/5001/1191" ;
  a2a:SourceRemarkAkteSoort "Begraven" ;
  a2a:SourceRemarkfilename "A04295000216" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20230318_8671_00008671.xml van SAA" .

