-
I'm just trying to do some SPARQL queries.
With Trine I used to do this (with memory store)
```perl
my $store = RDF::Trine::Store::Memory->new();
my $model = RDF::Trine::Model->new($store) or d…
-
I've loaded the [subject part of GND into my brand-new Skosmos 1.5 installation](http://zbw.eu/beta/skosmos/swdskos/en/index?clang=de) (using Fuseki 2.4.0 snapshot of 2016-02-17).
Since GND comprises…
-
Hi there, thanks for the help previously. Unfortunately I made slight progress and found new errors. I noticed in your config that sqlalchemy is supposed to install the newest version, and that may b…
-
I know this issue is kind of related with that one (https://github.com/kartoza/docker-geoserver/issues/99) but no solutions was ok for my setting and other colleague ones in the company.
We have …
-
## At which URL did you encounter the problem?
http://localhost:8080/Biodiversit%C3%A9_ARK/fr/
## What steps will reproduce the problem?
1. Select any vocabulary on front page.
2. the error show…
-
Hi,
I'm testing the example SPARQL query
```
SELECT ?work WHERE {
?work wdt:P50 wd:Q42 .
}
```
and when I run `wb sparql test.rq` I have
```
/home/aborruso/n/lib/node_modules/wiki…
-
I propose a different, hopefully complementary, approach to this discussion. I am going to argue that the existing TCS (i.e., the TDWG LSID version https://github.com/tdwg/ontology/tree/master/ontolog…
-
Thinking about what we discussed yesterday, and taking into account that general templating for sparql queries may be tricky, I wonder if the VALUES statement could be exploited for this.
VALUES coul…
-
### ESIPFed/science-on-schema.org
**This repository is for guidance documents and science domain agnostic extensions to be promoted up to schema.org.**
[Github App Weekly Digest](https://github.c…
-
I was able to successfully create the following RDF graph:
```
from rdflib import Graph, URIRef, Literal
g = Graph()
g.add((Literal('A'), Literal('B'), Literal('C')))
```
It is serialised into T…