- Jun 11, 2013
-
-
alvaro authored
tested briefly in types
-
- Jun 10, 2013
-
-
alvaro authored
- If Query is a CONSTRUCT and client requests RDF/XML, TTL, NT, JSON -> works as usual - if query is a CONSTRUCT and client requests HTML -- Results hang from 'rdf', similar to 'models' ``` {%for s in rdf.subjects%} <li>{{s.value}}</li> {%endfor%} ``` Returns all the subjects. `{{s.value}}`, `{{s.curie}}`, etc. work the same way as in models ``` {%for p in rdf.ex__alvaro%} {{p.value}} {%endfor%} ``` Returns all the predicates from `ex:alvaro` (the colon is translated to `__`). Assuming the namespace for `ex` is `http://example.org/`, this means all the rpedicates from `http://example.org/alvaro`. ``` {%for o in rdf.ex__alvaro.rdfs__label%} {{o.value}} {%endfor%} ``` returns all the objects from triples <http://example.org/alvaro> rdfs:label ?o TODO: - Blank nodes is unclear that are working now - Language, datatypes, etc. non-existant - Discussion: Combine all the models into one graph? or name them similar to 'models'? Currently adding more queries crashes - Probably a bunch of bugs
-
- May 28, 2013
-
-
alvaro authored
-
- May 16, 2013
- May 14, 2013
- May 13, 2013
-
-
alvaro authored
-
- May 12, 2013
- Apr 30, 2013
-
-
alvaro authored
-
- Mar 27, 2013
-
-
alvaro authored
-
- Mar 22, 2013
-
-
alvaro authored
-
- Feb 16, 2013
- Feb 15, 2013
-
-
alvaro authored
-
- Feb 08, 2013
-
-
alvaro authored
-
- Feb 06, 2013
-
-
alvaro authored
-
- Dec 19, 2012
-
-
alvaro authored
This decision was made based on the lack of CORS-enabled SPARQL endpoints, which difficults the use of client-base queries.
-
- Dec 13, 2012
- Dec 07, 2012
-
-
alvaro authored
-
- Dec 06, 2012
-
-
alvaro authored
Adding explanation when sqlite db is not writable
-
- Dec 03, 2012
-
-
alvaro authored
-
- Nov 28, 2012
-
-
alvaro authored
-
- Nov 27, 2012
-
-
alvaro authored
-
- Nov 25, 2012
-
-
alvaro authored
-
alvaro authored
Now when a component is clicked, the first model and view is opened The new button in views is hidden, since is very unlikely it will be ever needed in visualbox (compared to LODSPeaKr) Use of the fragment in the editor's URL to load a component (e.g., when loading http://server/admin/components#myviz, the component "myviz" will be loaded, if exist)
-
- Nov 24, 2012
-
-
alvaro authored
-
- Nov 21, 2012
-
-
alvaro authored
-
- Nov 20, 2012
-
-
alvaro authored
-
- Nov 17, 2012
-
-
alvaro authored
-
- Nov 03, 2012
-
-
alvaro authored
-