item/T00769

@prefix :            <https://noordergraf.rug.nl/ns#> .
@prefix img:         <https://noordergraf.rug.nl/img/> .
@prefix item:        <https://noordergraf.rug.nl/item/> .
@prefix place:       <https://noordergraf.rug.nl/place/> .
@prefix site:        <https://noordergraf.rug.nl/site/> .
@prefix symbol:      <https://noordergraf.rug.nl/symbol/> .
@prefix todo:        <https://noordergraf.rug.nl/todo/> .
@prefix ll:           <http://franz.com/ns/allegrograph/5.0/geo/nd#_lat_la_-9.+1_+9.+1_+1.-4_+1.-3_lon_lo_-1.8+2_+1.8+2_+1.-4> .
@prefix xsd:          <http://www.w3.org/2001/XMLSchema#> .

@prefix t00769: <https://noordergraf.rug.nl/item/T00769#> .

item:T00769
  a :Tomb ;
  :geo [
    a :GeoPoint ;
    :geoLat 52.7822 ;
    :geoLong 6.8981
  ] ;
  :nd "+52.7822+006.8981"^^ll: ;
  :photo [
    a :Photo ;
    :dcDate "2019-12-21T13:03:34"^^xsd:dateTime ;
    :dcLicense <https://creativecommons.org/publicdomain/zero/1.0/> ;
    :file img:T00769.jpg
  ] ;
  :site site:NLdr7811heEmmen ;
  :subject t00769:P1 ;
  :symbol [
    a :Symbol ;
    :symbolType symbol:WeepingWillow
  ] ;
  :text """TODO: jer nagedachtenis
van
hindrik jolingrz
geboren tellerdinge
4 tugustu 1946.
:
overleden
aldaar den
o
mei 1886.
""" .

t00769:C1
  a :Village ;
  :place place:Weerdinge2744927 ;
  :text "TODO: WEERDINGE" .

t00769:P1
  a :Male ;
  :age [
    a :Age ;
    :duration "P39Y9M3D"^^xsd:duration ;
    :inferred true
  ] ;
  :dateOfBirth [
    a :Date ;
    :date "1846-08-04"^^xsd:date
  ] ;
  :dateOfDeath [
    a :Date ;
    :date "1886-05-07"^^xsd:date
  ] ;
  :name [
    a :Name ;
    :fullName "Hindrik Joling" ;
    :suffix "Rz" ;
    :text "TODO: Hindrik Joling Rz"
  ] ;
  :placeOfBirth t00769:C1 ;
  :placeOfDeath t00769:C1 .

item:T00769 :todo todo:ItemType .
item:T00769 :todo todo:Subjects .
item:T00769 :todo todo:Text .
item:T00769 :todo todo:ToDo .
item:T00769 :dcModified "2022-06-30T13:02:09Z"^^xsd:dateTime .