@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_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a
  a a2a:Record ;
  rdfs:label "Geboorte (in het jaar 1910)" ;
  a2a:hasPerson oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_kind, oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_vader, oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_moeder ;
  a2a:hasEvent oa:event_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_Geboorte ;
  a2a:hasRelationEP oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_0, oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_1, oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_2 ;
  a2a:hasSource oa:source_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a .

oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_kind
  a a2a:Person ;
  rdfs:label "Grietje Meursing" ;
  a2a:PersonName [
    rdfs:label "Grietje Meursing" ;
    a2a:PersonNameLiteral "Grietje Meursing" ;
    a2a:PersonNameFirstName "Grietje" ;
    a2a:PersonNameLastName "Meursing"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:BirthDate [
    a2a:LiteralDate "02-04-1910" ;
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "02-04-1910"
  ] .

oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_vader
  a a2a:Person ;
  rdfs:label "Jacob Meursing" ;
  a2a:PersonName [
    rdfs:label "Jacob Meursing" ;
    a2a:PersonNameLiteral "Jacob Meursing" ;
    a2a:PersonNameFirstName "Jacob" ;
    a2a:PersonNameLastName "Meursing"
  ] ;
  a2a:Gender "Man" ;
  a2a:Age [
    a2a:PersonAgeYears "38" ;
    rdfs:label "38"
  ] ;
  a2a:Profession "arbeider" .

oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_moeder
  a a2a:Person ;
  rdfs:label "Aaltien Hup" ;
  a2a:PersonName [
    rdfs:label "Aaltien Hup" ;
    a2a:PersonNameLiteral "Aaltien Hup" ;
    a2a:PersonNameFirstName "Aaltien" ;
    a2a:PersonNameLastName "Hup"
  ] ;
  a2a:Gender "Vrouw" ;
  a2a:Profession "zonder" .

oa:event_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_Geboorte
  a a2a:Event ;
  rdfs:label "Geboorte" ;
  a2a:EventType "Geboorte" ;
  a2a:EventPlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen"
  ] .

oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_0
  a a2a:RelationEP ;
  rdfs:label "Vader" ;
  a2a:RelationType "Vader" ;
  a2a:PersonKeyRef oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_vader ;
  a2a:EventKeyRef oa:event_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_Geboorte .

oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_1
  a a2a:RelationEP ;
  rdfs:label "Moeder" ;
  a2a:RelationType "Moeder" ;
  a2a:PersonKeyRef oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_moeder ;
  a2a:EventKeyRef oa:event_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_Geboorte .

oa:relationep_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_2
  a a2a:RelationEP ;
  rdfs:label "Kind" ;
  a2a:RelationType "Kind" ;
  a2a:PersonKeyRef oa:person_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_kind ;
  a2a:EventKeyRef oa:event_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a_Geboorte .

oa:source_dar_ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a
  a a2a:Source ;
  rdfs:label "Drents Archief, BS Geboorte" ;
  a2a:SourcePlace [
    a2a:Place "Assen" ;
    rdfs:label "Assen", "1910-01-01 - 1910-12-31"
  ] ;
  a2a:a2a_SourceIndexDate [
    a2a:SourceIndexDateFrom "1910-01-01"^^xsd:date ;
    a2a:SourceIndexDateTo "1910-12-31"^^xsd:date
  ] ;
  a2a:SourceDate [
    a2a:Year "1910" ;
    a2a:Month "4" ;
    a2a:Day "2" ;
    rdfs:label "1910-04-02"^^xsd:date
  ] ;
  a2a:SourceType "BS Geboorte" ;
  a2a:SourceReference [
    a2a:InstitutionName "Drents Archief" ;
    a2a:Place "Assen" ;
    a2a:DocumentNumber "87" ;
    a2a:RegistryNumber "1910" ;
    rdfs:label "Drents Archief, Assen, 87, 1910"
  ] ;
  a2a:SourceAvailableScans [
    a a2a:SourceAvailableScans ;
    a2a:OrderSequenceNumber "1" ;
    a2a:UriViewer "http://www.alledrenten.nl/iip.php?file=/Burgerlijke%20Stand/0165.002/0165.002_1910/NL-AsnDA_0165.002_1910_0044.jp2" ;
    a2a:UriPreview "http://www.alledrenten.nl/thumbnail.php?file=/Burgerlijke%20Stand/0165.002/0165.002_1910/NL-AsnDA_0165.002_1910_0044.jp2"
  ] ;
  a2a:SourceLastChangeDate "2013-01-01"^^xsd:date ;
  a2a:RecordGUID "{ee7b1736-2e5a-4aa8-a4b0-cc07c9b0ee8a}" ;
  a2a:SourceRemarkAkteSoort "Geboorte" .

