@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_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b
  a a2a:Record ;
  rdfs:label "Notariële akte op 2 juli 1909" ;
  a2a:hasPerson oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-eda3bef4-056e-ea76-24b6-5cae8ec0e123, oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-303ab39a-7dca-b2b0-0ec8-1dc734464a41, oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-ec5c3128-4408-f42a-c3c8-b558af892197 ;
  a2a:hasEvent oa:event_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Event1 ;
  a2a:hasRelationEP oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_0, oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_1, oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_2 ;
  a2a:hasSource oa:source_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b .

oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-eda3bef4-056e-ea76-24b6-5cae8ec0e123
  a a2a:Person ;
  rdfs:label "Cornelis Taijlor" ;
  a2a:PersonName [
    rdfs:label "Cornelis Taijlor" ;
    a2a:PersonNameFirstName "Cornelis" ;
    a2a:PersonNameLastName "Taijlor"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-303ab39a-7dca-b2b0-0ec8-1dc734464a41
  a a2a:Person ;
  rdfs:label "Adriaan Jacobus Joan van Steijn" ;
  a2a:PersonName [
    rdfs:label "Adriaan Jacobus Joan van Steijn" ;
    a2a:PersonNameFirstName "Adriaan Jacobus Joan" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Steijn"
  ] ;
  a2a:Gender "Onbekend" .

oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person-ec5c3128-4408-f42a-c3c8-b558af892197
  a a2a:Person ;
  rdfs:label "Hendrik Uurbanus" ;
  a2a:PersonName [
    rdfs:label "Hendrik Uurbanus" ;
    a2a:PersonNameFirstName "Hendrik" ;
    a2a:PersonNameLastName "Uurbanus"
  ] ;
  a2a:Gender "Onbekend" .

oa:event_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Event1
  a a2a:Event ;
  rdfs:label "Notariële akte" ;
  a2a:EventType "Notariële akte" ;
  a2a:EventDate [
    a2a:Year "1909" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1909-07-02"^^xsd:date
  ] .

oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person:eda3bef4-056e-ea76-24b6-5cae8ec0e123 ;
  a2a:EventKeyRef oa:event_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Event1 .

oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_1
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person:303ab39a-7dca-b2b0-0ec8-1dc734464a41 ;
  a2a:EventKeyRef oa:event_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Event1 .

oa:relationep_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_2
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Person:ec5c3128-4408-f42a-c3c8-b558af892197 ;
  a2a:EventKeyRef oa:event_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b_Event1 .

oa:source_raa_27f2c2ca-76bd-e609-160b-0ef163ec744b
  a a2a:Source ;
  rdfs:label "Regionaal Archief Alkmaar, Notariële archieven" ;
  a2a:SourcePlace [
    a2a:Place "Den Helder" ;
    rdfs:label "Den Helder", "1909-07-02 - 1909-07-02"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1909-07-02"^^xsd:date ;
    a2a:SourceIndexDateTo "1909-07-02"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1909" ;
    a2a:Month "7" ;
    a2a:Day "2" ;
    rdfs:label "1909-07-02"^^xsd:date
  ] ;
  a2a:SourceType "Notariële archieven" ;
  a2a:SourceReference [
    a2a:InstitutionName "Regionaal Archief Alkmaar" ;
    a2a:Place "Alkmaar" ;
    a2a:Collection "Archiefnaam: Notaris C. Stammes, Bron: Repertorium, Deel: 90, Periode: 1894-1918" ;
    a2a:Book "Repertorium Periode:" ;
    a2a:DocumentNumber "260" ;
    a2a:RegistryNumber "90" ;
    rdfs:label "Regionaal Archief Alkmaar, Alkmaar, Archiefnaam: Notaris C. Stammes, Bron: Repertorium, Deel: 90, Periode: 1894-1918, Repertorium Periode:, 260, 90"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://images.memorix.nl/raa/thumb/640x480/af4b7bed-1f85-3f89-4a53-44a28e8a154d.jpg" ;
    a2a:UriPreview "https://images.memorix.nl/raa/thumb/250x250/af4b7bed-1f85-3f89-4a53-44a28e8a154d.jpg"
  ] ;
  a2a:SourceLastChangeDate "2016-02-25"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://www.regionaalarchiefalkmaar.nl/collecties/personen-zoeken/zoeken-in-personen/deeds/27f2c2ca-76bd-e609-160b-0ef163ec744b" ;
  a2a:RecordGUID "{27f2c2ca-76bd-e609-160b-0ef163ec744b}" ;
  a2a:SourceRemarkOpmerking "<br /><b>Onroerend goed:</b><br /><b>Omschrijving:</b> Percelen<br /><b>Kadastrale gemeente:</b> Den Helder<br /><b>Sectie:</b> D<br /><b>Perceelnummer(s):</b> 56, 209, 271, 716" ;
  a2a:SourceRemarkarchiefnaam "Notaris C. Stammes" ;
  a2a:SourceRemarkbron "Repertorium" ;
  a2a:SourceRemarkdeel "90" ;
  a2a:SourceRemarkregister_periode "1894-1918" ;
  a2a:SourceRemarkProvenance "A2Acollection oai-pmh_20250224_2318_00002318.xml van RAA" .

