@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_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1830-1900)" ;
  a2a:hasPerson oa:person_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Person1 ;
  a2a:hasEvent oa:event_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Event1 ;
  a2a:hasRelationEP oa:relationep_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_0 ;
  a2a:hasSource oa:source_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95 .

oa:person_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Person1
  a a2a:Person ;
  rdfs:label "A. Stubbe" ;
  a2a:PersonName [
    rdfs:label "A. Stubbe" ;
    a2a:PersonNameFirstName "A." ;
    a2a:PersonNameLastName "Stubbe"
  ] .

oa:event_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal"
  ] .

oa:relationep_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Person1 ;
  a2a:EventKeyRef oa:event_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95_Event1 .

oa:source_old_826cd060-4fcd-ff85-4e08-1c2750ff9e95
  a a2a:Source ;
  rdfs:label "Gemeente Oldenzaal, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Oldenzaal" ;
    rdfs:label "Oldenzaal", "1830-01-01 - 1900-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1830-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1900-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gemeente Oldenzaal" ;
    a2a:Collection "Bevolkingsregister 1830-1900" ;
    rdfs:label "Gemeente Oldenzaal, Bevolkingsregister 1830-1900"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://genealogie.oldenzaal.nl/sites/default/files/data/Bevolkingsregisters/00000043/00000248.jpg"
  ] ;
  a2a:SourceLastChangeDate "2018-10-15"^^xsd:date ;
  a2a:RecordGUID "{826cd060-4fcd-ff85-4e08-1c2750ff9e95}" ;
  a2a:SourceRemarkProvenance "gescraped van genealogie.oldenzaal.nl op 15-10-2018" .

