jena
Ontology similar to PeriodicTable for integrated search
I am developing an application that queries PeriodicTable ontology. Is 开发者_如何学Gothere some other ontology similar to this that can be queried with it? Basically, I am in search of ontology that[详细]
2023-02-24 09:22 分类:问答Issues to list classes and subclasses with Jena
I\'m not getting to list all subclasses of a class. I list the classes, my algorithm checks if each class has a subclass. If true, was to list all subclasses. But this doesn´t happen, it seems to ign[详细]
2023-02-24 04:05 分类:问答Unable to query local version of Linked Movie Database
I am trying to query a local version of Linked Movie Database using SPARQL. The file is开发者_运维问答 in N-Triples format and its size is approximately 450mb.I am using servlets for implementation.No[详细]
2023-02-23 12:23 分类:问答SPARQL XML results from DBpedia and Jena
I get the following XML from the DBpedia SPARQL end point: <?xml version=\"1.0\"?> <sparql xmlns=\"http://www.w3.org/2005/sparql-results#\">[详细]
2023-02-23 07:01 分类:问答Exception in thread "main" java.lang.NoClassDefFoundError: sdb/sdbconfig
I want to export my ontology (made in Protege) into MySQL database. I was following these instructions:[详细]
2023-02-22 14:40 分类:问答jena Result in Html(servlets/jsp)
List<RowObject> results = new ArrayList<RowObject>(); 开发者_开发技巧I tried the above code from Print the jena result set in html(servlet/jsp) post[详细]
2023-02-22 03:42 分类:问答Building Wikipedia query forms in java using jena
#!/usr/local/bin/python import sys sys.path.append(开发者_Python百科\'/usr/home/bobd/lib/python/\') # needed for hosted version[详细]
2023-02-22 02:02 分类:问答Setup RDF ontology with Virtuoso
I\'ve googled for last few hours searching for tutorials or guides about how to configure RDF store with virtuoso server (open source version).[详细]
2023-02-21 23:19 分类:问答Resultset in jena
Hi all how to traverse resultset returned by a query in j开发者_Python百科ena .. I want to traverse each row returned There are quite detailed recipes for this in the Jena ARQ documentation: jena.sour[详细]
2023-02-20 17:11 分类:问答cannot find symbol for QueryFactory - jena API
import java.io.*; import com.hp.hpl.jena.datatypes.xsd.XSDDatatype.*; import com.hp.hpl.jena.rdf.model.*;[详细]
2023-02-20 07:53 分类:问答