@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_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1822)" ;
  a2a:hasPerson oa:person_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Person1 ;
  a2a:hasEvent oa:event_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Event1 ;
  a2a:hasRelationEP oa:relationep_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_0 ;
  a2a:hasSource oa:source_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17 .

oa:person_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Person1
  a a2a:Person ;
  rdfs:label "Maria Catharina Maria Catharina Nicasie" ;
  a2a:PersonName [
    rdfs:label "Maria Catharina Maria Catharina Nicasie" ;
    a2a:PersonNameFirstName "Maria Catharina" ;
    a2a:PersonNamePrefixLastName "Maria Catharina" ;
    a2a:PersonNameLastName "Nicasie"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Residence [
    a2a:Place "'s-Hertogenbosch" ;
    a2a:Quarter "F" ;
    a2a:Street "Verwerstraat" ;
    a2a:HouseNumber "13" ;
    rdfs:label "'s-Hertogenbosch, F, Verwerstraat, 13"
  ] ;
  a2a:Religion "Rooms" ;
  a2a:BirthPlace [
    a2a:Place "'s-Gravenhage" ;
    rdfs:label "'s-Gravenhage"
  ] ;
  a2a:Profession "Huisvrouw" ;
  a2a:MaritalStatus "Gehuwd" .

oa:event_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch"
  ] ;
  a2a:EventRemarkOpmerking "XX Ingeschreven den 7 December 1830, vide Burgerreg folio 82." .

oa:relationep_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Person1 ;
  a2a:EventKeyRef oa:event_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17_Event1 .

oa:source_ehb_1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17
  a a2a:Source ;
  rdfs:label "Erfgoed 's-Hertogenbosch, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "'s-Hertogenbosch" ;
    rdfs:label "'s-Hertogenbosch", "1822-01-01 - 1822-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1822-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1822-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Erfgoed 's-Hertogenbosch" ;
    a2a:Collection "Bevolkingsregister 1822" ;
    rdfs:label "Erfgoed 's-Hertogenbosch, Bevolkingsregister 1822"
  ] ;
  a2a:SourceLastChangeDate "2020-11-13"^^xsd:date ;
  a2a:RecordIdentifier "12493" ;
  a2a:RecordGUID "{1fcca4f2-976f-9bb0-cb8e-9a46b8e75f17}" ;
  a2a:SourceRemarkProvenance "https://data.netwerkdigitaalerfgoed.nl/HackaLOD/DenBosch/assets/5f7468f574f7450378968793 13-11-2020 csv2a2a" .

