Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
schaertl_andreas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
supervision
schaertl_andreas
Commits
bd4159ef
Commit
bd4159ef
authored
Sep 18, 2020
by
Andreas Schärtl
Browse files
Options
Downloads
Patches
Plain Diff
elaborate on difference between sparql and rdf4j
parent
1c1a71f5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/slides/slides.tex
+9
-3
9 additions, 3 deletions
doc/slides/slides.tex
with
9 additions
and
3 deletions
doc/slides/slides.tex
+
9
−
3
View file @
bd4159ef
...
...
@@ -185,11 +185,17 @@
\begin{itemize}
\item
Based on our implementation of Collector, Importer and
Endpoint we implemented some applications and queries.
\item
Our
e
ndpoint supports both SPARQL~
\cite
{
sparql
}
and
\item
Our
E
ndpoint supports both SPARQL~
\cite
{
sparql
}
and
RDF4J~
\cite
{
rdf4j
}
. Both have their advantages.
\begin{itemize}
\item
SPARQL is an universal query language for RDF~triplet
data.
\item
RDF4J is a JVM-based library that builds on top of
{
SPARQL
}
. It does not do more, but it can be more
convenient.
\end{itemize}
\item
While the applications themselves are not terribly
interesting, they lead us to some interesting questions. This
will be the focus of this discussion.
interesting, they lead us to some interesting questions.
\end{itemize}
\end{frame}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment