fadmaa / RDF-faceted-browser

a faceted browser on top of RDF data available through SPARQL endpoints that support COUNT/GROUP BY queries
MIT License
36 stars 2 forks source link

make the resource query configurable #3

Closed fadmaa closed 12 years ago

fadmaa commented 12 years ago

currently am doing a SELECT ?x ?p ?o WHERE { ?x ?p ?o. ?x a type}

many of the ?p ?o are not needed. at least make the query configurable and better build it smartly :-) based on the resource presentation template set in configuration.json

fadmaa commented 12 years ago

fixed... template is parsed and only properties used in it as values of sparql_content properties are retrieved in the query