mmisw/orr-ont

term search and other queries

Closed this issue · 2 comments

This is about determining possible triple store queries that could be exposed through the main ORR endpoint with a simpler interface. For example, for a "term search" the user or client application can just make requests that look like:

  • GET ../term?containing=sensor
  • GET ../term?skosMatch=termIri&relation=closeMatch
  • GET ../term?sameAs=termIri
  • GET ../term?regex=someregex
  • and similar

@lewismc , @graybeal FYI in case of any comments/suggestions. See also mmisw/orr-portal#112 . Thx.