File: construct-with-modifiers.rq

package info (click to toggle)
tinysparql 3.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,468 kB
  • sloc: ansic: 118,310; python: 6,139; javascript: 719; sh: 121; perl: 106; xml: 67; makefile: 31; sql: 1
file content (3 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (3)
1
2
3
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

CONSTRUCT { ?u a foaf:Person ; foaf:name ?name } WHERE { ?u a example:A ; example:name ?name ; example:number ?number } ORDER BY DESC ?number LIMIT 2