Questions tagged [graphdb]

Ontotext GraphDB is a semantic triplestore: a database for RDF and OWL data. Use this tag for questions specifically about the Ontotext GraphDB product. For questions that are about graph databases in general (or about other graph database products), use the [graph-databases] tag instead.

In essence, GraphDB™ is a “semantic repository” using ontologies that allow the repository to automatically reason about the data. It works with a flexible and generic physical graph data model allowing for easy interpretation and adoption of new ontologies or metadata on-the-fly. GraphDB™ is packaged as a storage and inference layer (SAIL) for Sesame. Sesame is one of the most popular semantic repositories that supports RDF(S) and all the major syntaxes and query languages related to it. GraphDB is fully SPARQL 1.1 compliant. You can read more about GraphDB™ here. The full documentation can be found here.


Related tags

519 questions
-1
votes
1 answer

Ontotext GraphDB on Docker - how to work with file on host file system instead of inside the container

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 and work with them from outside the Docker…
Ric
  • 65
  • 9
-1
votes
1 answer

Tool to pre-process .rdf for GraphDB workbench import?

I have a .rdf file (over 2gb compressed) that apparently has some duplicated IRIs in the middle, and perhaps other issues. The following error in the workbench during import: RDF Parse Error: ID '_D5C2483C53D3F747_up.name_uORF' has already been…
mkk
  • 879
  • 6
  • 19
-1
votes
1 answer

How to get a location header from GraphDB transaction API inside a Javascript application?

In order to get 'Location' header in the /transactions endpoint of GraphDB into a JavaScript App, the server needs to send the "Access-Control-Expose-Headers" header [1]. How to expose Location header in GraphDB for JavaScript requests? [1]…
-1
votes
1 answer

Ask about inference on Graphdb

my ontology about social network. And we have simple SWRL rules two people(?p1,?p2) workInOrg Org(?org) => colleagueOf(?p1,?p2) and if thier colleague, one people workInOrg => the other person also works in that Org. I also build OWL Axioms but it…
-1
votes
1 answer

Graph DB Frequently Suspended or Inactive

I am using Graph DB 8 free version for the project. Frequently the database becomes inactive. I don't know the exact reason. Kindly resolve this. Thank you
-1
votes
1 answer

SPARQL construct/insert query and blank nodes

I'm trying to create a SPARQL query to construct or insert graphs, following the BIBFRAME 2.0 Model, using a personal database with a lot of datas. I want to get a result like this: Subject a bf:Topic, madsrdf:ComplexSubject ; rdfs:label "Subject"…
Wences
  • 71
  • 8
-1
votes
1 answer

Why GraphDB does not allow period in RDF subject name?

Why GraphDB does not load RDF triples which the subject name including a period like Inch_0.0625? I try to load RDF data in Turtle format and prefix is properly defined and attached before the name.The error message like: RDF Parse Error: Illegal…
-3
votes
1 answer

Where is GraphDB jar file?

I am trying to use a GraphDB repository from a Maven project using Eclipse Neon with builtin Maven. Where can I find the GraphDB runtime jar file to place in local Maven repository? Why GraphDB is not available from Maven Central? update I have…
1 2 3
34
35