@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_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80
  a a2a:Record ;
  rdfs:label "Doop op 28 februari 1713 te Jutphaas" ;
  a2a:hasPerson oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710390, oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710391, oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710392, oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710393 ;
  a2a:hasEvent oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1 ;
  a2a:hasRelationEP oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_0, oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_1, oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_2, oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_3 ;
  a2a:hasSource oa:source_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80 ;
  schema:sameAs <https://hetutrechtsarchief.nl/id/F15DF01F1A824581AFAC2F2AC7B1AE80> .

oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710390
  a a2a:Person ;
  rdfs:label "Joanna van Groenwege" ;
  a2a:PersonName [
    rdfs:label "Joanna van Groenwege" ;
    a2a:PersonNameFirstName "Joanna" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Groenwege"
  ] ;
  a2a:Gender "Vrouw" .

oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710391
  a a2a:Person ;
  rdfs:label "Thomas Janssen van Groenwege" ;
  a2a:PersonName [
    rdfs:label "Thomas Janssen van Groenwege" ;
    a2a:PersonNameFirstName "Thomas" ;
    a2a:PersonNamePatronym "Janssen" ;
    a2a:PersonNamePrefixLastName "van" ;
    a2a:PersonNameLastName "Groenwege"
  ] .

oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710392
  a a2a:Person ;
  rdfs:label "Jangie Aertse" ;
  a2a:PersonName [
    rdfs:label "Jangie Aertse" ;
    a2a:PersonNameFirstName "Jangie" ;
    a2a:PersonNameLastName "Aertse"
  ] .

oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710393
  a a2a:Person ;
  rdfs:label "Anna Margariet Neeringh" ;
  a2a:PersonName [
    rdfs:label "Anna Margariet Neeringh" ;
    a2a:PersonNameFirstName "Anna Margariet" ;
    a2a:PersonNameLastName "Neeringh"
  ] .

oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1
  a a2a:Event ;
  rdfs:label "Doop" ;
  a2a:EventType "Doop" ;
  a2a:EventDate [
    a2a:LiteralDate "28-02-1713" ;
    a2a:Year "1713" ;
    a2a:Month "02" ;
    a2a:Day "28" ;
    rdfs:label "1713-02-28"^^xsd:date
  ] ;
  a2a:EventPlace [
    a2a:Place "Jutphaas" ;
    rdfs:label "Jutphaas"
  ] ;
  a2a:EventReligion "Rooms-katholiek" .

oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_0
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710390 ;
  a2a:EventKeyRef oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1 .

oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_1
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710391 ;
  a2a:EventKeyRef oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1 .

oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_2
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710392 ;
  a2a:EventKeyRef oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1 .

oa:relationep_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_3
  a a2a:RelationEP ;
  rdfs:label "Getuige" ;
  a2a:RelationType "Getuige" ;
  a2a:PersonKeyRef oa:person_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Person2890710393 ;
  a2a:EventKeyRef oa:event_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80_Event1 .

oa:source_hua_F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80
  a a2a:Source ;
  rdfs:label "Het Utrechts Archief, DTB Dopen" ;
  a2a:SourcePlace [
    a2a:Place "Jutphaas" ;
    a2a:Country "Nederland" ;
    rdfs:label "Jutphaas, Nederland", "1713-02-28 - 1713-02-28"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1713-02-28"^^xsd:date ;
    a2a:SourceIndexDateTo "1713-02-28"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:LiteralDate "28-02-1713" ;
    a2a:Year "1713" ;
    a2a:Month "02" ;
    a2a:Day "28" ;
    rdfs:label "28-02-1713"
  ] ;
  a2a:SourceType "DTB Dopen" ;
  a2a:SourceReference [
    a2a:InstitutionName "Het Utrechts Archief" ;
    a2a:Place "Utrecht" ;
    a2a:Collection "Verzameling doop-, trouw- en begraafregisters" ;
    a2a:Book "Jutphaas RK Dopen, 1694-1773, Trouwen, 1694-1772, Begraven, 1694-1779" ;
    a2a:RegistryNumber "552" ;
    a2a:Folio "26" ;
    rdfs:label "Het Utrechts Archief, Utrecht, Verzameling doop-, trouw- en begraafregisters, Jutphaas RK Dopen, 1694-1773, Trouwen, 1694-1772, Begraven, 1694-1779, 552, 26"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:Uri "https://proxy.archieven.nl/download/39/609C5C33A5674642E0534701000A17FD" ;
    a2a:UriViewer "https://proxy.archieven.nl/embed/39/609C5C33A5674642E0534701000A17FD" ;
    a2a:UriPreview "https://proxy.archieven.nl/thumb/39/609C5C33A5674642E0534701000A17FD"
  ] ;
  a2a:SourceLastChangeDate "2023-03-03"^^xsd:date ;
  a2a:SourceDigitalOriginal "https://hetutrechtsarchief.nl/collectie/F15DF01F1A824581AFAC2F2AC7B1AE80" ;
  a2a:RecordIdentifier "2890710389" ;
  a2a:RecordGUID "{F15DF01F-1A82-4581-AFAC-2F2AC7B1AE80}" ;
  a2a:SourceRemarkProvenance "A2Acollection via https://opendata.archieven.nl/dataset/609C5C33945B4642E0534701000A17FD" .

