Versions Compared

Key

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

...


TestPlatformTested bySuccess?Notes
1

Linked Open Data

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



ListRDFLinux(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

Linux(tick)

# 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(tick)

Enabled service

Executed several queries (both root and site-admin):

Code Block
curl -i localhost:8080/vivo/api/sparqlQuery -d email=us -d password=pw -d query='SELECT ?s ?p ?o WHERE {<http://localhost:8080/vivo/individual/n1323> ?p ?o} LIMIT 20'

curl -i localhost:8080/vivo/api/sparqlQuery -d email=us -d password=pw -d query='DESCRIBE <http://dbpedia.org/resource/Connecticut>' -H 'Accept: text/n3'


5SPARQL Update APILinux(tick)Success with examples on: SPARQL Update API
6Search Indexing APILinux(tick)Service returns success status, with "Received 1 URIs."
7Data Distribution APILinux(tick)

(error) Documentation needs to include updating the pom.xml (

Jira
serverDuraSpace JIRA
serverIdc815ca92-fd23-34c2-8fe3-956808caf8c5
keyVIVO-1495
)

Followed directions here: https://cul-it.github.io/vivo-data-distribution-api/install_vivo_1_10.html

8Direct2Experts API

Linux

Mac

(question)

(tick)

(error) No documentation Direct2Experts API

Writing.

Unload/Load Tests


TestPlatformTested bySuccess?Notes
1Load data using the HarvesterLinux

(error) Build failed


Builds failed

Code Block
$ mvn clean install
$ Tests run: 97, Failures: 0, Errors: 25, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:09 min
[INFO] Finished at: 2018-06-29T14:24:13-04:00
[INFO] Final Memory: 49M/444M


Code Block
$ mvn clean install -DskipTests
$ Caused by: java.io.FileNotFoundException: Data source not found : /home/awoods/programming/java/apps/vivo/VIVO-Harvester/build/dependency
        at org.vafer.jdeb.maven.Data.produce(Data.java:98)
        at org.vafer.jdeb.Processor.buildData(Processor.java:515)
        at org.vafer.jdeb.Processor.createDeb(Processor.java:128)
        ... 24 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.195 s
[INFO] Finished at: 2018-06-29T14:25:54-04:00
[INFO] Final Memory: 51M/471M


2Unload using jena2tools -eWindows | LinuxRalph O'Flinn(tick)
3Load using jena3tools -iWindows | LinuxRalph O'Flinn(tick)
4Load sample data to a named graphWindows | LinuxRalph O'Flinn(tick)
5Remove sample data named graphWindows | LinuxRalph O'Flinn(tick)

...