Urara-Blog/node_modules/.pnpm-store/v3/files/d7/07d1fc3f7734dfe7023e9e16489af02e241ef2cb7b6b60c4cf2488338a35747eb11f5852ebc47a1eccb6bfab9c20e24a7ab78ec71e136fc388b1edb3d612c5
2022-08-14 01:14:53 +08:00

8 lines
No EOL
244 B
Text

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