Versions Compared

Key

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

...


TestPlatformTested bySuccess?Notes
1

Linked Open Data

LinuxRalph O'Flinn(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
curl http://localhost:8080/vivo/individual/n1323 -L -H "Accept: text/turtle"


for windows using cURL for Windows 7.46


ListRDFLinuxRalph O'Flinn(tick)

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

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

Linux

# Verify browsing:
http://localhost:8080/vivo/tpf/core
http://localhost:8080/vivo/tpf

# Verify direct access:
curl http://localhost:8080/vivo/tpf/core?subject=http://localhost:8080/vivo/individual/n1323

4SPARQL Query APILinux



5SPARQL Update APILinux


6Search Indexing APILinux


7Data Distribution API

macOs

Linux

(warning)

Was not able to include following instructions for 1.10. Following instructions for building a snapshot version, which involved adding a repository tag, resulting in the DDAPI being included.


Also: Update installation instructions for 1.11: https://cul-it.github.io/vivo-data-distribution-api/install_vivo_1_10.html

8Direct2Experts API

Linux

Mac




...