Versions Compared

Key

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

...

TODO: flesh out

Load an LDPATH program

TODO: code block

The following is an example of loading a LDPATH program called "custom".

Code Block
curl -X POST -H "Content-Type: application/rdf+ldpath" -d "@post.txt" "http://localhost:8080/rest/fedora:system/fedora:transform/fedora:ldpath/custom/fcr:content"

post.txt:
@prefix fcrepo : <http://fedora.info/definitions/v4/repository#>
id      = . :: xsd:string ;
title = dc:title :: xsd:string;
uuid = fcrepo:uuid :: xsd:string ;

 

 default
fcrepo-transform/src/main/java/org/fcrepo/transform/http/FedoraTransform.java other than default

Create objects with indexing properties

...