Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
130 views

I have a GraphDB application with a huge folder size in "./logs". I notice there are 3 types of file logs: error, main, and query. I understand We can delete those but I could find any ...
Carlo's user avatar
  • 11
2 votes
2 answers
553 views

I'm having problems adding a jdbc driver when creating an Ontop virtual SPARQL repository. I follow the instructions here. The interface already warns that there is no JDBC driver found in the ...
NewMarc's user avatar
  • 106
1 vote
1 answer
83 views

I use GraphDB to store different production steps. The productionsteps are typified by their steps such as A,B,C,D. Process steps that belong together are connected by the object property ":...
PhilippGr's user avatar
0 votes
1 answer
682 views

I am trying to send a turtle file via a Python script using REST api to the local repository but the System is returning the following error MALFORMED DATA: Illegal subject value: "-"^^http:...
Gaurav's user avatar
  • 37
0 votes
1 answer
58 views

The following query works fine with Jena ARQ but in GraphDB it does not retrieve anything: SELECT * FROM <http://www.bobdc.com/miscfiles/BeatlesMusicians.ttl> WHERE { ?s ?p ?o .} Is there ...
bobdc's user avatar
  • 51
-1 votes
1 answer
163 views

I have Ontotext GraphDb running in a Docker container in Windows Home. I want to create repositories, generate logs and any other operational files in my host file system (Windows), so I can access ...
Ric's user avatar
  • 75
0 votes
1 answer
106 views

When starting the standalone version via graphdb.cmd the following message is given: "This GraphDB distribution requires Java 8, 11 or 12 but you have Java 15". However, the startup is ...
ThoFuh's user avatar
  • 1
0 votes
2 answers
11k views

I am trying to load some triples from URLs into GraphDB 9.1.1. I have done that in the past without any problem, using the web based Workbench, or via the rest/data/import/upload/<repository>/...
Mark Miller's user avatar
  • 3,136
0 votes
1 answer
198 views

I have tried to install GraphDB standalone server(9.4 and 9.5) on Ubuntu 20.04 while unzipping the zip file. Then, I went to graphdb/bin to execute "graphdb". On both version, I got the ...
Emma Ixiato's user avatar
1 vote
1 answer
750 views

I am working with a quite large dataset (around 500Mio-Triples) stored in graphDB Free and running on my local developer machine. I want to do some operations with the dataset with RDF4J and have to ...
onew4y's user avatar
  • 103
2 votes
1 answer
302 views

I wanted to transform tabular data into linked data. I was trying to use SPARQL construct to achieve this in GraphDB 9.5 Free edition. From the tutorials in GraphDb website it says "You can ...
slm12slm slm12slm's user avatar
0 votes
1 answer
165 views

I am using GraphDD 9.5 Free and I would like to import data from a Postgresql database (version 13 installed on a Windows 64 bits machine). However, after I add the connection settings, even if it ...
ANA MARIA 's user avatar
0 votes
1 answer
73 views

Recently some queries like the following started failing: @prefix myOnto: <ontology url> select * where { ?sam ?loves ?greenEggs . ?loves rdfs:subPropertyOf myOnto:foodFeals . } ...
mkk's user avatar
  • 1,073
1 vote
1 answer
158 views

When I import the dump "PathwayCommons12.All.BIOPAX.owl.gz" (linked from this page) of this Virtuoso triplestore, I've noticed that there are "#"s inserted after the prefix of ...
mkk's user avatar
  • 1,073
0 votes
1 answer
337 views

I'm trying to script RDF/OWL data (re)loading to a GraphDB store and I wonder how to be able to process again a CSV file through the Ontorefine component, keeping the columns modifications and the RDF ...
Laurent Pierre's user avatar
0 votes
1 answer
61 views

Is there a way to edit existing Lucene Connectors in GraphDB's workbench? The provided buttons are only for rebuilding, copying and dropping a connector.
Rob's user avatar
  • 70
1 vote
1 answer
692 views

Consider two GraphDB repositories with different reasoning rulesets: Repo A with ruleset "RDFS (Optimized)" Repo B with ruleset "RDFS-Plus (Optimized)" I executed the following ...
Aljosha Koecher's user avatar
0 votes
2 answers
97 views

Mistakenly I have deleted a repository from live https://graphdb.sti2.at/ , Is there anyway that I can restore the deleted graphdb repository ? Its important to restore.
Shakeel's user avatar
  • 21
0 votes
1 answer
140 views

I am having trouble importing my Protege 5 ontology into graphDB and seeing the inferred classes. This is due to different "expressiveness" in the programs' reasoners' approaches. Can ...
PlasticCasio's user avatar
2 votes
1 answer
214 views

I'm running some basic tests with GraphDB, and I am surprised to see that when a new repository is created, some statements seems to already be there (inferred by GraphDB). Here is the summary of the ...
Erick Hupin's user avatar
0 votes
1 answer
98 views

I followed the instructions on https://graphdb.ontotext.com/documentation/9.4/free/shacl-validation.html, and it worked as documented. However, once this is done, I found no way to inspect the Shape ...
Pierre-Antoine's user avatar
2 votes
1 answer
78 views

I'm using the Similarity plugin with org.apache.lucene.analysis.fr.FrenchAnalyzer and I got strange results when searching close terms for a word. Some of the candidate term representations are ...
Laurent Pierre's user avatar
0 votes
1 answer
349 views

I have an "EquivalentTo" definition in Protege of a class EquivClass as (hasObjProp some ClassA) and (has_data_prop exactly 1 rdfs:Literal) Is there a form of SPARQL query for GraphDB 9.4 to ...
data.curious's user avatar
1 vote
1 answer
202 views

tldr: can I just copy the parent directory with all my repositories to the new machine? I have a GraphDB (free) server with 8 repositories that I need to move to new hardware. Is there documentation ...
mkk's user avatar
  • 1,073
1 vote
2 answers
257 views

I'm trying to run following SPARQL-query on my local graphDB-Instance (GraphDB Free 9.4.1 on Windows). PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/...
onew4y's user avatar
  • 103

1
3 4
5
6 7
12