@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_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7
  a a2a:Record ;
  rdfs:label "Kadastrale registratie in 1832 te Delft" ;
  a2a:hasPerson oa:person_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Person1 ;
  a2a:hasEvent oa:event_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Event1 ;
  a2a:hasRelationEP oa:relationep_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_0 ;
  a2a:hasSource oa:source_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7 .

oa:person_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Person1
  a a2a:Person ;
  rdfs:label "Mees de Roo" ;
  a2a:PersonName [
    rdfs:label "Mees de Roo" ;
    a2a:PersonNameFirstName "Mees" ;
    a2a:PersonNamePrefixLastName "de" ;
    a2a:PersonNameLastName "Roo"
  ] ;
  a2a:Residence [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] ;
  a2a:Profession "tapper" .

oa:event_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Event1
  a a2a:Event ;
  rdfs:label "other:Kadastrale registratie" ;
  a2a:EventType "other:Kadastrale registratie" ;
  a2a:EventDate [ a2a:Year "1832" ] ;
  a2a:EventPlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft"
  ] ;
  a2a:EventRemark03_Eigenaren_artikelnummer "1240" ;
  a2a:EventRemark12_Wijk "1" ;
  a2a:EventRemark01_Koppelveld "034E275" ;
  a2a:EventRemark07_Klasse "24" ;
  a2a:EventRemark13_Soort_eigendom "huis en erf" ;
  a2a:EventRemark02_Volgnummer "1" ;
  a2a:EventRemark09_Oppervlakte "0,01" ;
  a2a:EventRemark10_Perceelnummer "275" ;
  a2a:EventRemark04_Gebouwd "75" ;
  a2a:EventRemark06_Huisnummer "390" ;
  a2a:EventRemark05_Gemeentecode "034" ;
  a2a:EventRemark11_Sectieletter "E" ;
  a2a:EventRemark08_Ongebouwd "0.66" .

oa:relationep_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_0
  a a2a:RelationEP ;
  rdfs:label "other:Eigenaar/rechthebbende" ;
  a2a:RelationType "other:Eigenaar/rechthebbende" ;
  a2a:PersonKeyRef oa:person_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Person1 ;
  a2a:EventKeyRef oa:event_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7_Event1 .

oa:source_ade_7cbab9d1-0e87-45b3-b767-03dde24ef8e7
  a a2a:Source ;
  rdfs:label "Archief Delft, Kadaster" ;
  a2a:SourcePlace [
    a2a:Place "Delft" ;
    rdfs:label "Delft", "1500-01-01 - 2000-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1500-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "2000-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Kadaster" ;
  a2a:SourceReference [
    a2a:InstitutionName "Archief Delft" ;
    a2a:Collection "OAT Kadaster 1832" ;
    a2a:RegistryNumber "00002" ;
    rdfs:label "Archief Delft, OAT Kadaster 1832, 00002"
  ] ;
  a2a:SourceLastChangeDate "2019-03-19"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://collectie-delft.nl/nadere-toegangen/weergave/akte/id/7cbab9d1-0e87-45b3-b767-03dde24ef8e7" ;
  a2a:RecordGUID "{7cbab9d1-0e87-45b3-b767-03dde24ef8e7}" ;
  a2a:SourceRemarkProvenance "OPEN_DATA_OAT_Kadaster.csv op 19-3-2019 gedownload vanaf https://www.stadsarchiefdelft.nl/vakinformatie/open-data/" .

