@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

oa:record_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5
  a a2a:Record ;
  rdfs:label "Geboorte op 7 april 1914 te Maastricht" ;
  a2a:hasPerson oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person1, oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person2, oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person3 ;
  a2a:hasEvent oa:event_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Event1 ;
  a2a:hasRelationEP oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_0, oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_1, oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_2 ;
  a2a:hasSource oa:source_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5 .

oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person1
  a a2a:Person ;
  rdfs:label "Petronella Josephina Humblet" ;
  a2a:PersonName [
    rdfs:label "Petronella Josephina Humblet" ;
    a2a:PersonNameFirstName "Petronella Josephina" ;
    a2a:PersonNameLastName "Humblet"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1914-04-07"^^xsd:date
  ] .

oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person2
  a a2a:Person ;
  rdfs:label "Joannes Humblet" ;
  owl:sameAs oa:person_rhl_09cf2f35-6a23-a0d1-e405-1eceeae86796_Person2, oa:person_rhl_2659ad81-72bb-02a8-7076-87fabf548202_Person2, oa:person_rhl_494f4b57-9d22-48f0-8964-e6eeae19fe30_Person2, oa:person_rhl_7ccdf727-a273-57d0-2f09-ac7d70c1e3c6_Person2, oa:person_rhl_86de6fbd-4693-aa06-3b19-d101dfdcea26_Person2, oa:person_rhl_3ba518eb-faf2-1294-0d2d-fa3e4331c538_Person2, oa:person_rhl_6b14ce78-6504-d323-36fe-d146852d17ac_Person2, oa:person_rhl_8d8d0e16-357b-4758-93f6-db14c8c754d6_Person1, oa:person_rhl_df7c5094-f163-8399-7915-3a9a6906d92f_Person2, oa:person_rhl_e63357a4-669d-ef77-c60c-88854d4a67b1_Person2, oa:person_rhl_d828acdf-5449-bd29-56e9-2f0af4982235_Person2 ;
  a2a:PersonName [
    rdfs:label "Joannes Humblet" ;
    a2a:PersonNameFirstName "Joannes" ;
    a2a:PersonNameLastName "Humblet"
  ] ;
  a2a:Gender "Man" .

oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person3
  a a2a:Person ;
  rdfs:label "Anna Maria Debeefe" ;
  owl:sameAs oa:person_rhl_09cf2f35-6a23-a0d1-e405-1eceeae86796_Person3, oa:person_rhl_2659ad81-72bb-02a8-7076-87fabf548202_Person3, oa:person_rhl_494f4b57-9d22-48f0-8964-e6eeae19fe30_Person3, oa:person_rhl_7ccdf727-a273-57d0-2f09-ac7d70c1e3c6_Person3, oa:person_rhl_86de6fbd-4693-aa06-3b19-d101dfdcea26_Person3, oa:person_rhl_3ba518eb-faf2-1294-0d2d-fa3e4331c538_Person3, oa:person_rhl_6b14ce78-6504-d323-36fe-d146852d17ac_Person3, oa:person_rhl_8d8d0e16-357b-4758-93f6-db14c8c754d6_Person2, oa:person_rhl_df7c5094-f163-8399-7915-3a9a6906d92f_Person3, oa:person_rhl_e63357a4-669d-ef77-c60c-88854d4a67b1_Person3, oa:person_rhl_d828acdf-5449-bd29-56e9-2f0af4982235_Person3 ;
  a2a:PersonName [
    rdfs:label "Anna Maria Debeefe" ;
    a2a:PersonNameFirstName "Anna Maria" ;
    a2a:PersonNameLastName "Debeefe"
  ] ;
  a2a:Gender "Vrouw" .

oa:event_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Event1
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "7" ;
    rdfs:label "1914-04-07"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht"
  ] .

oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person1 ;
  a2a:EventKeyRef oa:event_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Event1 .

oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person2 ;
  a2a:EventKeyRef oa:event_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Event1 .

oa:relationep_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Person3 ;
  a2a:EventKeyRef oa:event_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5_Event1 .

oa:source_rhl_d385f9b3-ce4e-9ff4-e666-157e4937dce5
  a a2a:Source ;
  rdfs:label "Historisch Centrum Limburg, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Maastricht" ;
    rdfs:label "Maastricht", "1796-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1796-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1914" ;
    a2a:Month "4" ;
    a2a:Day "8" ;
    rdfs:label "1914-04-08"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Historisch Centrum Limburg" ;
    a2a:Collection "Burgerlijke Stand in Limburg" ;
    a2a:DocumentNumber "325" ;
    a2a:RegistryNumber "71" ;
    rdfs:label "Historisch Centrum Limburg, Burgerlijke Stand in Limburg, 325, 71"
  ] ;
  a2a:SourceLastChangeDate "2017-07-06"^^xsd:date ;
  a2a:RecordGUID "{d385f9b3-ce4e-9ff4-e666-157e4937dce5}" ;
  a2a:SourceRemarklink_EAD "http://www.archieven.nl/mi/1540/?mivast=1540&amp;mizig=210&amp;miadt=38&amp;miaet=1&amp;micode=12.059&amp;miview=inv2" .

