Versions Compared

Key

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

...


TestPlatformTested bySuccess?Notes
1

Linked Open Data

curl -i localhost:8080/vivo/individual/n3639.ttl

Linux(tick)

# From Site Admin: Create a new `Faculty Member` (Add individual)
** Record the new URI: http://localhost:8080/vivo/individual/n1323
# Verify `individual` endpoint:

Code Block
curl http://localhost:8080/vivo/individual/n1323/n1323.ttl


curl http://localhost:8080/vivo/individual/n1323/n1323.n3
2

curl http://localhost:8080/vivo/individual/n1323 -L -H "Accept: text/turtle"



ListRDF
(tick)curl http://localhost:8080/vivo/listrdf -d 'vclass=http://vivoweb.org/ontology/core#Continent'
3

Triple Pattern Fragments

http://localhost:8080/vivo/tpf/core

http://localhost:8080/vivo/tpf

curl http://localhost:8080/vivo/tpf/core





4SPARQL Query API



5SPARQL Update API



6Search Indexing API



7Data Distribution API



8Direct2Experts API



...