@@ -32,11 +32,15 @@ Log messages are written exclusively through the `stdout` and `stderr` output st
## RDF datasets
### Notes on text indexing
The datasets are configured to support [Jena's full text search](https://jena.apache.org/documentation/query/text-query.html) via Lucene indices. Considering triples that build an RDF graph, the string literal objects for certain predicates are indexed and made available for a text search. This means there is a text index for each predicate. Moreover, different indices can be combined at query time via a [property list](https://jena.apache.org/documentation/query/text-query.html#lists-of-indexed-properties).
### _dalia_ dataset
This dataset contains the DALIA knowledge graph with information on learning resources and communities. It is initialized with RDF data from the `/dalia_data` directory with data initially provided by the [`download-dalia-data-job` CI job](https://git.rwth-aachen.de/dalia/backend/fuseki/-/blob/main/.gitlab-ci.yml?ref_type=heads#L5) before building the Docker image.
Endpoints:
**Endpoints:**
*`/dalia/`: SPARQL, SPARUL and GSP (read+write)
*`/dalia/query`: SPARQL
*`/dalia/sparql`: SPARQL
...
...
@@ -44,7 +48,23 @@ Endpoints:
*`/dalia/update`: SPARUL
*`/dalia/data`: GSP (read+write)
Text indexing: See [issue #2](https://git.rwth-aachen.de/dalia/backend/fuseki/-/issues/2).
| `skos-last-call:prefLabel`<sup>1</sup> | `skosLastCallPrefLabel` | labels of languages ([Lexvo](http://www.lexvo.org/linkeddata/resources.html)) |
| `spdx:licenseId` | `spdxLicenseId` | SPDX: license ID |
| `spdx:name` | `spdxName` | SPDX: license full name |
| `spdx:licenseText` | `spdxLicenseText` | SPDX: license text |
<sup>1</sup> Namespace `skos-last-call` is `http://www.w3.org/2008/05/skos#`. It is different from the [standard SKOS namespace](http://www.w3.org/2004/02/skos/core#).