@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_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c
  a a2a:Record ;
  rdfs:label "Geboorte op 16 februari 1816 te Asperen" ;
  a2a:hasPerson oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person1, oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person2, oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person3 ;
  a2a:hasEvent oa:event_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Event1 ;
  a2a:hasRelationEP oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_0, oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_1, oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_2 ;
  a2a:hasSource oa:source_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c .

oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person1
  a a2a:Person ;
  rdfs:label "Jacobus Exaltus" ;
  a2a:PersonName [
    rdfs:label "Jacobus Exaltus" ;
    a2a:PersonNameFirstName "Jacobus" ;
    a2a:PersonNameLastName "Exaltus"
  ] ;
  a2a:BirthDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1816-02-16"^^xsd:date
  ] ;
  a2a:BirthPlace [
    a2a:Place "Asperen" ;
    rdfs:label "Asperen"
  ] .

oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person2
  a a2a:Person ;
  rdfs:label "Gijsbert Exaltus" ;
  a2a:PersonName [
    rdfs:label "Gijsbert Exaltus" ;
    a2a:PersonNameFirstName "Gijsbert" ;
    a2a:PersonNameLastName "Exaltus"
  ] ;
  a2a:Age [
    a2a:PersonAgeYears "35" ;
    rdfs:label "35"
  ] ;
  a2a:Profession "metselaar" .

oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person3
  a a2a:Person ;
  rdfs:label "Aaltje van Haaften" ;
  a2a:PersonName [
    rdfs:label "Aaltje van Haaften" ;
    a2a:PersonNameFirstName "Aaltje" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Haaften"
  ] ;
  a2a:Profession "zonder beroep" .

oa:event_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1816" ;
    a2a:Month "2" ;
    a2a:Day "16" ;
    rdfs:label "1816-02-16"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Asperen" ;
    rdfs:label "Asperen"
  ] .

oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person1 ;
  a2a:EventKeyRef oa:event_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Event1 .

oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person2 ;
  a2a:EventKeyRef oa:event_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Event1 .

oa:relationep_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Person3 ;
  a2a:EventKeyRef oa:event_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c_Event1 .

oa:source_gld_66d327a9-b132-b2fe-3bb8-e0a1a5bc965c
  a a2a:Source ;
  rdfs:label "Gelders Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Arnhem" ;
    rdfs:label "Arnhem", "1816-01-01 - 1816-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1816-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1816-12-31"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Gelders Archief" ;
    a2a:Place "Asperen" ;
    a2a:Collection "Asperen" ;
    a2a:DocumentNumber "7" ;
    a2a:RegistryNumber "33800" ;
    rdfs:label "Gelders Archief, Asperen, Asperen, 7, 33800"
  ] ;
  a2a:SourceLastChangeDate "2016-04-14"^^xsd:date ;
  a2a:SourceDigitalOriginal "http://www.geldersarchief.nl/zoeken/?mivast=37&miadt=37&miaet=18&micode=0207_G_33800&minr=3256440&miview=ldt" ;
  a2a:RecordGUID "{66d327a9-b132-b2fe-3bb8-e0a1a5bc965c}" .

