- Sep 15, 2021
-
-
Stein Magne Bjorklund authored
- Always run and should be fast. - Introduce tests to make sure I actually work. - Stop method from using global states to make it testable and safe.
-
- Sep 09, 2021
-
-
Stein Magne Bjorklund authored
-
Stein Magne Bjorklund authored
Since there is no code style lets use PSR-12 https://www.php-fig.org/psr/psr-12/
-
- Sep 07, 2021
-
-
Stein Magne Bjorklund authored
- PSR4 autoload all classes except modules. - Explicit declare what is used by classes. - Composer define what PHP modules are used.
-
Stein Magne Bjorklund authored
- Remove included ARC2 lib. - Replace static included library from /vendor. No autoloading, yet.
-
- Nov 04, 2020
-
-
Cloud User authored
-
- Oct 29, 2020
-
-
Cloud User authored
-
- Oct 27, 2020
-
-
Øyvind gjesdal authored
-
- Aug 11, 2014
-
-
Tarje Saelen Lavik authored
-
- Dec 05, 2013
-
-
root authored
Loads of fixes. Redesign based around bibo:Document. Added search on person, topic and collection. Timeline on collection started, but broken.
-
- Aug 23, 2013
-
-
root authored
-
- Jun 12, 2013
- 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 12, 2013
- Mar 27, 2013
-
-
alvaro authored
-
- Feb 16, 2013
-
-
alvaro authored
-
- Feb 08, 2013
-
-
alvaro authored
-
- Dec 07, 2012
-
-
alvaro authored
-
- Dec 03, 2012
-
-
alvaro authored
-
- Nov 27, 2012
-
-
alvaro authored
-
- Nov 03, 2012
-
-
alvaro authored
-
- Oct 30, 2012
- Oct 29, 2012
- Oct 15, 2012
-
-
alvaro authored
Fixes #114
-
- Sep 30, 2012
- Sep 21, 2012
-
-
alvaro authored
-
- Sep 06, 2012
-
-
alvaro authored
-