@prefix : <https://noordergraf.rug.nl/ns#> . @prefix img: <https://noordergraf.rug.nl/img/> . @prefix item: <https://noordergraf.rug.nl/item/> . @prefix site: <https://noordergraf.rug.nl/site/> . @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 wikidata: <http://www.wikidata.org/entity/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix p00001: <https://noordergraf.rug.nl/item/P00001#> . item:P00001 a :Tomb ; :geo [ a :GeoPoint ; :geoLat 49.0753 ; :geoLong 2.1789 ] ; :nd "+49.0753+002.1789"^^ll: ; :photo [ a :Photo ; :dcDate "2021-07-01T10:08:19"^^xsd:dateTime ; :dcLicense <https://creativecommons.org/publicdomain/zero/1.0/> ; :file img:P00001.jpg ] ; :site site:FR95430AuversSurOise ; :subject p00001:P1 ; :text """ici repose Vincent van Gogh 1853 — 1890 """ . p00001:P1 a :Male ; :age [ a :Age ; :duration "P37Y"^^xsd:duration ; :inferred true ] ; :dateOfBirth [ a :Date ; :date "1853"^^xsd:gYear ] ; :dateOfDeath [ a :Date ; :date "1890"^^xsd:gYear ] ; :name [ a :Name ; :fullName "Vincent van Gogh" ; :text "Vincent van Gogh" ] ; :sameAs wikidata:Q5582 . item:P00001 :todo todo:Text . item:P00001 :dcModified "2022-09-28T10:21:25Z"^^xsd:dateTime .