Skip to content

Commit

Permalink
add graph-explorer and spex
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Mar 11, 2024
1 parent 4a45d69 commit 8b84f5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ plugins:
config:
urlShortener: https://s.zazuko.com/api/v1/shorten

graph-explorer:
module: trifid-plugin-graph-explorer
config:
dataLabelProperty: <http://schema.org/name> | rdfs:label
schemaLabelProperty: <http://schema.org/name> | rdfs:label

spex:
module: trifid-plugin-spex

sparql-proxy:
module: "@zazuko/trifid-plugin-sparql-proxy"
paths:
Expand Down
4 changes: 3 additions & 1 deletion views/welcome.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

<div class="trifid-content">
<div class="container">
<p><a href="/sparql">Test your first SPARQL query</a></p>
<p><a href="/sparql/">Test your first SPARQL query</a></p>
<p><a href="/graph-explorer/">Graph Explorer</a></p>
<p><a href="/spex/" target="_blank">SPEX</a></p>
<p><a href="/parameters">Some examples</a></p>
<p><a href="/index">Some test data</a></p>
</div>
Expand Down

0 comments on commit 8b84f5d

Please sign in to comment.