Matheus Mayron
Matheus Mayron
I tried to do it and didn't have success. It worked only in facet.js. (I use the complete uri in both examples.) I am using the version labeled as vv1.3.6...
To regenerate the issue, you can try the following at the example of dbpedia. _**File reactor.js**_ 'http://dbpedia.org/sparql': { list: [ 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'http://dbpedia.org/ontology/country', 'http://dbpedia.org/property/established' ], config: { 'http://dbpedia.org/property/established': { label: ['Established...
Actually, I sent the wrong part. I was from facet.js as you noticed. My appologies. try to insert the following on reactor.js: 'http://dbpedia.org/ontology/location->http://xmlns.com/foaf/0.1/name':{ label: ['Location Name'] } And try to...
You can recreate using the following: [test.zip](https://github.com/ali1k/ld-r/files/3461021/test.zip) Inside this zip file there are the config files needed to set up the test and the sparql used to insert the triples...
You can recreate the error using the following: [test.zip](https://github.com/ali1k/ld-r/files/3460983/test.zip) Inside this zip file there are the config files needed to set up the test and the sparql used to insert...