Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
sparqlexplorer
Commits
a365158da3e7
Commit
ad10e38d
authored
Dec 02, 2021
by
Fabien Amarger
Browse files
fix(README): Update algorithm description
parent
235c25997243
Pipeline
#97514
failed with stages
in 2 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a365158d
...
...
@@ -68,22 +68,17 @@ SparqlExplorer dissociates data and interface.
The data is hosted on a SPARQL endpoint while the interface part is hosted
on a view server.
To display a URL description with a custom view:
1.
SparqlExplorer queries the SPARQL endpoint to retrieve the URL description
(RDF triples)
2.
SparqlExplorer gives the selected view URL and the triples to the view
server which replies with a display component.
3.
SparqlExplorer displays the component.
To display a URL description with a custom view the SparqlExplorer sends to the
view the URI and the SPARQL endpoint url. The view can then retrieve the data needed.
The view generate HTML content from RDF triples fetched from the SPARQL endpoint and
insert this HTML into the SparqlExplorer interface.
<img
alt=
'Global Schema'
src=
'./img/global_schema.png'
width=
'750px'
/>
In automatic mode, SparqlExplorer queries the View Server with the triples
from the URL description for each view on the View Server.
A score is given for each view. SparqlExplorer displays the view with the
best score.
<img
alt=
'Schema on automatic mode'
src=
'./img/schema_auto.png'
width=
'750px'
/>
In automatic mode, SparqlExplorer queries the View Server with the URI to
render and the SPARQL endpoint URL. The view can then query the SPARQL endpoint
to determine if it is suitable for this URI. The first view in the list which
answers positively is selected to render the resource.
## Running SparqlExplorer
...
...
img/schema_auto.png
deleted
100644 → 0
View file @
235c2599
68.1 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment