Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jakub Jalowiec
fuseki-config
Commits
74e8d763
Commit
74e8d763
authored
Nov 18, 2021
by
Jakub Jalowiec
Browse files
Uploading queries
parent
9282cf20
Changes
3
Hide whitespace changes
Inline
Side-by-side
queries/Q1.sparql
0 → 100644
View file @
74e8d763
SELECT (count(*) as ?count) WHERE {
?subject ?predicate ?object .
}
queries/Q2.sparql
0 → 100644
View file @
74e8d763
PREFIX rel: <http://purl.org/vocab/relationship/>
SELECT * WHERE {
?subject rel:livesWith ?object .
}
queries/Q3.sparql
0 → 100644
View file @
74e8d763
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
SELECT * WHERE {
?subject rdf:type foaf:Person .
}
Write
Preview
Supports
Markdown
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