@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

oa:record_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D
  a a2a:Record ;
  rdfs:label "Registratie op 25 juli 1849 te Utrecht" ;
  a2a:hasPerson oa:person_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Person1 ;
  a2a:hasEvent oa:event_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_0 ;
  a2a:hasSource oa:source_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/2F6348FE72C548FCB811059B2B7D276D> .

oa:person_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Person1
  a a2a:Person ;
  rdfs:label "Wijnanda van der Steen" ;
  a2a:PersonName [
    rdfs:label "Wijnanda van der Steen" ;
    a2a:PersonNameFirstName "Wijnanda" ;
    a2a:PersonNamePrefixLastName "van der" ;
    a2a:PersonNameLastName "Steen"
  ] .

oa:event_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventDate [
    a2a:Year "1849" ;
    a2a:Month "7" ;
    a2a:Day "25" ;
    rdfs:label "1849-07-25"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] ;
  a2a:EventRemarkOpmerking "weduwe v. Cornelis de Rijk Jacobsz." ;
  a2a:EventRemark00_Nummer_op_film "320" .

oa:relationep_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Person1 ;
  a2a:EventKeyRef oa:event_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D_Event1 .

oa:source_hua_2F6348FE-72C5-48FC-B811-059B2B7D276D
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, Memorie van Successie" ;
  a2a:SourcePlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht", "1849-01-01 - 1849-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1849-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1849-12-31"^^xsd:date
  ] ;
  a2a:SourceType "other:Memorie van Successie" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "-" ;
    a2a:DocumentNumber "232" ;
    a2a:RegistryNumber "263" ;
    rdfs:label "Het Utrechts Archief, Utrecht, -, 232, 263"
  ] ;
  a2a:SourceLastChangeDate "2024-01-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/2F6348FE72C548FCB811059B2B7D276D" ;
  a2a:RecordGUID "{2F6348FE-72C5-48FC-B811-059B2B7D276D}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-UtHUA_337-7-263_54_MI.xml van HUA" .

