Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mconlon17/vivo-triple-inspector
Inspect VIVO triples related to a specified VIVO uri.
https://github.com/mconlon17/vivo-triple-inspector
Last synced: 26 days ago
JSON representation
Inspect VIVO triples related to a specified VIVO uri.
- Host: GitHub
- URL: https://github.com/mconlon17/vivo-triple-inspector
- Owner: mconlon17
- Created: 2013-10-25T14:38:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T14:47:10.000Z (about 6 years ago)
- Last Synced: 2023-08-05T04:38:04.478Z (over 1 year ago)
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vivo-triple-inspector
=====================Inspect VIVO triples related to a specified VIVO uri. Inspectors consists of two
HTML files files:1. `inspector-request.html` Present a form to a user where the user can
type in a VIVO URI. Submit the form via a GET to inspector-results.html
1. `inspector-results.html` Receive a VIVO URI via a GET, create a SPARQL
query to return the triples that have the specified URI as the subject.
Display the triples using D3.js in three columns:
1. Show the predicate as a link to the predicate definition
1. Show a second column which contains a "V" if the object is a resource
and can be viewed in VIVO. The V is a link to display the object in VIVO.
If the object is a literal, the second column is blank.
1. Show a third column containing the object. Show the literal value or
show a link to an inspector-request for the the object.
# StylesThese pages use the wilma.css style file from VIVO.
Additional styles are used by inspector-results.html and can be found in
the html file.# D3
inspector-results.html uses D3.js to display results. D3 is a powerful
Javascript library for data driven documents. See http://d3js.org# License
author = "Michael Conlon"
copyright = "Copyright 2013, University of Florida"
license = "BSD 3-Clause license"
version = "01.0"