{{ template "_base.html" . }} {{ define "title" }}Resolver{{ end }} {{ define "content" }}

This page contains the global distillery resolver. It takes a RDF / Triplestore URI that refers to a WissKI Entity and redirects to the page that displays the entity.

You can also resolve a URI by a appending ?uri= to the URL of this page, for example {{ .URL }}?uri=graf://dr.acula/12345.

{{ if .Prefixes }}

Known Prefixes

These are for debugging purposes only.

{{ range $unused, $prefix := .Prefixes }} {{ end }}
Prefix WissKI
{{ (index $prefix 0) }} {{ (index $prefix 1) }}
{{ end }} {{ end }}