- Nov 19, 2013
-
-
root authored
Better prev-next links on Collection. Some changes to static pages. Better handling of searches on index.'
-
- Nov 14, 2013
-
-
root authored
-
- Nov 09, 2013
- Nov 05, 2013
-
-
root authored
Removed hardcoded links to /lodspeakr folder in classes and components. This fixed the log 404 error
-
- Nov 03, 2013
-
-
root authored
-
- Oct 31, 2013
-
-
root authored
-
- Oct 30, 2013
-
-
root authored
-
- Oct 24, 2013
-
-
root authored
-
- Oct 22, 2013
- Oct 10, 2013
-
-
-
Tarje Lavik authored
-
root authored
-
Tarje Lavik authored
-
Tarje Lavik authored
-
Tarje Lavik authored
-
root authored
-
root authored
-
- Oct 04, 2013
-
-
root authored
-
- Sep 20, 2013
-
-
root authored
-
Tarje.Lavik authored
-
root authored
-
- Aug 23, 2013
-
-
root authored
-
- Jun 18, 2013
-
-
alvaro authored
-
- Jun 14, 2013
-
-
alvaro authored
-
- Jun 12, 2013
- Jun 11, 2013
- 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 31, 2013
-
-
alvaro authored
-
- May 28, 2013
- May 22, 2013