@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_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343
  a a2a:Record ;
  rdfs:label "Begrafenis op 5 februari 1903 te Assendelft" ;
  a2a:hasPerson oa:person_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Person1 ;
  a2a:hasEvent oa:event_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Event1 ;
  a2a:hasRelationEP oa:relationep_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_0 ;
  a2a:hasSource oa:source_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343 .

oa:person_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Person1
  a a2a:Person ;
  rdfs:label "Jansje Jan Engelsd. Kramer" ;
  a2a:PersonName [
    rdfs:label "Jansje Jan Engelsd. Kramer" ;
    a2a:PersonNameFirstName "Jansje Jan Engelsd." ;
    a2a:PersonNameLastName "Kramer"
  ] ;
  a2a:BirthDate [ a2a:Year "1840" ] .

oa:event_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Event1
  a a2a:Event ;
  rdfs:label "Begraven" ;
  a2a:EventType "Begraven" ;
  a2a:EventDate [
    a2a:Year "1903" ;
    a2a:Month "2" ;
    a2a:Day "5" ;
    rdfs:label "1903-02-05"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Assendelft" ;
    rdfs:label "Assendelft"
  ] ;
  a2a:EventRemark02_Begraafplaats "Rooms Katholieke begraafplaats te Assendelft" .

oa:relationep_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_0
  a a2a:RelationEP ;
  rdfs:label "Overledene" ;
  a2a:RelationType "Overledene" ;
  a2a:PersonKeyRef oa:person_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Person1 ;
  a2a:EventKeyRef oa:event_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343_Event1 .

oa:source_gaz_c089af1c-e119-bbdb-d835-8941b0aeb343
  a a2a:Source ;
  rdfs:label "Gemeentearchief Zaanstad, Bidprentjes" ;
  a2a:SourcePlace [
    a2a:Place "Zaanstad" ;
    rdfs:label "Zaanstad", "1903-01-01 - 1903-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1903-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1903-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Bidprentjes" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeentearchief Zaanstad" ;
    a2a:Collection "Bidprentjes" ;
    rdfs:label "Gemeentearchief Zaanstad, Bidprentjes"
  ] ;
  a2a:SourceLastChangeDate "2017-04-11"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://archief.zaanstad.nl/archieven?mivast=137&miadt=137&miaet=14&micode=BIDPRENTJES&minr=1851528&miview=ldt" ;
  a2a:RecordGUID "{c089af1c-e119-bbdb-d835-8941b0aeb343}" .

