Skip to content

Commit e6653f5

Browse files
committed
Add Wikibase to the comparison
1 parent efe22cb commit e6653f5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/content/docs/guide/comparison.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ sidebar:
55
order: 2
66
---
77

8-
| Feature | Virtuoso | Apache Jena | Qlever |
9-
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- |
10-
| **SPARQL Support** | Yes | Yes | Yes |
11-
| **SPARQL Endpoint** | Yes | Yes (via Fuseki) | Yes |
12-
| **RDF Storage** | Yes | Yes | Yes |
13-
| **Inference Support** | Backward chaining with `rdfs_rule_set()`, supports `rdfs:subClassOf`, `rdfs:subPropertyOf`, `owl:sameAs`, `owl:equivalentClass`, `owl:equivalentProperty`. No materialized triples. | Yes (Built-in rule-based reasoners for RDFS, OWL Lite, OWL Mini, OWL Micro, and custom rule-based inference) | No |
14-
| **Granular Access Control** | No | Yes | No |
15-
| **Multilingual Data** | Yes | Yes | Yes |
16-
| **Ontology Import** | Yes (loads OWL, RDFS & supports reasoning) | Yes (can load ontologies as RDF but limited reasoning) | Limited (can query ontologies if preloaded, but no built-in reasoning) |
17-
| **Reification Support** | Yes | Yes | No |
18-
| **Web API** | Yes | Yes | No |
19-
| **Querying Speed** | Moderate (good for small/medium datasets, slower on large data) | Fast (optimized for large RDF graphs) | Very Fast (optimized for massive datasets like Wikidata) |
20-
| **Primary Use Case** | RDF processing, SPARQL querying, reasoning | Enterprise-grade RDF storage & querying | High-performance SPARQL with full-text search |
21-
| **Supported RDF Formats** | RDF/XML, Turtle, N-Triples, N-Quads, JSON-LD, TriG, RDF-JSON, HTML+RDFa, N3, OData+Atom, OData+JSON | RDF/XML, Turtle, N-Triples, N-Quads, JSON-LD, TriG, TriX, RDF/JSON, RDF Binary | RDF/XML, Turtle, N-Triples |
22-
| **SPARQL Query Output** | XML, JSON, CSV, TSV | XML, JSON, CSV, TSV | JSON (Optimized for Wikidata) |
23-
| **Other Format Support** | Parquet (via extensions) | SQL integration | No |
24-
| **Fully Open Source** | Yes | Partially (Open Source + Proprietary Enterprise Edition) | Yes |
8+
| Feature | Virtuoso | Apache Jena | Qlever | Wikibase |
9+
| --------------------------- | ------------ | ------------------------ | ------------------------- | ------------------------- |
10+
| **SPARQL Support** | Yes | Yes | Yes | Yes |
11+
| **SPARQL Endpoint** | Yes | Yes (via Fuseki) | Yes | Yes |
12+
| **RDF Storage** | Yes | Yes | Yes | Yes |
13+
| **Inference Support** | Backward chaining with `rdfs_rule_set()`, supports `rdfs:subClassOf`, `rdfs:subPropertyOf`, `owl:sameAs`, `owl:equivalentClass`, `owl:equivalentProperty`. No materialized triples. | Yes (Built-in rule-based reasoners for RDFS, OWL Lite, OWL Mini, OWL Micro, and custom rule-based inference) | No | Not out-of-the-box (additional configuration of the triple stored required) |
14+
| **Granular Access Control** | No | Yes | No | Yes |
15+
| **Multilingual Data** | Yes | Yes | Yes | Yes |
16+
| **Ontology Import** | Yes (loads OWL, RDFS & supports reasoning) | Yes (can load ontologies as RDF but limited reasoning) | Limited (can query ontologies if preloaded, but no built-in reasoning) | Not out-of-the-box (triple store can be configured with pre-loaded ontologies as RDF but limited reasoning) |
17+
| **Reification Support** | Yes | Yes | No | Yes |
18+
| **Web API** | Yes | Yes | No | Yes |
19+
| **Querying Speed** | Moderate (good for small/medium datasets, slower on larger data) | Fast (optimized for large RDF graphs) | Very Fast (optimized for massive datasets like Wikidata) | Moderate (good for small/medium datasets, slower on larger data) |
20+
| **Primary Use Case** | RDF processing, SPARQL querying, reasoning | Enterprise-grade RDF storage & querying | High-performance SPARQL with full-text search | Data curation and LOD-ification with human-in-the-loop, SPARQL querying |
21+
| **Supported RDF Formats** | RDF/XML, Turtle, N-Triples, N-Quads, JSON-LD, TriG, RDF-JSON, HTML+RDFa, N3, OData+Atom, OData+JSON | RDF/XML, Turtle, N-Triples, N-Quads, JSON-LD, TriG, TriX, RDF/JSON, RDF Binary | RDF/XML, Turtle, N-Triples | RDF/XML, Turtle, N-Triples, JSON-LD, RDF-JSON |
22+
| **SPARQL Query Output** | XML, JSON, CSV, TSV | XML, JSON, CSV, TSV | JSON (Optimized for Wikidata) | JSON, CSV, TSV |
23+
| **Other Format Support** | Parquet (via extensions) | SQL integration | No | No |
24+
| **Fully Open Source** | Yes | Partially (Open Source + Proprietary Enterprise Edition) | Yes | Yes |

0 commit comments

Comments
 (0)