earthcubearchitecture-project418 / services

RPC services package for Project 418
0 stars 2 forks source link

Define auto-suggest fields for query DSL #1

Open ashepherd opened 6 years ago

fils commented 6 years ago

@ashepherd

the following

prefix schema: <http://schema.org/>
SELECT DISTINCT ?val ?desc
WHERE
{
  ?res a schema:PropertyValue .
  ?res schema:value ?val   .
  ?res schema:description ?desc     
} 

results in 261 returns... Need to add a bit in there to see which provider that comes from.

Something like this might be a nice set of data to use with the autocomplete aspect of the UI.