Versions Compared

Key

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

Scenario 1:

...

Fedora dropped on top of non-Fedora

...

aware OCFL containing RDF. 

Starting with an OCFL like this:

...

Is this a scenario we need to consider?

Scenario 2: 

...

PATCH resource


Scenario 2.a  With external URL subjects

Request body:

Code Block
PREFIX dcterms: <http://purl.org/dc/terms/>
DELETE {
   <http://non-fedora-host:port/context/myobject1> dcterms:title "my object 1" .
}
INSERT { 
   <http://non-fedora-host:port/context/myobject1> dcterms:title "My Splendid Object" .
}
WHERE { }


Result: 

fedora:lastModified triple in /myroot/myobject/cache/.fcrepo/metadata?.ttl is updated

/myroot/myobject/cache/myroot/myobject1


Code Block
@prefix dcterms: <http://purl.org/dc/terms/>.
<http://non-fedora-host:port/context/myobject1> dcterms:title "my object 1".
                    


Notes:  Looks fairly straight forwardTo be fleshed out.