File: all_properties_datatypes.rq

package info (click to toggle)
node-wikibase-sdk 8.1.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,620 kB
  • sloc: javascript: 3,514; sh: 64; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
SELECT DISTINCT ?propertyType WHERE {
  ?property a wikibase:Property .
  ?property wikibase:propertyType ?propertyType .
}