Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleLDPRm
@prefix memento:  <http://example.com/memento#> .


</path/to/resource/xyz/memento/12345> a memento:Memento , ldp:RDFSource ;
    memento:datetime "20010320133610" ;
    memento:hasTimegate </path/to/orig/resource/xyz> ;    #original resource == timegate
    memento:hasOriginalResource </path/to/orig/resource/xyz> ;
    memento:next </path/to/orig/resource/datetimestamp12346> ;
    memento:prev </path/to/orig/resource/datetimestamp12344> ;


    ... triples from original resource at the time of the versioning are here as well. 

...