@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_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a
  a a2a:Record ;
  rdfs:label "Kadastrale registratie in 1832 te Delfshaven" ;
  a2a:hasPerson oa:person_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Person1 ;
  a2a:hasEvent oa:event_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Event1 ;
  a2a:hasRelationEP oa:relationep_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_0 ;
  a2a:hasSource oa:source_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a .

oa:person_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Person1
  a a2a:Person ;
  rdfs:label "Dirk Adrianus van der Rutten" ;
  a2a:PersonName [
    rdfs:label "Dirk Adrianus van der Rutten" ;
    a2a:PersonNameFirstName "Dirk Adrianus" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Rutten"
  ] ;
  a2a:Residence [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] ;
  a2a:Profession "brander" .

oa:event_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Event1
  a a2a:Event ;
  rdfs:label "other:Kadastrale registratie" ;
  a2a:EventType "other:Kadastrale registratie" ;
  a2a:EventDate [ a2a:Year "1832" ] ;
  a2a:EventPlace [
    a2a:Place "Delfshaven" ;
    rdfs:label "Delfshaven"
  ] ;
  a2a:EventRemark02_Sectie "A" ;
  a2a:EventRemark18_Tarief_gebouwd "200,00" ;
  a2a:EventRemark21_Bladzijde_oorspronkelijke_aanwijzende_tafel "556/38" ;
  a2a:EventRemark12_Klasse_gebouwd "4" ;
  a2a:EventRemark04_Leggernummer "215" ;
  <a2a:EventRemark07_Oppervlakte_ongebouwd_klasse_1_(m²)> "177" ;
  a2a:EventRemark06_Klasse_dijklasten "onbezwaard" ;
  <a2a:EventRemark13_Tarief_klasse_1_(in_guldens)> "0,88" ;
  a2a:EventRemark01_Plaatselijke_benaming "Delfshaven B 7" ;
  a2a:EventRemark05_Soort_eigendommen "mouterij en erf" ;
  a2a:EventRemark03_Perceelnummer "487" .

oa:relationep_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_0
  a a2a:RelationEP ;
  rdfs:label "other:Eigenaar/rechthebbende" ;
  a2a:RelationType "other:Eigenaar/rechthebbende" ;
  a2a:PersonKeyRef oa:person_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Person1 ;
  a2a:EventKeyRef oa:event_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a_Event1 .

oa:source_srt_b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a
  a a2a:Source ;
  rdfs:label "Stadsarchief Rotterdam, Kadaster" ;
  a2a:SourcePlace [
    a2a:Place "Rotterdam" ;
    rdfs:label "Rotterdam", "1832-01-01 - 1832-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1832-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1832-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Kadaster" ;
  a2a:SourceReference [
    a2a:InstitutionName "Stadsarchief Rotterdam" ;
    a2a:Collection "Kadastrale Data 1832 (Oorspronkelijke Aanwijzende Tafels)" ;
    rdfs:label "Stadsarchief Rotterdam, Kadastrale Data 1832 (Oorspronkelijke Aanwijzende Tafels)"
  ] ;
  a2a:SourceLastChangeDate "2016-12-15"^^xsd:date ;
  a2a:RecordGUID "{b9f76f70-d5d3-8e4c-e80a-be8dcc639b1a}" .

