Draft: Add attributes when select a specific instance
Add some interesting data selection when projecting a register or a page.
Edited by Fabien Amarger
Merge request reports
Activity
Filter activity
added To Review label
75 75 <div class="col-md-12"> 76 76 <span style="font-size: 90%;"> 77 77 Les requêtes sont envoyées à 78 <a id="endpoint" href="https://rcf.demo.logilab.fr/sparql" 79 >https://rcf.demo.logilab.fr/sparql</a 78 <a id="endpoint" href="http://localhost:3030/rcf" 79 >http://localhost:3030/rcf</a 222 222 "SELECT DISTINCT ?this (GROUP_CONCAT(DISTINCT ?label) as ?nom) (GROUP_CONCAT(DISTINCT ?periodTemp) as ?period) (GROUP_CONCAT(DISTINCT ?seasonTemp) as ?season) (COUNT(?page) as ?nbPage)" 223 223 ); 224 224 return queryString; 225 } else if ( 226 queryString.indexOf( 227 "?this rdf:type <http://rcfexpense.logilab.fr/Page>" 228 ) !== -1 229 ) { 230 queryString = queryString.replace( 231 new RegExp("}$"), 232 ". ?this <http://rcfexpense.logilab.fr/pageNumber> ?numeroPage.\ changed this line in version 2 of the diff
75 75 <div class="col-md-12"> 76 76 <span style="font-size: 90%;"> 77 77 Les requêtes sont envoyées à 78 <a id="endpoint" href="https://rcf.demo.logilab.fr/sparql" 79 >https://rcf.demo.logilab.fr/sparql</a 78 <a id="endpoint" href="http://localhost:3030/rcf" 79 >http://localhost:3030/rcf</a - Resolved by Elodie Thiéblin
added 1 commit
- 1bdd483bd6d2 - refactor(orderbyPostProcess): properly finish the rdfsLabelPostProcess triples
removed To Review label
requested review from @famarger and removed review request for @ethieblin
removed review request for @famarger
Please register or sign in to reply