@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_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1874-1893)" ;
  a2a:hasPerson oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person1, oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person2 ;
  a2a:hasEvent oa:event_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_0, oa:relationep_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_1 ;
  a2a:hasSource oa:source_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3 .

oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person1
  a a2a:Person ;
  rdfs:label "Erven Gerrit Vogelesang echtgenoot Catharina van Pallenburg" ;
  a2a:PersonName [
    rdfs:label "Erven Gerrit Vogelesang echtgenoot Catharina van Pallenburg" ;
    a2a:PersonNameFirstName "Erven Gerrit" ;
    a2a:PersonNameLastName "Vogelesang echtgenoot Catharina van Pallenburg"
  ] .

oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person2
  a a2a:Person ;
  rdfs:label "Jan Vogelesang wednr. Trijntje Heppel" ;
  a2a:PersonName [
    rdfs:label "Jan Vogelesang wednr. Trijntje Heppel" ;
    a2a:PersonNameFirstName "Jan" ;
    a2a:PersonNameLastName "Vogelesang wednr. Trijntje Heppel"
  ] .

oa:event_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_0
  a a2a:RelationEP ;
  rdfs:label "other:Verkoper" ;
  a2a:RelationType "other:Verkoper" ;
  a2a:PersonKeyRef oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person1 ;
  a2a:EventKeyRef oa:event_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Event1 .

oa:relationep_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_1
  a a2a:RelationEP ;
  rdfs:label "other:Koper" ;
  a2a:RelationType "other:Koper" ;
  a2a:PersonKeyRef oa:person_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Person2 ;
  a2a:EventKeyRef oa:event_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3_Event1 .

oa:source_saa_5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3
  a a2a:Source ;
  rdfs:label "Stadsarchief Amsterdam, Transportakten" ;
  a2a:SourcePlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam", "1874-01-01 - 1893-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1874-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1893-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Transportakten" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Amsterdam" ;
    a2a:Collection "SAA Index op kwijtscheldingen" ;
    rdfs:label "Stadsarchief Amsterdam, SAA Index op kwijtscheldingen"
  ] ;
  a2a:SourceLastChangeDate "2018-04-11"^^xsd:date ;
  a2a:RecordIdentifier "saaId21700284" ;
  a2a:RecordGUID "{5c6b6d1c-ec3f-85d2-e0bd-46c75945f7f3}" ;
  a2a:SourceRemarkOnderzoekshulp "https://archief.amsterdam/indexen/transportakten_1563-1811/handleiding/index.nl.html" ;
  a2a:SourceRemarkProvenance "SAA Index op kwijtscheldingen.xml | xml2csv | csv2a2a" .

