You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running in production where all call are redirect via nginx, ldr is up. all the created datasets are visible.
selecting dataset displays the results.
but when selecting a particular check box under "Selected Properties" [say LABEL] in this case.
the propertyURI for facets is missing "/" from the URI
Expected Behavior
facets: {status: true, propertyURI: "http://www.w3.org/2000/01/rdf-schema#label",…}
Actual Behavior
facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…
Steps to Reproduce the Problem
propertyURI: "**http://www.w3.**org/2000/01/rdf-schema#label
selecting dataset displays the results.
but when selecting a particular check box under "Selected Properties" [say LABEL] in this case.
the propertyURI for facets is missing "/" from the URI
facets: {status: true, propertyURI: "http:/www.w3.org/2000/01/rdf-schema#label", items: [],…
Specifications
The text was updated successfully, but these errors were encountered: