@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_20E8992F-216C-4F50-86F8-809DF78552B7
  a a2a:Record ;
  rdfs:label "Geboorte op 18 juni 1881 te Utrecht, provincie Utrecht" ;
  a2a:hasPerson oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514941, oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514942, oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514943 ;
  a2a:hasEvent oa:event_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_0, oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_1, oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_2 ;
  a2a:hasSource oa:source_hua_20E8992F-216C-4F50-86F8-809DF78552B7 ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/20E8992F216C4F5086F8809DF78552B7> .

oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514941
  a a2a:Person ;
  rdfs:label "Cornelis Jacobus van Vreeswijk" ;
  a2a:PersonName [
    rdfs:label "Cornelis Jacobus van Vreeswijk" ;
    a2a:PersonNameFirstName "Cornelis Jacobus" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vreeswijk"
  ] ;
  a2a:Gender "Man" ;
  a2a:BirthDate [
    a2a:LiteralDate "18-06-1881" ;
    a2a:Year "1881" ;
    a2a:Month "06" ;
    a2a:Day "18" ;
    rdfs:label "18-06-1881"
  ] ;
  a2a:BirthPlace [
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht"
  ] .

oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514942
  a a2a:Person ;
  rdfs:label "Jacobus Nicolaas Duijveman" ;
  a2a:PersonName [
    rdfs:label "Jacobus Nicolaas Duijveman" ;
    a2a:PersonNameFirstName "Jacobus Nicolaas" ;
    a2a:PersonNameLastName "Duijveman"
  ] .

oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514943
  a a2a:Person ;
  rdfs:label "Cornelia van Vreeswijk" ;
  a2a:PersonName [
    rdfs:label "Cornelia van Vreeswijk" ;
    a2a:PersonNameFirstName "Cornelia" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Vreeswijk"
  ] .

oa:event_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:LiteralDate "18-06-1881" ;
    a2a:Year "1881" ;
    a2a:Month "06" ;
    a2a:Day "18" ;
    rdfs:label "1881-06-18"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Province "Utrecht" ;
    a2a:Place "Utrecht" ;
    rdfs:label "Utrecht, Utrecht"
  ] .

oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514941 ;
  a2a:EventKeyRef oa:event_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Event1 .

oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514942 ;
  a2a:EventKeyRef oa:event_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Event1 .

oa:relationep_hua_20E8992F-216C-4F50-86F8-809DF78552B7_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Person895514943 ;
  a2a:EventKeyRef oa:event_hua_20E8992F-216C-4F50-86F8-809DF78552B7_Event1 .

oa:source_hua_20E8992F-216C-4F50-86F8-809DF78552B7
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Utrecht" ;
    a2a:Province "Utrecht" ;
    a2a:Country "Nederland" ;
    rdfs:label "Utrecht, Utrecht, Nederland", "1881-06-21 - 1881-06-21"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1881-06-21"^^xsd:date ;
    a2a:SourceIndexDateTo "1881-06-21"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "21-06-1881" ;
    a2a:Year "1881" ;
    a2a:Month "06" ;
    a2a:Day "21" ;
    rdfs:label "21-06-1881"
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "Burgerlijke Stand van de gemeenten in de provincie Utrecht 1811-1902" ;
    a2a:Book "Utrecht 1881" ;
    a2a:DocumentNumber "1241" ;
    a2a:RegistryNumber "126-02" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Burgerlijke Stand van de gemeenten in de provincie Utrecht 1811-1902, Utrecht 1881, 1241, 126-02"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "http://files.archieven.nl/39/f/481/_Projecten2018\\BS_herstel_2018_01\\A347135\\NL-UtHUA_A347135_000001.jpg" ;
    a2a:UriViewer "http://www.hetutrechtsarchief.nl/collectie/archiefbank/archieftoegangen/zoekresultaat?mivast=39&miadt=39&miaet=54&micode=481-126-02&minr=20348321&miview=ldt" ;
    a2a:UriPreview "http://img.hetutrechtsarchief.nl/?image=_Projecten2018\\BS_herstel_2018_01\\A347135\\NL-UtHUA_A347135_000001.jpg&format=thumb"
  ] ;
  a2a:SourceLastChangeDate "2020-05-15"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/20E8992F216C4F5086F8809DF78552B7" ;
  a2a:RecordIdentifier "895514940" ;
  a2a:RecordGUID "{20E8992F-216C-4F50-86F8-809DF78552B7}" ;
  a2a:SourceRemarkOpmerking "Bij huw. 03-10-1883 te Utrecht is dit kind erkend en gewettigd." ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5BD252A74642E0534701000A17FD" .

