Versions Compared

Key

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

...

Code Block
http://example.org/tpf/core?subject={subject}&predicate={predicate}&object={object}
http://example.org/tpf/core?s={subject}&p={predicate}&o={object}
http://example.org/tpf/core/fragments/{subject}/{predicate}/{object}/

For example:

Code Block
curl http://openvivo.org/tpf/core?subject=http://openvivo.org/a/orcid0000-0002-1304-8447

Returns an RD/XML document containing the first 100 triples regarding the specified subject.

Programmatic Access

References

...