ontoportal-lirmm / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
0 stars 4 forks source link

display attribute with unmaped does not work #14

Open syphax-bouazzouni opened 1 year ago

syphax-bouazzouni commented 1 year ago

Display=prefLabel, properties do not work

Image

Display=unmaped alone do work (do not work with display=properties)

Image

syphax-bouazzouni commented 10 months ago

Still not working https://data.stageportal.lirmm.fr/ontologies/INRAETHES/collections/http%3A%2F%2Fopendata.inrae.fr%2FthesaurusINRAE%2Fgr_7ef6695e?display=unmapped,prefLabel

jonquet commented 10 months ago

Are you trying to use display parameter to list in the same time one properties (prefLabel) and one group of properties (unmaped) ? If yes I would not bother too much... this is not really a desire way to query the API... The display paramter takes list of comma separated properties in its spec... not group of properties...