File: person.sparql

package info (click to toggle)
rudof 0.1.148%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,748 kB
  • sloc: python: 1,358; makefile: 32; sh: 1
file content (5 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (2)
1
2
3
4
5
prefix : <http://example.org/>

select ?person ?name where {
  ?person :name ?name .
}