@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_773C28D7-11CD-E62D-E053-4701000A11EB
  a a2a:Record ;
  rdfs:label "Registratie (in het jaar 1901)" ;
  a2a:hasPerson oa:person_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Person1 ;
  a2a:hasEvent oa:event_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_773C28D7-11CD-E62D-E053-4701000A11EB_0 ;
  a2a:hasSource oa:source_hua_773C28D7-11CD-E62D-E053-4701000A11EB ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/773C28D711CDE62DE0534701000A11EB> .

oa:person_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Person1
  a a2a:Person ;
  rdfs:label "Albertus Gerardus Kats" ;
  a2a:PersonName [
    rdfs:label "Albertus Gerardus Kats" ;
    a2a:PersonNameFirstName "Albertus Gerardus" ;
    a2a:PersonNameLastName "Kats"
  ] ;
  a2a:BirthDate [
    a2a:Year "1901" ;
    a2a:Month "4" ;
    a2a:Day "13" ;
    rdfs:label "1901-04-13"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:event_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Event1
  a a2a:Event ;
  rdfs:label "Registratie" ;
  a2a:EventType "Registratie" ;
  a2a:EventPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] ;
  a2a:EventRemark114_Huisnummer "6" ;
  a2a:EventRemark113_Straat "Iepstraat" .

oa:relationep_hua_773C28D7-11CD-E62D-E053-4701000A11EB_0
  a a2a:RelationEP ;
  rdfs:label "Geregistreerde" ;
  a2a:RelationType "Geregistreerde" ;
  a2a:PersonKeyRef oa:person_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Person1 ;
  a2a:EventKeyRef oa:event_hua_773C28D7-11CD-E62D-E053-4701000A11EB_Event1 .

oa:source_hua_773C28D7-11CD-E62D-E053-4701000A11EB
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, Bevolkingsregister" ;
  a2a:SourcePlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht", "1901-01-01 - 1901-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1901-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1901-12-31"^^xsd:date
  ] ;
  a2a:SourceType "Bevolkingsregister" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:RegistryNumber "7972" ;
    rdfs:label "Het Utrechts Archief, 7972"
  ] ;
  a2a:SourceLastChangeDate "2022-10-23"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/773C28D711CDE62DE0534701000A11EB" ;
  a2a:RecordGUID "{773C28D7-11CD-E62D-E053-4701000A11EB}" ;
  a2a:SourceRemarkProvenance "MI bestand NL-UtHUA_1007-27972_54_MI.xml van HUA" .

