Vitepress
This commit is contained in:
8
node_modules/shiki/samples/sparql.sample
generated
vendored
Normal file
8
node_modules/shiki/samples/sparql.sample
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
SELECT ?name (COUNT(?friend) AS ?count)
|
||||
WHERE {
|
||||
?person foaf:name ?name .
|
||||
?person foaf:knows ?friend .
|
||||
} GROUP BY ?person ?name
|
||||
|
||||
# From https://www.w3.org/TR/sparql11-overview/#sparql11-query
|
||||
Reference in New Issue
Block a user