@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_931925af-8568-6680-4c19-27f68bc2876b
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1874-1893)" ;
  a2a:hasPerson oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person1, oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person2, oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person3 ;
  a2a:hasEvent oa:event_saa_931925af-8568-6680-4c19-27f68bc2876b_Event1 ;
  a2a:hasRelationEP oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_0, oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_1, oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_2 ;
  a2a:hasSource oa:source_saa_931925af-8568-6680-4c19-27f68bc2876b .

oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person1
  a a2a:Person ;
  rdfs:label "Maris Costerus wed. Willem van Noort" ;
  a2a:PersonName [
    rdfs:label "Maris Costerus wed. Willem van Noort" ;
    a2a:PersonNameFirstName "Maris" ;
    a2a:PersonNameLastName "Costerus wed. Willem van Noort"
  ] .

oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person2
  a a2a:Person ;
  rdfs:label "Dirck Stevens" ;
  a2a:PersonName [
    rdfs:label "Dirck Stevens" ;
    a2a:PersonNameFirstName "Dirck" ;
    a2a:PersonNameLastName "Stevens"
  ] .

oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person3
  a a2a:Person ;
  rdfs:label "Johannes Costerus" ;
  a2a:PersonName [
    rdfs:label "Johannes Costerus" ;
    a2a:PersonNameFirstName "Johannes" ;
    a2a:PersonNameLastName "Costerus"
  ] .

oa:event_saa_931925af-8568-6680-4c19-27f68bc2876b_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Amsterdam" ;
    rdfs:label "Amsterdam"
  ] .

oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_0
  a a2a:RelationEP ;
  rdfs:label "other:Verkoper" ;
  a2a:RelationType "other:Verkoper" ;
  a2a:PersonKeyRef oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person1 ;
  a2a:EventKeyRef oa:event_saa_931925af-8568-6680-4c19-27f68bc2876b_Event1 .

oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_1
  a a2a:RelationEP ;
  rdfs:label "other:Koper" ;
  a2a:RelationType "other:Koper" ;
  a2a:PersonKeyRef oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person2 ;
  a2a:EventKeyRef oa:event_saa_931925af-8568-6680-4c19-27f68bc2876b_Event1 .

oa:relationep_saa_931925af-8568-6680-4c19-27f68bc2876b_2
  a a2a:RelationEP ;
  rdfs:label "other:Koper" ;
  a2a:RelationType "other:Koper" ;
  a2a:PersonKeyRef oa:person_saa_931925af-8568-6680-4c19-27f68bc2876b_Person3 ;
  a2a:EventKeyRef oa:event_saa_931925af-8568-6680-4c19-27f68bc2876b_Event1 .

oa:source_saa_931925af-8568-6680-4c19-27f68bc2876b
  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 "saaId21733814" ;
  a2a:RecordGUID "{931925af-8568-6680-4c19-27f68bc2876b}" ;
  a2a:SourceRemarkOnderzoekshulp "https://archief.amsterdam/indexen/transportakten_1563-1811/handleiding/index.nl.html" ;
  a2a:SourceRemarkProvenance "SAA Index op kwijtscheldingen.xml | xml2csv | csv2a2a" .

